/* These styles are used in the backend editor AND in the Theme (frontend) */

/* Most themes nowadays provide an extra stylesheet of classes which WordPress itself then */
/* applies to the backend editor TinyMCE. However, custom CSS - set in Plugins, in the WP  */
/* Customizer or in Theme options, will normally not be reflected to TinyMCE. So better to */
/* put such styles all here, where they will apply to TinyMCE *and* the frontend.          */

/* The goal is not only to make the visual editor display look as much like the frontend as    */
/* possible, but also to make sure that all important CSS classes are available for convenient */
/* selection in TinyMCEs "Formats" dropdown - so do not forget to configure the TinyMCE styles */
/* dropdown with elements to match those here.                                                 */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */

/* Suggested general non-tag-specific visual styles */

/* ######################################################################################################################### */
/* "editor-style-shared.css" is ORIGINAL "editor-style.css" is a copy. The "editor-style.css" will be overwritten everytime! */
/* ######################################################################################################################### */

.list       { margin: 0.35rem 0; }
.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }
.beforelist { margin-bottom: 0.5rem; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong { font-weight: bold; }
/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller { font-size: 0.95rem; line-height: 1.25; }
.small   { font-size: 0.89rem; line-height: 1.2; }

.screen-reader-text, .dispnone { display: none; }

/* Append your site-specific styles here */

/*******************************************************************************************************/
/*******************************************************************************************************/
/* 			Customized area start			*/
.blueBox {
	color:rgba(0, 0, 0, 0.74);
	background-color:#e6e6e6;
	border-radius: 3px;
	padding: 16px 16px 0px;
	margin-top: 12px;	
	margin-bottom: 25px;
	display: block;
	border: 1px solid #0000FF;
	-webkit-box-shadow: inset 0 1px 0 #DEE0E3;
	-moz-box-shadow: inset 0 1px 0 #DEE0E3;
	box-shadow: inset 0 1px 0 #DEE0E3;
	}

.redBox {
	color:rgba(0, 0, 0, 0.74);
	background-color:#e6e6e6;
	border-radius: 3px;
	padding: 16px 16px 0px;
	margin-top: 12px;	
	margin-bottom: 25px;
	display: block;
	border: 1px solid #FF0000;
	-webkit-box-shadow: inset 0 1px 0 #DEE0E3;
	-moz-box-shadow: inset 0 1px 0 #DEE0E3;
	box-shadow: inset 0 1px 0 #DEE0E3;
	}

.preStyleBox{
	display: block;	
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 10px 25px;
	word-wrap: break-word;
	white-space: pre-wrap;
	}

.preStyleBox p+ul {	
	margin-top:-37px;
	}

.preStyleBox ul+p {	
	margin-top:-125px;
	margin-bottom: -12px;
	}

.latestWriting {
	color:rgba(0, 0, 0, 0.74);
	border-radius: 3px;
	padding: 16px 16px 0px;
	margin-top: 12px;	
	margin-bottom: 25px;
	display: block;
	border: 1px solid #0000FF;
	-webkit-box-shadow: inset 0 1px 0 #DEE0E3;
	-moz-box-shadow: inset 0 1px 0 #DEE0E3;
	box-shadow: inset 0 1px 0 #DEE0E3;
	}

.startPageInfoBox {
	text-align: center;
	color:rgba(0, 0, 0, 0.74);
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 10px;
	font-weight:bold;
	border-radius: 3px;
	display: block; 
	background-image: -moz-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: -ms-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#B8B8B8) );
	background-image: -webkit-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: -o-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: linear-gradient(top, #f9f9f9, #B8B8B8);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient ( startColorstr = '#f9f9f9', endColorstr = '#B8B8B8', GradientType =   0 );
	border: 1px solid #B5B5B5;
	-webkit-box-shadow: inset 0 1px 0 #DEE0E3;
	-moz-box-shadow: inset 0 1px 0 #DEE0E3;
	box-shadow: inset 0 1px 0 #DEE0E3;
	}

.startPageInfoBox a:hover {
	background-color:#FFFFFF !important;		/* #2DA1D1	*/
	}

.startPageUpdateBox {
	color:rgba(0, 0, 0, 0.74);
	border-radius: 3px;
	padding: 16px; 
	margin-top: 25px;	
	margin-bottom: 25px;
	display: block;
	border: 1px solid #B5B5B5;
	}

.startPageUpdateBox a:hover {
	color:#000000 !important;
	}

.infoBoxGrey {
	color:rgba(0, 0, 0, 0.74);
	border-radius: 3px;
	padding: 16px 16px 0px;
	margin-top: 12px;	
	margin-bottom: 25px;
	display: block;
	background-image: -moz-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: -ms-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
		to(#B8B8B8) );
	background-image: -webkit-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: -o-linear-gradient(top, #f9f9f9, #B8B8B8);
	background-image: linear-gradient(top, #f9f9f9, #B8B8B8);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		= '#f9f9f9', endColorstr =   '#B8B8B8', GradientType =   0 );
	border: 1px solid #B5B5B5;
	-webkit-box-shadow: inset 0 1px 0 #DEE0E3;
	-moz-box-shadow: inset 0 1px 0 #DEE0E3;
	box-shadow: inset 0 1px 0 #DEE0E3;
	}

.infoBoxGrey a:hover {
	background-color:#FFFFFF !important;		/* #2DA1D1	*/
}

.upanishad {
	color:rgba(0, 0, 0, 0.74);
	background-color:#fffccc; 			/* Light Blue #5B9BD5 	*/
	border-radius: 3px;
	padding: 20px 16px 0px;
	margin-bottom: 16px;
	display: block;
	border: 1px solid #000000;
	-webkit-box-shadow: inset 0 1px 0 #DEE0E3;
	-moz-box-shadow: inset 0 1px 0 #DEE0E3;
	box-shadow: inset 0 1px 0 #DEE0E3;
	}

/*	For Image Hover Overlay	*/
.dissolving {
    position: relative;
	}

.shiva {
  backface-visibility: hidden;
  opacity: 1;
  transition: .5s ease;
  }

.sujanthan {
  opacity: 0;
  position: absolute;
  transform: translate(0%, -100%);
  transition: .5s ease;
  }

.dissolving:hover .shiva {
  opacity: 0.47;
  }

.dissolving:hover .sujanthan {
  opacity: 0.77;
  }

/*	For Images without effect	*/
.imageWithoutEffect {
	border:0 !important;
	box-shadow: none !important;
	}

/*	Customized Table 01	*/
.cusTable01 table {
    border: 1px solid #CCC !important;
	padding: 1px 5px 1px !important;
	}

.cusTable01 th {
    border: 1px solid #EBEBEB !important;
	padding: 1px 5px 1px !important;
	}

.cusTable01 td {
    border: 1px solid #EBEBEB !important;
	padding: 1px 12px 1px !important;
	}

/*	For e.g. Only the present is absolute real	*/
.endOfSolarSystem {
	background-image: linear-gradient(-45deg, #4AB0FF, #2F71A3, #3B8ECC);
	border-radius: 15px;
	margin: 15px 0 15px 0 !important;
	padding: 15px !important;
	text-shadow: black 0.1em 0.1em 0.2em !important;
	vertical-align: middle;
    color: #FFF !important;
	}

/*		Box without Border 		*/
.shivaShakti {
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	margin-bottom: 16px;
	display: block;
	background-image: -moz-linear-gradient(top, #DAEEF3, #F2DBDB);
	background-image: -ms-linear-gradient(top, #DAEEF3, #F2DBDB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DAEEF3),
		to(#F2DBDB) );
	background-image: -webkit-linear-gradient(top, #DAEEF3, #F2DBDB);
	background-image: -o-linear-gradient(top, #DAEEF3, #F2DBDB);
	background-image: linear-gradient(top, #DAEEF3, #F2DBDB);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient (startColorstr = '#DAEEF3', endColorstr = '#F2DBDB', GradientType = 0);
	}

.balancedDesireBabyBlue {
	background-color: #CCFFFF;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
}

.balancedDesireBabyPink {
	background-color: #FFE5FF;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
}

.soulLightBlue {
	background-color: #DAEEF3;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulLightPink {
	background-color: #F2DBDB;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulDarkBlue {
	background-color: #4BACC6;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulDarkGreen {
	background-color: #EAF1DD;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.lightGreyBox {
	background-color: #F2F2F2;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.blackBorderBox {
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.antiqueWhite {
	background-color: #DDD9C6;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.blackBox {
	background-color: black;
	border-radius: 8px;
	color: white; 
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.santhanaBox {
	background-color: #FFAA00;
	border-radius: 8px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}	

/*		Box with Border 		*/

.balancedDesireBabyBlueWithBlackBorder {
	background-color: #CCFFFF;
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
}

.balancedDesireBabyPinkWithBlackBorder {
	background-color: #FFE5FF;
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
}

.balancedDesireBabyBlueAndGlassEffect {
  background: linear-gradient(180deg, rgba(255,255,255,0.45), rgba(255,255,255,0.15));
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 5px 5px 0px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.35);
  color: Black; 
  background-color: #CCFFFF; /* Fallback */
}

.balancedDesireBabyPinkAndGlassEffect {
  background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.12));
  backdrop-filter: blur(6px) saturate(110%);
  -webkit-backdrop-filter: blur(6px) saturate(110%);
  border: 1px solid rgba(0,0,0,0.22);
  border-radius: 8px;
  padding: 5px 5px 0px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.28);
  color: Black; 
  background-color: #FFE5FF; /* Fallback */
}

.balancedDesireFromBlueToPinkWithBlackBorderAndGlassEffect {
  background: linear-gradient(180deg,
    rgba(204,255,255,0.56) 0%,
    rgba(204,255,255,0.20) 30%,
    rgba(255,153,221,0.18) 70%,
    rgba(255,153,221,0.10) 100%);
  backdrop-filter: blur(7px) saturate(120%);
  -webkit-backdrop-filter: blur(7px) saturate(120%);
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 8px;
  padding: 5px 5px 0px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.30);
  color: #091423; /* dunkles, leicht kühles Ton für Lesbarkeit */
  background-color: #CCFFFF; /* Fallback */
}

.soulDarkBlueWithRedBorder {
	background-color: #4BACC6;
	border-color: red;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulLightBlueWithRedBorder {
	background-color: #DAEEF3;
	border-color: red;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulLightPinkWithRedBorder {
	background-color: #F2DBDB;
	border-color: red;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.redBorderBox {
	border-color: red;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulDarkBlueWithBlackBorder {
	background-color: #4BACC6;
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulLightBlueWithBlackBorder {
	background-color: #DAEEF3;
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}	

.soulLightPinkWithBlackBorder {
	background-color: #F2DBDB;
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}	

.YellowWarningBoxWithBlackBorder {
	background-color: #FFFF00;
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.YellowWarningBoxWithRedBorder {
	background-color: #FFFF00;
	border-color: red;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.poisonPurpleBoxWithRedBorder {
	background-color: #E5DFEC; 
	border-color: red;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}
	
.soulBlueWithRedBorder {
	background-color: #4BACC6; 
	border-color: red;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulBlueWithBlackBorder {
	background-color: #4BACC6; 
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.soulPinkWithRedBorder {
	background-color: #F2DBDB; 
	border-color: red;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}	

.soulPinkWithBlackBorder {
	background-color: #F2DBDB; 
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}

.santhanaBoxWithBlackBorder {
	background-color: #FFAA00; 
	border-color: black;
	border-radius: 8px;
	border-style: solid; 
	border-width: 1px;
	padding: 5px 5px 0px !important; /* oben, rechts, unten, links */
	}


/*		Customized Table 		*/
/* Style for the soul-baby-blue table */
.table-soulBabyBlue {
    width: 100%; /* Full width */
    border-collapse: collapse; /* Merge table borders */
    border: 2px solid #4BAAC6; /* Table border */
}

.table-soulBabyBlue thead {
    background-color: #4BAAC6; /* Header background color */
    color: white; /* White text color for headers */
    padding: 10px; /* Padding inside header cells */
}

.table-soulBabyBlue tbody tr:nth-child(odd) {
    background-color: #DAEEEF; /* Background for odd rows */
}

.table-soulBabyBlue tbody tr:nth-child(even) {
    background-color: white; /* Background for even rows */
}

.table-soulBabyBlue td {
    border: 1px solid #4BAAC6; /* Cell border */
    padding: 8px; /* Padding inside data cells */
}

/* Style for the soul-baby-green table */
.table-soulBabyGreen {
    width: 100%; /* Full width */
    border-collapse: collapse; /* Merge table borders */
    border: 2px solid #55AA55; /* Table border */
}

.table-soulBabyGreen thead {
    background-color: #55AA55; /* Header background color */
    color: white; /* White text color for headers */
    padding: 10px; /* Padding inside header cells */
}

.table-soulBabyGreen tbody tr:nth-child(odd) {
    background-color: #C8F0C8; /* Background for odd rows */
}

.table-soulBabyGreen tbody tr:nth-child(even) {
    background-color: white; /* Background for even rows */
}

.table-soulBabyGreen td {
    border: 1px solid #55AA55; /* Cell border */
    padding: 8px; /* Padding inside data cells */
}

/* 			Customized area end			*/
/*******************************************************************************************************/
/*******************************************************************************************************/