/*
Theme Name: IDS
Theme URI: https://idsholat.net
Author URI: https://idsholat.net
Description: World Prayer Times
Author: Ciuss Creative
Version: 1.0
Requires at least: 6.1
Tested up to: 6.4.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: idsholat
Copyright: (c) Desember 2023
*/

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del,
dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, 
kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, 
table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
	color: #098;
}

a:hover {
    text-decoration: underline;
}

img {
    pointer-events: none;
    max-width: 100%;
    height: auto;
    display: block;
}
input,
select,
button,
option {
	font-family: Roboto;
}
body {
    font-weight: 400;
	font-family: Roboto;
    line-height: 1.4;
	font-size: 15px;
}

.wrapper {
	background: #f7f7f7;
	padding: 110px 0 0;
	color: #111;
}
/* Header */
.fixed_ids {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 100;
}
.container_ids {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1024px;
}
.head_flex {
	padding: 0;
	display: flex;
	align-items: center;
}
/* Logo */ 

.icon_ids {
	height: 40px;
	width: 40px;
	padding: 20px 20px 20px 0;
}

.icon_ids i {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 40px;
	text-align: center;
	transform: rotate(-20deg);
}
.icon_ids i:before {
	margin: 0;
}

/* Search */
.search_ids {
	height: 38px;
	border-radius: 5px;
	width: 900px;
	padding: 20px;
	background: #f7f7f7;
}
.search_ids .search_form {
	position: relative;
	height: 40px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #098 #f40 #f40 #098;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.search_ids i {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	color: #098;
	font-size: 20px;
	z-index: 1;
}


.select2-hidden-accessible {
	display: none;
	opacity: 0;
}
.select2 {
	display: block;
	height: 40px;
	width: 100% !important;
}
.selection {
	display: block;
	height: 40px;
	width: 100%;
}
.select2-selection {
	display: block;
}
.select2-selection__rendered {
	display: block;
	background: #fff;
	line-height: 40px;
	height: 40px;
}
.select2-selection__placeholder {
	padding: 0;
	display: block;
}

#openselect2 {
	position: relative;
}

#openselect2 .select2-container--open {
	left: 0 !important;
	right: 0;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
}
#openselect2 .select2-search--dropdown {
	width: 100%;
	background: #fff;
	display: block;
	border-bottom: 1px solid #ddd;
}
#openselect2 .select2-search__field {
	margin: 10px 20px;
	height: 24px;
	border: 0;
	width: calc( 100% - 40px );
}
#openselect2 .select2-results__options {
	list-style: none;
	padding: 10px 0;
}
#openselect2 .select2-results__options li {
	padding: 5px 20px;
}
#openselect2 .select2-results__options li:hover {
	background: #eee;
}

/* Lang */
.lang_ids {
	margin-left: auto;
}
.language-switcher-container {
    position: relative;
    z-index: 100;
}
.language-select-wrapper {
    position: relative;
    display: inline-block;
    min-width: 160px;
}
.language-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0 8px 20px;
    border-radius: 4px;
	background: #fff;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    transition: all 0.2s;
    justify-content: space-between;
	border: 0;
}

.selected-flag {
    font-size: 18px;
	display: none;
}
.selected-text {
	
}

.dropdown-icon {
    font-size: 10px;
    opacity: 0.7;
    transition: transform 0.2s;
}

.language-dropdown-btn[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
}

.language-dropdown-menu {
    position: absolute;
    top: 100%;
	right: 0;
    min-width: 140px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s;
    z-index: 1000;
}

.language-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    color: #333;
    transition: background 0.2s;
}

.language-menu-item:hover,
.language-menu-item:focus {
    background: #f5f5f5;
    outline: none;
}

.language-menu-item:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 124, 186, 0.2);
}

.menu-flag {
    font-size: 18px;
}
.language-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    z-index: 9999;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-text {
    color: #333;
    font-size: 16px;
}












/* ARSIP */
.archive-prayer-item {
	margin: 0 auto 10px;
  background: #ffffff;
  padding: 30px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.archive-prayer-item:last-child {
	margin: 0 auto 30px;
}

.entry-header {
	margin: 0 0 10px;
}
.entry-header a:first-child {
	font-weight: 600;
}
.prayer-archive-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 1000px;
}
.prayer-item {
	padding: 15px;
	border-radius: 8px;
	background: #f7f7f7;
}









/* Sistem Pengaturan Dropdown */
        .prayer-settings-container {
			position: relative;
            height: 24px;
			text-align: center;
			font-size: 18px;
			color: #098;
        }
        .prayer-setting-block {
			position: absolute; top: 42px; right: -60px; background: #fff; padding: 30px; border: 1px solid #edf;
			display: none;
			box-shadow:  0 0 20px rgba(0,0,0,0.1);
		}
		.osetting .prayer-setting-block {
		display: block;	
		}
		.prayer-setting-flex {
			display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 15px;
		}
        .prayer-settings {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-end;
        }
        
        .setting-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
            min-width: 200px;
			text-align: left;
        }
        
        .setting-label {
            font-size: 14px;
            font-weight: 600;
        }
        .setting-detail {
			color: #555;
			font-size: 12px;
			line-height: 1.25;
		}
        .setting-dropdown {
            position: relative;
            display: block;
        }
        .setting-dropdown  button {
			font-family: Roboto;
		}
		.setting-dropdown  button span {
			overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
		}
        .setting-active {
            width: 100%;
            padding: 12px 15px;
            background: white;
            color: #333;
            border: 2px solid #2c5aa0;
            border-radius: 8px;
            cursor: pointer;
            font-size: 14px;
            text-align: left;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s;
            box-shadow: 0 2px 5px rgba(44,90,160,0.1);
        }
        
        .setting-active:hover {
            background: #f0f7ff;
            border-color: #1d4a8a;
        }
        
        .setting-active::after {
            content: '▼';
            font-size: 9px;
            transition: transform 0.3s;
            margin-left: 10px;
        }
        
        .setting-active.dropdown-open::after {
            transform: rotate(180deg);
        }
        
        .setting-options {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 2px solid #2c5aa0;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
            display: none;
            flex-direction: column;
            max-height: 300px;
            overflow-y: auto;
            z-index: 1000;
            margin-top: 5px;
        }
        
        .setting-options.show {
            display: flex;
            animation: fadeIn 0.2s;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .setting-option {
            padding: 12px 15px;
            background: white;
            border: none;
            text-align: left;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 14px;
            border-bottom: 1px solid #f0f0f0;
            color: #333;
        }
        
        .setting-option:last-child {
            border-bottom: none;
        }
        
        .setting-option:hover {
            background: #f0f7ff;
            color: #2c5aa0;
        }
        
        .setting-option.active {
            background: #e8f4ff;
            color: #2c5aa0;
            font-weight: 600;
            position: relative;
        }
        
        .setting-option.active::before {
            content: '✓';
            margin-right: 8px;
            font-weight: bold;
        }
        
        /* Reset Button */
        #resetSettingsBtn {
            padding: 8px 20px;
            background: #f8f9fa;
            color: #333;
            border: 2px solid #333;
            border-radius: 8px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
            white-space: nowrap;
            margin-top: 15px;
			font-family: Roboto;
        }
        
        #resetSettingsBtn:hover {
            background: #e9ecef;
            border-color: #333;
            color: #333;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .prayer-settings {
                flex-direction: column;
                gap: 10px;
            }
            
            .setting-group {
                min-width: 100%;
            }
            
            #resetSettingsBtn {
                margin-top: 10px;
                width: 100%;
                justify-content: center;
            }
        }
        
        /* Notifikasi */
        .settings-notification {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #4CAF50;
            color: white;
            padding: 12px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            z-index: 10001;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
            max-width: 300px;
        }
        
        @keyframes slideIn {
            from { transform: translateX(100%); opacity: 0; }
            to { transform: translateX(0); opacity: 1; }
        }
        
        @keyframes slideOut {
            from { transform: translateX(0); opacity: 1; }
            to { transform: translateX(100%); opacity: 0; }
        }
        
        /* Progress Bar Countdown */
        .progress-container {
            width: 100%;
            height: 8px;
            background: #e0e0e0;
            border-radius: 4px;
            margin-top: 15px;
            overflow: hidden;
        }
        
        .progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #2c5aa0, #4a90e2);
            width: 0%;
            transition: width 1s linear;
            border-radius: 4px;
        }
        
		
		
		

.head_title {
	font-size: 36px;
	line-height: 1.1;
	margin: 0 0 4px;
	font-weight: bold;
}
.sub_title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
  margin: 0 0 30px;
}		
		.sub_title a {
			color: #098;
		}
		.sub_title a:nth-child(2) {
			color: #f40;
		}
     

.before_timer {
	font-size: 20px;
}

.hijri-date-display {
	display: none;
}

/* LANGUAGE */
.language-switcher {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.current-language {
    cursor: pointer;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
    min-width: 100px;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    min-width: 120px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.language-switcher:hover .language-dropdown {
    display: block;
}

.language-dropdown li {
    margin: 0;
}

.language-dropdown a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

.language-dropdown a:hover {
    background: #f0f0f0;
}

/* LANGUAGE */


/* ===================== PRAYER TIME STYLES ===================== */

/* Today's Prayer Times Section */
.today-prayer-times {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.today-prayer-times .section-title {
    text-align: center;
    margin-bottom: 25px;
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
}

.prayer-times-container {
}

.prayer-times-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    width: 100%;
    max-width: 1000px;
}

.prayer-time-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.prayer-time-item.active {
    background: #e8f4ff;
    border-color: #3498db;
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.2);
    transform: translateY(-2px);
}

.prayer-info {
    flex-grow: 1;
}

.single_upcoming {
	display: grid;
  padding: 30px;
  margin: 0 auto 30px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.head_title {
	display: flex;
}
.next_prayer {
	margin-left: auto;
}
.active-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3498db;
    font-size: 12px;
    animation: pulse 1.5s infinite;
}

.prayer-time-loading {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.prayer-time-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Countdown Styles */
#countdown-display {
    text-align: center;
    margin: 20px 0;
}
.upcoming-prayer-section {
	position: relative;
	padding: 50px;
	background: url(./images/idsholat.webp);
	background-size: cover;
	color: #fff !important;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 30px;
}
.upcoming-prayer-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, #018, #098 );
	opacity: 0.85;
	z-index: 1;
}
.upcoming-header {
	margin: 0 0 40px;
	position: relative;
	z-index: 2;
}
.upcoming-title {
	display: flex;
	font-size: 32px;
	line-height: 1.1;
	margin: 0 0 4px;
	font-weight: normal;
}
.upcoming-content {
position: relative;
	z-index: 2;
	}
.countdown-container {
	text-align: center;
	margin: 0 0 50px;
}
.countdown-label {
	margin: 0 0 20px;
	font-size: 18px;
}
.countdown {
	font-size: 60px;
}
.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}


.separator {
    margin: 0 10px;
    color: #2c3e50;
}

.progress-container {
    width: 80%;
    max-width: 500px;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    transition: width 1s linear;
}

.prayer-times-table {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	grid-gap: 20px;
	margin: 0 0 20px;
}
.prayer-times-table:not(:has(.next-prayer)) {
    grid-template-columns: repeat(10, 1fr);
}
.prayer-row {
	text-align: center;
}
.next-prayer {
	grid-column: span 3;
	padding: 0;
}
.past-prayer,
.upcoming-prayer {
	grid-column: span 2;
	padding: 20px 0;
}
.past-prayer .prayer-column,
.upcoming-prayer .prayer-column {
	padding: 35px 20px;
	background: #eee;
	color: #222;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
}
.next-prayer .prayer-column {
	padding: 50px 20px;
	background: #000;
	color: #fff;
	border-radius: 20px;
	font-weight: bold;
	font-size: 22px;
}



.monthly-prayer-section {
	padding: 30px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.monthly-header h3 {
	font-size: 36px;
  line-height: 1.1;
  margin: 0 0 30px;
  font-weight: bold;
  text-align: center;
}
.month-controls {
	margin: 0 0 15px;
	text-align: center;
	font-size: 18px;
}
.current-month {
	margin: 0 20px;
}
.month-nav {
	padding: 5px 10px;
}
#monthly-prayer-result {
	margin: 0 -30px -30px;
}
.monthly-prayer-table {
	width: 100%;
}
.monthly-prayer-table thead {
	background: #eee;
}
.monthly-prayer-table th,
.monthly-prayer-table td {
	padding: 8px 12px;
	text-align: center;
}
.monthly-prayer-table td {
	border-bottom: 1px solid #ddd;
}
.monthly-prayer-table th:first-child,
.monthly-prayer-table td:first-child {
	text-align: left;
	padding: 8px 12px 8px 20px;
}
.today-row {
	background: #37c3b3;
	color: #fff;
}

/* Monthly Schedule Table */
#monthly-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#monthly-table th {
    background: #2c3e50;
    color: white;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

#monthly-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
}

#monthly-table tr.today {
    background: #e8f4ff;
    font-weight: bold;
}

#monthly-table tr:hover {
    background: #f5f5f5;
}

#monthly-table .mcenter {
    text-align: center;
}

/* Prayer Settings Dropdown Styles (jika ada) */
.setting-dropdown {
    position: relative;
    display: inline-block;
}

.setting-active {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 200px;
}

.setting-active:hover {
    background: #e9ecef;
}

.setting-options {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.setting-options.show {
    display: block;
}

.setting-option {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.setting-option:hover {
    background: #f8f9fa;
}

.setting-option.active {
    background: #e8f4ff;
    color: #3498db;
}


.city_name {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 15px;
}
.city_name a {
	font-size: 18px;
	font-weight: bold;
}

.latlong {
	opacity: 0.7;
	font-size: 13px;
}

.ids_breadcrumb {
	margin: 0 0 15px;
}
.footer {
	padding: 0 0 30px;
	text-align: center;
}





/* Imsakiyah Styles */
#timesaum {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.idclear {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.waktusaum {
    font-size: 1.1rem;
    color: #333;
}

.waktusaum:first-child {
    font-weight: 600;
    color: #2c3e50;
}

/* Animations */
@keyframes pulse {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .prayer-times-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .countdown-timer {
        font-size: 2rem;
    }
    
    .number {
        min-width: 60px;
        padding: 8px 12px;
    }
    
    #monthly-table {
        display: block;
        overflow-x: auto;
    }
    
    .today-prayer-times {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .prayer-times-grid {
        grid-template-columns: 1fr;
    }
    
    .prayer-time-item {
        padding: 12px;
    }
    
    .countdown-timer {
        font-size: 1.5rem;
    }
    
    .number {
        min-width: 50px;
        padding: 6px 10px;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
}

/* Single Head Styles */
.single_head {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 20px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.head_heading {
	grid-column: span 6;
    padding: 30px;
}
.head_title {
    color: #333;
    margin-bottom: 10px;
}

.sub_title {
    margin-bottom: 40px;
}

.head_local {
	grid-column: span 2;
	padding: 30px;
	border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #ddd;
	font-size: 15px;
	position: relative;
}
.local_times {
	font-weight: 600;
	font-size: 30px;
}
.local_name {
	margin: 0 0 50px;
	font-weight: 600;
}
.head_local span {
	color: #098;
}

.local_display {
	position: absolute;
	bottom: 30px;
}
.gregorian-local {
	position: relative;
	padding: 0 0 0 30px;
}
.gregorian-local:before {
	content: '';
	position: absolute;
	top: calc( 50% - 5px );
	left: 0;
	height: 10px;
	width: 20px;
	border-radius: 15px;
	background: #098;
}

.hijri-local {
	position: relative;
	padding: 0 0 0 30px;
}
.hijri-local:before {
	content: '';
	position: absolute;
	top: calc( 50% - 5px );
	left: 0;
	height: 10px;
	width: 20px;
	border-radius: 15px;
	background: #f40;
}




.before_timer {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.today_title {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.daily-date-container {
margin: 0 0 30px;
text-align: center;	
}

/* Method Info */
.method {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.method_setting {
	color: #098;
	cursor: pointer;
}

/* Puasa Section */
.puasa__head {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 10px;
}

.puasa__head span {
    color: #3498db;
}

.puasa__sub {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.other {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Loading States */
.loading-countdown {
    color: #666;
    font-style: italic;
}

.single_img {
	margin: 0 -30px;
}
.single_img img {
	width: 100%;
}
.bookmark {
	position: absolute;
	left: calc( 100% - 30px );
	top: 20px;
	height:62px;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	background: #d35;
	color: #fff;
	border-radius: 36px;
}
.logo {
	float: right;
	height: 52px;
	padding: 25px 0 25px 20px;
}
.logo span {
	display: block;
	height: 52px;
	width: 52px;
	line-height: 52px;
	background: #f40;
	color: #fff;
	text-align: center;
  font-size: 26px;
  border-radius: 50px;
}
.head_data {
	padding: 22px 0;
	float: left;
	width: calc( 100% - 72px );
}
.green {
	color: #098;
}
.red {
	color: #f55;
}

.thisday {
	text-align: center;
	font-size: 24px;
	margin: 0 0 20px;
}
#timetable {
	display: grid;
	font-size: 28px;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
}
.single_waktu {
	font-weight: bold;
	padding: 30px 0;
	background: #eee;
	text-align: center;
}


.method {
	font-size: 15px;
	padding: 20px 0 0;
}


.zone {
	margin: 40px 40px;
	background: #098;
	padding: 40px;
	border-radius: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}
.zone a {
	color: #81ebbe;
}

.detail {
	padding: 0 0 40px;
	font-size: 20px;
}
.detail table {
	width: 100%;
}
.detail table td {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.detail table td.tabr {
	text-align: right;
}


.maps {
	width: 100%;
	height: 400px;
}
.maps iframe {
	display: block;
	height: 360px;
	border-radius: 15px;
	width: 100%;
	overflow: hidden;
}



.puasa {
	padding: 30px 0;
}
.puasa__head {
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 15px;
}
.puasa__sub {
	text-align: center;
	font-size: 16px;
	max-width: 300px;
	margin: 0 auto 30px;
}
.archive .puasa__sub {
	font-size: 18px;
	max-width: 550px;
}
.puasa__head span:nth-child(1) {
	color: #f44;
}
.puasa__head span:nth-child(2) {
	color: #098;
}
#saum {
	margin: 0 -15px 30px;
}

#timesaum .idclear{
	float: left;
	margin: 0 15px 30px;
	padding: 30px;
	width: calc( 50% - 90px );
	background: #f44;
	color: #fff;
	font-size: 26px;
	border-radius: 15px;
}
#timesaum .idclear:nth-child(2) {
	background: #098;
}

.waktusaum {
	display: inline-block;
	float: left;
	font-size: 16px;
	padding: 5px 0;
}
.waktusaum:nth-child(1) {
	width: 70px;
}
.waktusaum:nth-child(2) {
	width: calc( 100% - 70px );
	text-align: right;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}


.info-jadwal {
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	position: relative;
}
.info-jadwal:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #f44;
	border-radius: 15px;
	left: 0;
	top: calc( 50% - 7px )
}



.other {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.village {
    margin: 0 0 30px;	
}
.village a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	border: 1px solid #098;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	margin: 0 5px 12px 0;
}

.level {
	font-size: 18px;
  line-height: 1.5;
  margin: 0 0 50px;
}
.arsip {
	font-size: 18px;
    line-height: 1.5;
	color: #fff;
}
.arsip a {
	color: #ff0;
}
.level a {
	color: #098;
}


.question {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.ask {
	padding: 40px;
	background: #f7f7f7;
	margin: 0 0 20px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1.4;
	color: #888;
}

.point {
	font-size: 24px;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 0 0 15px;
	color: #444;
}



.jdwl {
	font-size: 16px;
	width: 100%;
}
.jdwl tr:nth-child(2n) {
	background: rgba(0,0,0,0.04);
}
.jdwl a {
	color: #098;
}
.jdwl td {
	padding: 15px 0;
}
.ts {
	width: 10%;
	text-align: center;
}
.dk {
	width: 50%;
}



#comment {
  width: calc( 100% - 61px );
  border: 1px solid #ddd;
  height: 100px;
  border: 0;
  border-radius: 15px;
  background: #f7f7f7;
  padding: 30px;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 25px;
}

#login {
	text-align: center;
}
#submit {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	margin: 0 0 40px;
	border: 0;
	background: #098 !important;
	color: #fff !important;
	font-weight: bold;
	border-radius: 6px;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	font-size: 18px;
	overflow: hidden;
}
.submit {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	margin: 0 auto 40px;
	border: 0;
	background: #098 !important;
	color: #fff !important;
	font-weight: bold;
	border-radius: 6px;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	font-size: 18px;
	overflow: hidden;
}

.request_id p.request_in {
	font-size: 16px;
	padding: 0;
	background: #fff;
	margin: 0 0 15px;
}
.request_id p {
	background: #f7f7f7;
	padding: 20px;
	font-size: 16px;
	margin: 0 0 30px;
}








.share {
	float: right;
	position: sticky;
	bottom: 90px;
	height: 50px;
	width: 50px;
	margin-right: -100px;
}
.share span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #098;
	color: #fff;
	font-size: 24px;
	border-radius: 50px;
	margin: 0 0 10px;
	overflow: hidden;
}
.share span.search {
	background: #f44;
	margin: 0 0 10px;
}
.share span a {
	color: #fff;
	text-decoration: none;
}
.share span a.wapi {
	display: none;
}


.nos_schema {
	font-size: 16px;
	color: #888;
	text-align: center;
	padding: 100px 0 0;
}
.nos_schema a {
	color: #098;
}



.foot {
	font-size: 16px;
	padding: 30px 0;
	text-align: center;
	color: #888;
}
.foot a {
color: #098;	
}





.searching,
.idnav {
	position: fixed;
	top: 102px;
	bottom: 0;
	left: auto;
	right: auto;
	background: rgba(255,255,255,0.99);
	width: 600px;
	margin-left: -30px;
	display: none;
	z-index: 100;
}
.idnav {
	padding: 0 30px;
}
.searching {
	padding: 20px 30px;
}
.searching i,
.idnav i {
	position: absolute;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 38px;
	text-align: center;
	left: calc( 50% - 20px );
	z-index: 10;
	color: #f44;
	pointer: cursor;
}
.opensearch .searching,
.openmenu .idnav {
	display: block;
}
.searching input {
	margin: 40px 40px 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #777;
	width: calc( 100% - 122px );
	border-radius: 6px;
	font-size: 18px;
}
.some_result {
	margin: 0 20px;
	padding: 0 20px;
	height: calc( 100% - 250px );
	overflow: auto;
}
.ajax_down  {
	padding: 10px 0;
	border-bottom:1px solid #ddd;
	font-size: 18px;
	font-weight: 400;
}
.ajax_down a {
	color: #098;
}
.ajax_down span {
	float: right;
}
.ajax_down span span {
	float: left;
}
.ajax_down .prov {
	margin-left: 5px;
}
#sholat {
	margin: 0 0 40px;
}

.id-class {
	list-style: none;
}
.id-class li {
	display: block;
	font-size: 18px;
}
.id-class a {
	display:inline-block;
	padding: 12px 0;
	border-bottom: 1px solid #098;
	font-weight: bold;
	color: #555;
}
.navi {
  margin: 0 10px;
  height: 100%;
  overflow: auto;
}

.id-content {
	font-size: 16px;
	line-height: 1.4;
	padding: 20px 0 0;
}
.id-content p,
.id-content ul {
	margin: 0 0 20px;
}
.id-content li {
	margin: 0 0 0 20px;
}
.id-content img {
	width: 100%;
	display: block;
	margin: 0 0 15px;
}



.loc_down {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.loc_box{
	float: left;
	width: 50%;
}
.time_box {
	float: right;
	width: 50%;
}

.answers {
	margin: 0 -15px 40px;
}
.questions {
	float: left;
	margin: 0 15px 10px;
	font-size: 18px;
	width: calc( 50% - 30px );
	position: relative;
}
.questions a {
	color: #098;
	text-decoration: underline;
	margin: 0 0 0 25px;
}
.questions:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	background: #555;
	top: calc( 50% - 5px );
	left: 0;
}

.single_list {
	margin: 0 0 10px;
}
.imsak_tab {
	background: #f7f7f7;
	color: #333333;
	padding: 30px;
	border-radius: 10px;
	margin: 0 0 10px;
	font-size: 25px;
}
.imsak_tab .imsak_time {
	float: right;
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
	color: #098;
	width: 90px;
	text-align: right;
}
.imsak_tab .imsak_loc {
	font-weight: 400;
	float: left;
	width: calc( 100% - 90px );
}
.imsak_tab a {
  
	color: #098;
}

.single_pray {
	background: #d2efec;
	color: #333;
	border-radius: 10px;
	text-align: center;
}
.prayers_box {
	float: left;
	display: inline-block;
	width: 20%;
	padding: 8px 0;
}
.prayers_box span {
	display: block;
	font-size: 16px;
}
.prayers_box span.prayers_time {
	color: #098;
	font-size: 25px;
	font-weight: bold;
}


.floats {
	position: fixed;
	left: auto;
	right: auto;
	width: 600px;
	margin-left: -30px;
	z-index: 100;
	bottom: 0;
	background: #fff; 
	padding: 30px;
}
.floats img {
	float: right;
	width: 80px;
	height: 80px;
	margin: 0 0 0 30px;
	border-radius: 5px;
}
.ads_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}
.ads_title span {
	text-decoration: underline;
}
.ads_right {
float: left;
width: calc( 100% - 110px );	
}
.sponsor {
	display: inline-block;
	position: relative;
	width: auto;
	text-align: center;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	border: 1.5px solid #f20;
	color: #333;
	padding: 0 10px 0 25px;
	margin: 0 0 5px;
	border-radius: 5px;
}
.sponsor:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc( 50% - 8px );
	left: 4px;
	border-radius: 20px;
	background: violet;
	animation: grow 1s linear infinite;
	transform: scale(0);
	opacity: 1;
}


@keyframes grow {
    0% {
        transform: scale(0);
	    opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0.5;
    }
    85% {
        transform: scale(1);
        opacity: 0;
    }
    90%,
	100% {
        transform: scale(0);
        opacity: 0;
    }
}

.ads_list {
	padding: 15px 0;
}
.ads_list h3 {
	text-align: center;
	margin: 0 0 10px;
}
.ads_lop {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.ads_img {
	float: left;
	width: 80px;
	margin: 0 20px 0 0;
}
.ads_img img {
	width: 100%;
}
.ads_det {
	float: left;
	width: calc( 100% - 130px );
}
.ads_det i {
	color: #f1a225;
	float: left;
}
.ads_det i:last-child {
	margin: 0 5px 0 0;
}
.ads_rate {
	font-size: 12px;
	color: #444;
}
.ads_link {
	display: block;
	font-size: 15px;
	line-height: 1.25;
	margin: 0 0 4px;
}
.ads_price {
	position: relative;
	color: #f40;
	font-size: 16px;
}
.ads_price a {
	position: absolute;
	height: 24px;
	line-height: 24px;
	right: 0; 
	padding: 0 10px;
	font-size: 12px;
	top: calc( 50% - 13px );
	border: 1px solid #f40;
	color: #f40;
	border-radius: 4px;
}
.ads_price a.shake {
	top: calc( 50% - 10px );
}
.ads_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}
.ads_rand {
    padding: 20px;
}

.animasi {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #f40;
  overflow: hidden;
}

.animasi::before {
  content: '';
  position: absolute;
  top: -24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: move 3s linear infinite;
}

.animasi::before {
  background: linear-gradient(to right, #f40, #fff, #f40);
  left: 0;
}

.animasi::after {
  background: radial-gradient(circle,  #fff, #098, #fff);
  left: 0;
  animation-delay: 1.5s; /* Delay agar tidak tumpang tindih */
}

@keyframes move {
  0% {
    left: -20px;
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    left: 100%;
    transform: scaleX(1);
  }
}
.shake {
	animation: shake 5s infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  1%, 3%, 5%, 7%, 9% {
    transform: translateX(-2px);
  }
  2%, 4%, 6%, 8%, 10% {
    transform: translateX(2px);
  }
  /* 90% waktu tidak bergerak */
  11% {
    transform: translateX(0);
  }
}





#monthly-table {
	width: 100%;
}
#monthly-table tr {
	border-bottom: 1px solid #ddd;
}
#monthly-table tr.today {
	background: #f90;
	color: #fff;
}
#monthly-table td,
#monthly-table th {
	padding: 8px;
}
#monthly-table td.mcenter,
#monthly-table th.mcenter {
	text-align: center;
	padding: 8px 8px 8px 0
}



.countdown-timer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 20px 0;
}

.number {
    font-size: 2.5em;
	line-height: 1.0;
    font-weight: 800;
	font-family: 'Roboto';
}

#seconds {
	color: #f40;
}
.separator {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 5px;
}

.progress-container {
    background: rgba(255,255,255,0.1);
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #fff, #098);
    width: 0%;
    transition: width 0.5s ease;
    border-radius: 4px;
}

.loading-countdown {
    text-align: center;
    padding: 20px;
    font-style: italic;
}

.next-soon {
    color: #ff6b6b;
    font-weight: bold;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .countdown-timer {
        gap: 10px;
    }
    
    .time-unit {
        min-width: 70px;
        padding: 10px 15px;
    }
    
    .time-unit .number {
        font-size: 2em;
    }
    
    .separator {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .countdown-container {
        padding: 8px;
    }
    
    .time-unit {
        min-width: 60px;
        padding: 8px 12px;
    }
    
    .time-unit .number {
        font-size: 1.5em;
    }
    
    .separator {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
}



.ads_one {
 max-width: 728px;
 margin: 0 auto 30px;
}



@media screen and (max-width: 1024px) {
	.wrapper {
		overflow: hidden;
	}
}

@media screen and (max-width: 600px) {
	.dropdown-icon {
		display: none;
	}
	.selected-text {
		display: none;
	}
	 .selected-flag {
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    align-items: center;
    width: 43px;
    justify-content: center;
  }
}

@media screen and (max-width: 420px) {
	.wrapper {
  padding: 70px 0 0;
  overflow: hidden;
}
.fixed_ids {
  height: 55px;
}
.container_ids {
  padding: 0 15px;
}

.icon_ids {
  height: 30px;
  width: 30px;
  padding: 13px 12px 13px 0;
}
.icon_ids i {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 30px;
}


/* Search */
.search_ids {
	height: 36px;
	padding: 10px 12px;
}
.search_ids .search_form {
	height: 34px;
	padding: 0 12px;
}

.search_ids i {
	height: 34px;
  width: 28px;
  line-height: 34px;
  font-size: 15px;
}
.select2 {
	display: block;
	height: 34px;
}
.selection {
	height: 34px;
}
.select2-selection__rendered {
	line-height: 34px;
	height: 34px;
}

#openselect2 .select2-search__field {
	margin: 6px 12px;
	width: calc( 100% - 24px );
}
#openselect2 .select2-results__options li {
	padding: 5px 15px;
	font-size: 14px;
}




/* LANG */
.language-dropdown-btn {
  padding: 13px 0 13px 12px;
  font-size: 15px;
}
.selected-flag {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    width: 30px;
 }





/* ARSIP */
.archive-prayer-item {
  padding: 15px;
}
.archive-prayer-item:last-child {
	margin: 0 auto 30px;
}
.entry-title {
	font-size: 13px;
}
.prayer-archive-grid {
  gap: 3px;
}
.prayer-item {
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}




/* Footer */
.footer {
	font-size: 13px;
}





.selected-text {
	display: none;
}
.selected-flag {
	display: block !important;
}

.prayer-settings-container i {
	margin: 0 0 0 10px;
}

.single_head {
	grid-template-columns: repeat(8, 1fr);
}
.head_heading {
  grid-column: span 5;
  padding: 15px;
}


.single_head {
  margin: 0 auto 15px;
  grid-gap: 10px;
}
.head_local {
  grid-column: span 3;
  padding: 15px;
  font-size: 13px;
}
  .head_title {
    font-size: 18px;
  }
.sub_title {
  margin-bottom: 15px;
}
.local_name {
  margin: 0 0 30px;
}
.local_times {
  font-size: 25px;
}
.prayer-setting-block {
  right: -15px;
}
.local_display {
	bottom: 15px;
}
.single_upcoming {
  padding: 15px;
  margin: 0 0 15px;
}
.upcoming-prayer-section {
  padding: 15px;
  border-radius: 10px;
  margin: 0 0 15px;
}
.upcoming-header {
  margin: 0 0 10px;
}
.upcoming-title {
  font-size: 14px;
}
.countdown-label {
  margin: 0 0 8px;
  font-size: 12px;
}
.countdown-container {
  text-align: center;
  margin: 0;
}
.countdown {
  font-size: 30px;
  line-height: 1.0;
}
.prayer-times-table {
  margin: 0;
}
.prayer-times-table,
.prayer-times-table:not(:has(.next-prayer)) {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.next-prayer .prayer-column {
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
}
.past-prayer .prayer-column, .upcoming-prayer .prayer-column {
  padding: 15px;
  background: #eee;
  color: #222;
  border-radius: 8px;
  font-size: 18px;
}
.past-prayer, .upcoming-prayer, .next-prayer {
  grid-column: span 3;
  padding: 0;
}
.daily-date-container {
	font-size: 12px;
}
.prayer-column {
	display: flex;
}
.prayer-time {
	margin-left: auto;
}

.city_name {
	font-size: 13px;
}

.city_name a {
	font-size: 15px;
}
.latlong {
	font-size: 12px;
}

.monthly-prayer-section {
  padding: 15px;
  margin: 0 0 15px;
}
.monthly-header h3 {
  font-size: 20px;
  margin: 0 0 15px;
}
#monthly-prayer-result {
	font-size: 14px;
	margin: 0 -15px -15px;
}
.monthly-prayer-table {
	border: 0;
}
.monthly-prayer-table th, .monthly-prayer-table td {
  padding: 6px 2px;
}
.monthly-prayer-table th:first-child, 
.monthly-prayer-table td:first-child {
  padding: 6px 2px 6px 15px;
}

.monthly-prayer-table th:last-child, 
.monthly-prayer-table td:last-child {
  padding: 6px 6px 6px 2px;
}



.head {
  height: 72px;
}
	.head-fixed {
    padding: 0 20px;
	height: 72px;
  }
	.head_data {
  padding: 16px 0;
  width: calc( 100% - 60px );
}
.head_title,
.today_title {
  font-size: 20px;
  margin: 0 0 5px;
}
.sub_title {
  font-size: 13px;
}
.daily-date-container {
  margin: 0 0 15px;
}

#local-times-result {
	font-size: 13px;
}
.gregorian-local,
.hijri-local {
  padding: 0 0 0 18px;
}
.gregorian-local:before,
.hijri-local:before {
  top: calc( 50% - 3px );
  left: 0;
  height: 6px;
  width: 12px;
}

 .local_times {
    font-size: 16px;
  }


.logo {
  height: 40px;
  padding: 17px 0 18px 20px;
}
.logo span {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}
.single_img {
	margin: 0 -20px;
}
.overlay {
  margin: 0 -20px;
}
.prayer {
  padding: 35px 30px;
}
.thisday {
  font-size: 18px;
  margin: 0 0 15px;
}
.arsip {
  font-size: 16px;
}


.jdwl td {
  padding: 10px 0;
}
.jdwl {
  font-size: 14px;
}

.puasa {
  padding: 20px 0;
}
.puasa__head {
  font-size: 22px;
  margin: 0 0 12px;
}
.puasa__sub,
.archive .puasa__sub {
  font-size: 14px;
  margin: 0 auto 20px;
}
#saum {
  margin: 0 -10px;
}
#timesaum .idclear {
  margin: 0 10px 20px;
  padding: 15px;
  width: calc( 50% - 50px );
  border-radius: 10px;
}
.waktusaum:nth-child(2) {
  width: calc( 100% - 60px );
  font-size: 34px;
  line-height: 34px;
}
.waktusaum:nth-child(1) {
  width: 55px;
}
.waktusaum {
  font-size: 13px;
  line-height: 1.3;
}

#timetable {
  font-size: 22px;
}
.single_waktu {
  padding: 5px 0;
}
.method {
  font-size: 13px;
  padding: 15px 0 0;
}
.zone {
  margin: 20px 20px;
  padding: 25px;
  border-radius: 10px;
  font-size: 16px;
}
.detail table td {
  padding: 10px 0;
}
.detail {
  padding: 0 0 30px;
  font-size: 14px;
}
.maps {
  height: 250px;
}
.maps iframe {
  display: block;
  height: 220px;
  border-radius: 10px;
}
.info-jadwal:before {
  width: 6px;
  height: 6px;
  border: 1px solid #f44;
  top: calc( 50% - 4px );
}
.info-jadwal {
  padding: 12px 0 12px 20px;
  font-size: 16px;
}
#sholat {
  margin: 0 0 20px;
}
.other {
  font-size: 22px;
  margin: 0 0 15px;
}
.level {
  font-size: 15px;
  margin: 0 0 20px;
}
.question {
  font-size: 22px;
  margin: 0 0 15px;
}
.point {
  font-size: 18px;
  margin: 0 0 10px;
}
.ask {
  padding: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.4;
}
.art {
  float: none;
}
.nos_schema {
  font-size: 14px;
  padding: 50px 0 0;
}

.foot {
  font-size: 14px;
  padding: 30px 0 125px;
}

.share {
	position: fixed;
	right: 15px;
	width: auto;
	margin: 0;
	z-index: 1000;
}
.share span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  margin: 0 1px;
}
.share span.search {
  margin: 0 1px;
}
.searching,
.idnav {
	top: 72px;
	left: 0;
	right: 0;
	width: auto;
}
.searching {
	padding: 20px;
	margin-left: 0;
}
.searching input {
  margin: 30px 20px 20px;
  padding: 0 20px;
  width: calc( 100% - 82px );
}
.ajax_down .prov {
	display: none;
}
.ajax_down {
  font-size: 16px;
}
.some_result {
  margin: 0;
  padding: 0 20px;
  height: calc( 100% - 165px );
}
.navi {
  margin: 0 20px;
}

#comment {
  width: calc( 100% - 42px );
  height: 100px;
  border: 0;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  margin: 0 0 20px;
  border: 1px solid #888;
}

.id-content {
	font-size: 15px;
}
.imsak_tab {
  padding: 20px;
  line-height: 25px;
  border-radius: 6px;
  font-size: 16px;
}
.imsak_tab .imsak_time {
  font-size: 20px;
  width: 60px;
}
.imsak_tab .imsak_loc {
  width: calc( 100% - 80px );
  line-height: 1.2;
}
.prayers_box span {
  font-size: 11px;
  line-height: 1.4;
}
.prayers_box span.prayers_time {
  font-size: 16px;
}
.floats {
	position: fixed;
	left: 0;
	right: 0;
	width: auto;
	margin-left: 0;
	bottom: -25px;
	padding: 15px 20px 40px;
	box-shadow: 0 0 35px rgba(0,0,0,0.3);
}
.floats img {
	margin: 0 0 0 20px;
	width: 70px;
	height: 70px;
	display: block;
}
.ads_title {
	font-size: 16px;
	margin: 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ads_right {
width: calc( 100% - 90px );	
}
.sponsor {
	height: 24px;
	line-height: 24px;
	margin: 0 0 8px;
}
}