/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

h3.all-insert{
	font-weight:normal;
	font-size:30px;
}
.on-date, .muhurta-time{
	font-weight:bold;
}

#timezone-selector {
	border-radius:0;
}
.timez_one {
	padding-bottom:20px;
	scroll-margin-top:100px;
}

.ttable{
	display:flex;
	flex-wrap:wrap;
	border:1px solid #ddd;
}
.ttd{
	border: 1px solid #ddd;
	padding: 10px;
	flex:25%;
}
@media screen and (max-width:768px){
	.td{
		flex:50%;
	}
}


 .spinner {
        border: 4px solid rgba(0, 0, 0, 0.1);
        border-left-color: #000;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        content: "";
        /* background: black; */
        height: 32px !important;
        width: 32px !important;
        overflow: hidden;
        margin:20px auto !important;
    }
    .spinner button, .spinner a, .spinner h3, .spinner div{
        display: none;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }


#error_message p, #error_message h2{
	font-weight:bold;
	color:red;
}

h3.all-insert{
	font-weight:normal;
	font-size:30px;
}
.on-date, .muhurta-time{
	font-weight:bold;
}


.card {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 90%;
	max-width: 400px;
	text-align: center;
	margin:20px auto;
}
.card h2 {
	margin-top: 0;
	font-size: 24px;
	color: #333;
}
.card .muhurta-details {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
.card .muhurta-details li {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.card .muhurta-details li:last-child {
	border-bottom: none;
}
.card .label {
	font-weight: bold;
	color: #444;
}
.card .value {
	color: #000;
}
.card .footer {
	margin-top: 20px;
	color: #888;
	font-size: 12px;
}
@media (max-width: 480px) {
	.card .label, .card .value {
		font-size: 14px;
	}
	.card .value {
		margin-top: 4px;
	}
}

.table_replacer {
	width:100%;
	display:block !important;
} 