:root {
	--brand: #F9EAD7;
	--brand2: #3B1509;

	--warna03:#1A141A;
	--warna04:#423738;
	--warna05:#8E5915;
	--warna07:#F4B315;
	--warna08:#E59312;

    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);

}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: antiquewhite;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}


a:hover {
    color: brown;
}


section {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-img {
    background: linear-gradient(0deg, rgba(81, 25, 9, 0.5), rgba(46, 16, 8, 0.1)), url("../img/hero01.jpg"), #0F172E;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment:fixed;
	height: 600px;
	text-align: center;
    position: relative;
}
.hero-img h1 {
	margin-top: 150px;
	color: white;
	vertical-align: middle;
}
.hero-img h5 {
	font-weight: 300;
}


/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.top-nav {
    background-image: linear-gradient(to right, goldenrod, darkgoldenrod);
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
	color: white;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
	font-family: "Lato", sans-serif;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: white;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
	margin-right: 5px;
}

.social-icons a:hover {
    background-color: white;
    color: chocolate;
}

.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: white;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: black;
}

.navbar .navbar-nav .nav-link:hover {
    color: darkorange;
}

.navbar .navbar-nav .nav-link.active {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	text-decoration-color: darkorange;
}

.navbar-brand {
    font-size: 18px;
    font-weight: 700;
	color: white;
}

.navbar-brand.logo-image img {
	height: 3rem;
}

.navbar-brand.logo-image-kecil img {
	width: 8rem;
	padding-bottom: 0.5rem;
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    background-color: darkgoldenrod;
    color: white;
}

.btn-brand:hover {
    background-color: sienna;
    color: white;
}

.intro {
	margin-bottom: 36px;
	text-align: left;
}

.intro p {
    max-width: 800px;
}

.intro h1 {
	color: var(--brand2);

    margin-top: 15px;
    margin-bottom: 15px;
}

#milestone {
    background: linear-gradient(to right, rgba(218, 165, 32, 0.85), rgba(184, 134, 11, 0.85)), url("../img/bg02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment:fixed;
	text-align: center;
    position: relative;
}

#milestone h1,
#milestone p {
    color: white;
}


#sorotan {
    background: linear-gradient(0deg, rgba(46, 16, 8, 0.3), rgba(59, 21, 9, 0.85)), url("../img/bg03.jpg"), #082032;;
    background-size: cover;
    background-position: center;
	background-attachment:fixed;

}

.sorotan {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
}

.sorotan img {
    width: 200px !important;
    margin: auto;
}

.sorotan h1 {
	font-family: "DM Serif Display", serif;
	color: white;
  	font-weight: 400;
  	font-style: normal;
  	letter-spacing: 1px;
	margin-bottom: 6px;
}

.sorotan p{
	color: white;
	max-width: none;
	text-align: left;
}

#kategori {
	/*background-image:url("../img/pattern_2.svg");
    background-size: cover;
    background-position: center;
	background-attachment:fixed;*/
	background-color:white;
}

.kategori {
	margin: 10px;
}

.kategori h1 {
	font-family: "DM Serif Display", serif;
  	font-weight: 600;
  	font-style: normal;
	color: saddlebrown;
	margin-bottom: 6px;
}

.kategori h3 {
	font-family: "DM Serif Display", serif;
  	font-style: normal;
	color: saddlebrown;
	margin-bottom: 6px;
}

.kategori p {
	text-align: left;
	max-width: none;
}

.pilihan-kategori {
	margin-bottom: 20px;
	text-align: center;
    padding-bottom :32px;
	padding-top: 32px;
    background-color: var(--warna05);

	border-radius: 10px;
}

.pilihan-kategori h5 {
    margin-top: 24px;
    margin-bottom: 14px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
}

.pilihan-kategori img {
    width: 100px;
	transition: all 0.4s ease-in-out;
}

.pilihan-kategori:hover img {
	transform: scale(1.2);
  	transition: all 0.4s ease-out;
}


.pilihan-kategori2 {
	margin-bottom: 20px;
	text-align: center;
    padding-bottom :32px;
	padding-top: 32px;
    background-color: saddlebrown;
	border-radius: 10px;
}

.pilihan-kategori2 h5 {
    margin-top: 24px;
    margin-bottom: 14px;
	color: white;
	font-size: 18px;
	font-weight: 300;
}

.pilihan-kategori2 img {
    width: 100px;
	transition: all 0.4s ease-in-out;
}

.pilihan-kategori2:hover img {
    transform: scale(1.2);
  	transition: all 0.4s ease-out;
}

/*info box */
.info-box {
    align-items: center;
    display: flex;
	text-align: left;
}

.info-box img {
    width: 90px;
}

#petabudaya {
	background-image: url("../img/pattern_2.svg");
    background-size: cover;
    background-position: center;
	background-attachment:fixed;

}

.petabudaya {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
}

.petabudaya h1{
	font-family: "DM Serif Display", serif;
  	font-weight: 600;
  	font-style: normal;
	margin-bottom: 6px;
}

.petabudaya p{
	text-align: left;
	max-width: none;
}

.clients {
	margin: 15px;
}

.clients p{
	text-align: left;
	max-width: none;
}

.clients h1 {
	font-family: "DM Serif Display", serif;
  	font-weight: 600;
  	font-style: normal;
	color: saddlebrown;
	margin-bottom: 6px;
}

.client-img > img {
  width: inherit;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.img-place {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.img-place > img {
  width: 100%;
  height: 100%;
}

.img-place.w-auto > img {
  width: auto;
  max-width: 100%;
}

.img-place.h-auto > img {
  height: auto;
  max-height: 100%;
}

.img-place.custom-size > img {
  width: unset;
  height: unset;
}

.blog-post {
    position: relative;
    background-color: white;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: white;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/

#sidebar {
    padding-left: 30px;
}

#sidebar.post-left {
    padding-left: 0px;
    padding-right: 30px;
}

.widget {
	margin-top: 30px;
    margin-bottom: 30px;

}

.widget h4{
	color: sienna;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    margin: 5px 0;
}

.widget-post li {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.widget-post li a {

    display: block;
    text-decoration: none;
    color: #606060;
}

.widget-post li:hover>.post-date {
    background: #222;
    color: white;
}

.widget-post ul li a:hover {
    padding-left: 10px;
    color: goldenrod;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.post-text {
    padding-top: 20px;
}

.post-text h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-text h4 a {
    color: #1A1C26;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.blog-read {
	margin-left: 20px;
	text-align: justify;
}

.blog-read h2 {
	text-align: left;
	color: saddlebrown;
}

.blog-read h4 {
    color: #333;
    letter-spacing: normal;
    font-size: 24px;
    text-transform: none;
}

.blog-read .post-text {
    padding: 0;
}


/* tambahan untuk card */

.card{
	border: none !important;
	/*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);*/
}

/* spacer */
.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

.spacer-half {
    width: 100%;
    height: 15px;
    display: block;
    clear: both;
}


/*Background*/
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-image-parallax {
  background-attachment: fixed;
}

.bg-image-overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 51, 64, 0.6);
}
.img-place {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.img-place > img {
  width: 100%;
  height: 100%;
}

.img-place.w-auto > img {
  width: auto;
  max-width: 100%;
}

.img-place.h-auto > img {
  height: auto;
  max-height: 100%;
}

.img-place.custom-size > img {
  width: unset;
  height: unset;
}

/*images*/
.mobile-preview {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/*specification*/
.specification {
    padding: 32px;
    background-color: white;
    box-shadow: var(--shadow);
}

.specification h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.specification img {
    width: 90px;
}

/*breadcrumbs*/
ul.breadcrumb {
  padding: 10px 20px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}

/*td a bit inside*/
td.td-in{
	padding-left: 2rem;
}


/*center image*/
.center-y {
    position: relative;
}

@media (max-width: 767px) {
  .img-mob {
    width: 50%;
  }
	.img-mob.normal {
		width: 100%
	}
}


.section-sub-title {

    margin-bottom: 20px;
    font-weight: 400;
    font-family: Poppins;
}
.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.text-center {
    text-align: center!important;
}



/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: white;
  background-color: var(--brand);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs a {
  text-decoration-line: none;
  color: white;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title ol li a:hover{
    padding-right: 10px;
    color: palegoldenrod;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--bright), transparent 70%);
}

.page-title .logo-province {
	width: 80px;
	margin-left: 30px;
	margin-right: 20px;
	filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.5))
}

.current {
	color: var(--brandlight);
}


/*List*/
.mn-list {
    margin-bottom: 30px;

}

.mn-list h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.mn-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mn-list ul li {
    margin: 0 0 12px 22px;
}

.mn-list ul li:last-child {
    margin-bottom: 0;
}

.mn-list ul li a {
    display: block;
    line-height: 20px;
	text-decoration: none;
}

.mn-list ul li::before {
    position: absolute;
    left: 1px;
}

.mn-list ul li a:hover {
    color: var(--bright);
}

/*sticky*/
.sticky {
  position: fixed;
  top: 0;
  right: 0;
}



/* ----- Card ----- */
.au-card {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    padding-right: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    overflow: hidden;
}
.title-2 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Dasar Hukum
--------------------------------------------------------------*/
.bg-pattern {
	background-image: url("../img/pattern_1.svg");
    background-size: cover;
    background-position: center;
	background-attachment:fixed;
}


/*--------------------------------------------------------------
# Separator
--------------------------------------------------------------*/
separator {
    border-color: gold;
}
.exp-separator {
    border-color: gold;
    border-top-width: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
    max-width: 200px;
    border-top-style: solid;
    height: auto;
    clear: both;
    position: relative;
    z-index: 1;
}

/*article*/
article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: white;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* basic article elements styling */
article h2 {
  margin: 0 0 18px 0;
  font-family: "DM Serif Display", serif;
  font-size: 1.9rem;
  /*letter-spacing: 0.06em;*/
  color: var(--title-color);
  transition: color 0.3s ease-out;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 24px;
}

article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: saddlebrown;
}

article a:focus {
  outline: 1px dotted #28666e;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
  color:brown;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
  --img-scale: 1.1;

  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}



/************************
Generic layout (demo looks)
**************************/

*,
*::before,
*::after {
  box-sizing: border-box;
}

.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }
}

@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*judul kecil*/
.genres {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.genre-tag {
  background-color: var(--brand);
  border: 1px solid rgba(254, 65, 65, 0.3);
  padding: 3px 10px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
  color: black;
  transition: all 0.2s ease;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background: linear-gradient(0deg, rgba(20, 20, 26, 1), rgba(66, 55, 56, 0.8)), url("../img/bg-footer.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment:fixed;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
	margin-top: inherit;
	margin-left: 15px;
	margin-right: 15px;
}

footer .navbar-brand {
    color: white;
}

footer p {
    color: antiquewhite;
}

footer h1,h6,h7 {
    color: white;
}

footer a {
    color: antiquewhite;
	text-decoration: none;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

footer .navbar-brand.logo-image img {
	height: 6rem;
	width: auto;
}

.footer-bottom {
    border-top: 1px solid rgba(218, 165, 32, 1);
    padding-bottom: 20px;
    padding-top: 20px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color:saddlebrown;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: white;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, saddlebrown, transparent 20%);
  color: white;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/* Solid border */
hr.solid {
  border-top: 2px solid darkgoldenrod;
}

#peta {
	background-image: url("../img/bg-peta-1.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
svg path {
	fill: saddlebrown;
	stroke: #fff;
	stroke-miterlimit: 10;
}
svg path:hover {
	fill: #F7931E;
	cursor: pointer;
  	transition: all 0.4s ease-out;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal1,
.modal2,
.modal3,
.modal4,
.modal5,
.modal6,
.modal7,
.modal8,
.modal9,
.modal10,
.modal11,
.modal12,
.modal13,
.modal14,
.modal15,
.modal16,
.modal17,
.modal18,
.modal19,
.modal20,
.modal21,
.modal22,
.modal23,
.modal24,
.modal25,
.modal26,
.modal27,
.modal28,
.modal29,
.modal30,
.modal31,
.modal32,
.modal33,
.modal34,
.modal35,
.modal36,
.modal37,
.modal38
{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  padding: 30px 20px 20px;
  margin: 0 20px;
  width: calc(100% - 40px);
  max-width: 350px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-content h3 {
	color: saddlebrown;
}

@media (min-width: 350px) {
  .modal-content {
    margin: auto;
    width: 350px
  }
}
/* Add Animation */
@keyframes animatetop {
  from { top: -300px; opacity: 0; }
  to { top: 0; opacity: 1; }
}
/* The Close Button */
.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: white;
  background-image: linear-gradient(to right, goldenrod, darkgoldenrod);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs a {
  text-decoration-line: none;
  color: white;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, lightgoldenrodyellow, transparent 70%);
}

.current {
	color: navajowhite;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.fullcolor{
	margin: 50px;
	padding: 0;
	height: 100%;

	background: linear-gradient(to right, rgba(218, 165, 32, 0.85), rgba(184, 134, 11, 0.85)), url("../img/bg-footer.jpg");
	background-position: center;
	background-size:contain;
}

.user_card {
	height: 520px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background: #312302;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	color: white;
}
.brand_logo_container {
	position: absolute;
	width: 170px;
	top: 0px;
	padding: 10px;
	text-align: center;
}
.brand_text_container {
	position: absolute;
	width: 300px;
	top: 120px;
	padding: 10px;
	text-align: center;
}
.brand_logo {
	width: 150px;
}
.form_container {
	margin-top: 120px;
}
.user_card_verifikasi {
	height: 300px;
	width: 500px;
	margin-top: auto;
	margin-bottom: auto;
	background: #312302;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	color: white;
}
.form_container_verifikasi {
	margin-top: 100px;
}
.input-code-container {
    width: 400px!important;
}
.login_btn {
	width: 100%;
	background: darkgoldenrod !important;
	color: white !important;
}
.login_btn:hover{
	background: goldenrod !important;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #c0392b !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #c0392b !important;
}
.links a{
	text-decoration: none;
	color: goldenrod;
}

/*--------------------------------------------------------------
# Floating Whatsapp
--------------------------------------------------------------*/
.whats-app {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 15px;
}

.my-float {
    margin-top: 16px;
}

/*--------------------------------------------------------------
# Icon Bar
--------------------------------------------------------------*/
.icon-bar {
  position: fixed;
  top: 80%;
  transform: translateY(-80%);
  z-index: 9999;
}

.icon-bar a {
  display: block;
  text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
	padding-right: 14px;

  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a span{
	position: absolute;
    top:0;
    left: 0;
    width: 120px;
    height: 46px;
    color: white;
    background: #fff;
    font-size: 15px;
	padding-top: 10px;
    z-index: -1;
    opacity: 0;
    backface-visibility: hidden;
    transition: 0.5s;
}

.icon-bar a:hover span{
  background-color: saddlebrown;
	opacity: 1;
    backface-visibility: visible;
    left: 40px;
}

.chat {
  background: chocolate;
  color: white;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ddd;
}

th {
	border: 1px solid #ddd;
}

td {
	text-align: right;
	border: 1px solid #ddd;
    padding: 8px;
}

td p{
	text-align: left;
	margin: 0;
}

.captcha-img {
    width: unset !important;
}

.captcha-container {
    display: flex;
    justify-content: center;
}

.invalid-in {
    margin-top: -0.75rem;
    margin-bottom: 1rem;
}
