@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Great+Vibes&display=swap');

* {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* indicator circle */
.carousel-indicators [data-bs-target] {
    /* box-sizing: content-box;
    flex: 0 1 auto; */
    width: 10px!important;
    height: 10px!important;
    /* padding: 0;
    margin-right: 3px;
    margin-left: 3px; */
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
    /*addborder-radius*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* Display Laporan Publikasi */
#Neraca, #Laba_Rugi, #Aset_Produktif, #Kontijensi {
  display: none;
}

/* Show and Hide Image Produk */
.produk_mobile {
  display: none;
}

/* mengapa bpr section */
.headline {
  color: #083375!important;
}

.icon-section {
  font-size: 50px;
  width: 50px;
  color: #083375;
}

.judul {
  color: #083375;
  font-weight: bold;
}

/* navbar section */
.nav-item:hover {
  display: inline-block;
  position: relative;
  color: #ffae00;
  margin-left: 5px;
}

.nav-item:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color:   #ffae00;
  transform-origin: bottom right;
  transition: transform 0.50s ease-out;
  -webkit-transition: transform 0.50s ease-out;
  -moz-transition: transform 0.50s ease-out;
  -ms-transition: transform 0.50s ease-out;
  -o-transition: transform 0.50s ease-out;
}

.nav-item:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #b3dff8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
  word-wrap: break-word;
}

.dropdown-item {
  word-wrap: break-word;
}

/* data terkini section */

.home-card {
  background-color: #083375!important;
  color: white!important;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  background-clip: border-box;
  width: fit-content;
}

.tgl-update {
  font-size: 10px;
}

.body-akumulasi img {
  width: 100%;
  padding: 0;
  margin: 0;
}


.data-card {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  word-wrap: break-word;
  display: block;
  flex-direction: column;
  background-clip: border-box;
  width: fit-content;
}

.data-borrower img {
  width: 100%;
  padding: 0;
  margin: 0;
}

.sup-jumlah {
  padding-left: 85px;
  padding-right: 0px;
  position: absolute;
  top: 20px;
}

.sub-jumlah {
  padding-left: 85px;
  padding-right: 0px;
  position: absolute;
  top: 40px;
  
}

.all-individu {
  font-weight: 600;
  font-size: 8px;
  color: #525f7f;
  font-style: italic;
  display: flex;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 600;
  font-size: 12px;
  color: #525f7f;
}

.all-usaha {
  font-weight: 600;
  font-size: 8px;
  color: #525f7f;
  font-style: italic;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 600;
  font-size: 12px;
  color: #525f7f;
}

.mouse-card {
 transition: transform 250ms linear;
 -webkit-transition: transform 250ms linear;
 -moz-transition: transform 250ms linear;
 -ms-transition: transform 250ms linear;
 -o-transition: transform 250ms linear;
}

.mouse-card:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  z-index: -1px;
  box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2);
}

.akumulasi:hover {
  background-color: #083375;
  backdrop-filter: blur(13.6px);
}

/* Konten Produk */
.produk-head {
  visibility: hidden;
}

.produk-konten {
  margin-top: 3em;
}

.link-img h5 {
  text-decoration: none;
  color: white;
  background-color: #083375;
  left: 0px;
  bottom: -8px;
  position: absolute;
  display: block;
  width: 100%;
  border: none;
  color: white;
  padding: 10px 10px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}

.kreditproduk {
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  -o-border-radius: 0!important;
}

.kreditproduk .produk_kredit {
  text-decoration: none;
  color: white;
  background-color: #083375;
  left: 0px;
  bottom: -8px;
  position: absolute;
  display: block;
  width: 100%;
  border: none;
  color: white;
  padding: 10px 10px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}

/* form simulasi kredit */
.simulasi {
    padding-left: 5%;
    background: rgba( 239, 246, 254, 0.24 );
    /* box-shadow: rgb(31 38 135, 0.37 ); */
    backdrop-filter: blur(13.6px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    -webkit-box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2); 
    box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2);
}

.cbutton {
  background: #083375!important;
  color: white!important;
}

.cdata {
  background-color: #083375;
}

.cbutton:hover {
  background: #ffae00!important;
}

.subjudul {
  color: #083375;
}

.cicilan {
    width: 50%;
}

.jeniskredit {
    width: 50%;
}

.infobunga {
    background: rgba( 239, 246, 254, 0.24 );
    /* box-shadow: rgb(31 38 135, 0.37 ); */
    backdrop-filter: blur(13.6px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    -webkit-box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2); 
    box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2);
}

.sb-kartu {
  border-radius: 20px;
  background: #ffffff;
  box-shadow:  5px 5px 10px #d9d9d9,             -5px -5px 10px #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}


/* wa button */
  
.floating{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:16px;
}

/* news section */

/* icon footer */
.footer-section {
  margin-top: 2em!important;
}

.fa-facebook-f, .fa-instagram, .fa-twitter, .fa-youtube {
  padding: 10px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  /* margin: px 2px; */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.fa-facebook-f {
  outline: #fff solid thin;
  color: white;
}

.fa-instagram {
  outline: #fff solid thin;
  color: white;
}

.fa-twitter {
  outline: #fff solid thin;
  color: white;
}

.fa-youtube {
  outline: #fff solid thin;
  color: white;
}

.fab:hover {
  background: #ffae00;
}

/* Kredit Section */
.cardkum {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0%;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.cardkum:hover .overlay {
  opacity: 1;
}

/* deposito section */
.deposito {
  margin-top: 2em;
}


body {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23F1F1F1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23D9D9D9'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Modal Section */
.reward-title {
  color: #EEB609;
}

/* Tabungan section */

.cardwarna {
  background: #e9f6fd;
  /*Oldbrowsers*/background: -moz-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%);
  /*FF3.6-15*/background: -webkit-linear-gradient(top, #e9f6fd 0%,#d3eefb 100%);
  /*Chrome10-25,Safari5.1-6*/background: linear-gradient(to bottom, #e9f6fd 0%,#d3eefb 100%);
  /*W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+*/filter:
  progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 );
}

.vimisection {
  margin-bottom: 15%;
}

.visisection {
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    -webkit-box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2); 
    box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2);
    
}

.misisection {
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    -webkit-box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2); 
    box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2);
}

.visisection:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  z-index: -1px;
  box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2);
}

.misisection:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  z-index: -1px;
  box-shadow: 4px 5px 15px -4px rgba(0,0,0,0.2);;
}

/* team section */
.line::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffae00;
  top: 65px;
}

.linetwo::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffae00;
  top: 65px;
}

.line3::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffae00;
  top: 65px;
}

.warna-card {
  background: #00B4DB;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bi-linkedin, .bi-facebook, .bi-instagram {
  font-size: 15px;
  padding: 5px 9px;
  text-align: center;
  text-decoration: none;
  margin-right: 2px;
  color: #083375;
  
}

/* Karir Section */
.tagline {
  padding: 1em 1em;
  color: white;
  background-color: #083375;
}

.kariricon a {
  text-decoration: none;
}

.ttd-umum {
  margin-top: 120px;
}

.kariricon {
  margin-top: 30%;
}

.fb-karir .bi-facebook {
  color: #F5F8FA!important;
}

.ig-karir .bi-instagram {
  color: #E1306C!important
}

.wa-karir {
  color: #25d366!important;
}

/* Laporan Tata Kelola Section */
.laporan-header {
  background-image: url(assets/bg-cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7em;
}

.publikasi-header {
  background-image: url(assets/publikasi-cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7em;
}

.head-judul {
  background: rgba( 196, 191, 191, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  color: #021d46;
}

.content-laporan {
  background-color: #ffae00;
}

.tata_kelola {
  display: none;
}

.profil_resiko {
  display: none;
}

.laporan-nav li {
  list-style: none;
}

.laporan-nav li a {
  text-decoration: none;
}

.laporan-nav li a:hover {
  border-bottom: 2px solid #00B4DB;

}

#lp_profil_resiko {
  display: none;
}

.isi-laporantk, .isi-laporan-profil, .data-publikasi {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(231, 231, 225, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
}

/* admin section */
.full-admin {
  background-image: url(assets/galeri/Wallpaper\ Fraud\ BPR\ Sumsel.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19em;
}

.bi-person-circle {
  font-size: 2em;
}


/* Media Screen Tablet */
@media only screen and (max-width: 991px) {

  /* Card Data terkini */
  .sup-jumlah {
    padding-left: 70px;
    padding-right: 0px;
    position: absolute;
    top: 10px;
  }

  .depoLogo {
    display: none;
  }
  
  .sub-jumlah {
    padding-left: 70px;
    padding-right: 0px;
    position: absolute;
    top: 25px;
    
  }
  .space-card {
    margin-bottom: 1em;
  }

  /* end of data terkini */

  /* Produk Konten */

  .produk-konten {
    margin-right: 200%;
  }

  .foto-produk {
    margin-bottom: 0.5em;
    width: 100%;
  }

  .produk-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .link-img h5 {
    text-decoration: none;
    color: white;
    background-color: #083375;
    left: 0px;
    bottom: -8px;
    position: absolute;
    display: block;
    width: 100%;
    border: none;
    color: white;
    padding: 15px 10px;
    font-size: 2em;
    cursor: pointer;
    text-align: center;
  }

  /* navbar */
  .offcanvas-collapse {
    position: fixed;
    top: 60px;
    /*Heightofnavbar*/bottom: 0;
    left: 100%;
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #007cc2;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.tagline {
  padding: 0;
}

.kariricon a {
  display: none;
  visibility: hidden;
}

}

table {
     border-collapse: collapse;
     border: 1px solid #000;
     text-align: center;
}
th, td {
      border: 1px solid #000;
      padding: 8px 16px;
}
th {
      background-color: #f0f0f0;
}

/* Media Screen HP */
@media only screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }

  /* Show & Hide Produk Mobile */
  .produk_mobile {
    display: block;
  }

  .produk_large {
    display: none;
  }

  .iconresmi {
    width: 100;
    height: 70;
    padding-left: 5px;
  }

  .space-card {
    margin-bottom: 1em;
  }

  .icon-dt {
    width: 100%;
    max-width: 150;
  }

  .sup-jumlah {
    padding-left: 70px;
    padding-right: 0px;
    position: absolute;
    top: 5px;
  }
  
  .sub-jumlah {
    padding-left: 70px;
    padding-right: 0px;
    position: absolute;
    top: 22px;
    
  }

  .icon-sosmed {
    margin-right: 2em;
  }

  /* Produk Section */
  .produk-head {
    visibility: visible;
  }

  .foto-produk {
    margin-bottom: 0.5em;
    width: 100%;
  }

  .produk-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .link-img h5 {
    text-decoration: none;
    color: white;
    background-color: #083375;
    left: 0px;
    bottom: -8px;
    position: absolute;
    display: block;
    width: 100%;
    border: none;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    cursor: pointer;
    text-align: center;
  }

  /* navbar section */
  .navbar-nav > li > .dropdown-menu > .dropdown-item {
    word-wrap: break-word;
  }
  
  /* footer icon */
  .fa-facebook-f, .fa-instagram, .fa-twitter, .fa-youtube {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    /* margin: px 2px; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .timbpr {
    display: none;
  }

  .depoLogo {
    display: none;
  }

  header {
    display: none;
  }
  
}


/* small device */
@media only screen and (max-width: 501px) {
  .line::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffae00;
    top: 85px;
  }

  .linetwo::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffae00;
    top: 65px;
  }
  
}


/* ekstra small device */
@media only screen and (max-width: 369px) {
  .line3::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffae00;
    top: 85px;
  }

}
