/*!
Theme Name: rt-23
Theme URI: http://underscores.me/
Author: Rizwan
Author URI: http://rizwanaritonang.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rt-23
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rt-23 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

BOOTSTRAP TEMPLATE https://getbootstrap.com/docs/4.0/examples/

*/
/*--------------------------------------------------------------
>>> URUTAN PENGERJAAN:
----------------------------------------------------------------
1. Buat perencanaan database dengan ChatGPT
2. Setup Local by flywheel
3. Download theme dari underscores
4. Masukan CSS
5. Buat Database
6. Buat Static Front-end Dulu
7. Buat Functionality
	[x]. Pengolahan data blok rumah
		- buat custom template inject
		- custom CRUD di blok-rumah (kecuali edit/update)
	[ ]. Pengolahan data warga
		- Get all data warga
		- Saat insert warga nanti di iuran auto insert dengan default belum bayar selama 12 bulan
		- Pencarian warga pake js data warga di hide nanti show kalo sama
		- data iuran pake api
	[ ]. Pengolahan data iuran warga
	[ ]. Pengelolaan Kas RT

*. Untuk wikihow nanti cari dengan kata RZWN
**. Untuk hal-hal easy tehnik, tanyakan chatGPT
-> https://chat.openai.com/share/04b4696b-b996-4c52-bd95-5b828aab3405
-> https://chat.openai.com/share/46e193f1-07a5-4a94-965f-a3559f9892b0
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.form-check__rincian {
  padding: 0;
}
.form-check__rincian .form-check-input {
  left: -9999;
  top: -9999;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
}
.form-check__rincian .form-check-input:checked + .form-check-label {
  color: #0069d9;
}
.form-check__rincian .form-check-label {
  display: block;
  cursor: pointer;
}

.custom-checkbox__rincian {
  border-radius: 3px;
  padding: 20px 20px;
  border-radius: 4px;
  cursor: disabled;
  position: relative;
  overflow: hidden;
}
.custom-checkbox__rincian:not(.enabled)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  cursor: not-allowed;
}

/* Alignments
--------------------------------------------- */
/* UI8: Core - Dashboard Builder
--------------------------------------------- */