body{
    margin-top:20px;
    background-color: #cc6699;
}
alertText {
	color:red;
	font-weight:bold;
	}
#maleradio, #femaleradio, #genderradio {
	left-margin:40px;
	background-color: #fff;
	}
#leftside {
	background-color: #fff;
	}
.preLoader {
	width:100%;
	height:100%;
	background:white;
	justify-content: center;
	position: fixed;
	display: flex;
	z-index:100;
	opacity: 1;
	transition: all  .3s ease-in-out;
	top:0;
}
.card-body p-0 {
	background-color: #b70fad;
	}
.account-block {
    padding: 0;
    background-image: url(../../ScriptureUI/images/bg1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 100%;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

alertText {
	color:red;
	font-weight:bold;
	}
.redbox {
	background-color:red;
	color: blue;
	width:100%;
	height:5px;
	}
.col-lg-6 {
	background-color: #b70fad;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
  webkit-box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
    box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
	}

.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    background-color: #B70FAD;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: 2;
}

.text-theme {
    color: #FFD05F !important;
}
.errorLabel {
	color: red;
	}
.loginShield {
	position: absolute;
	background-color: #fff;
	display: none;
	width:100%;
	height:100%;
	z-index:3;
	justify-content: center;
	opacity: 1;
	transition: all  .3s ease-in-out;
	}
	.loaderContent {
	top:100px;
	position: absolute;
	border-radius: 15px;
	
	justify-content: center;
	width:340px;
	text-align: center;
	
	  }
	.loaderUpdates {
	color:#cc6699;
	font-size:24px;
	font-weight:bold;
	width:100%;
	border-radius:50px;
}


.tryAgainBtn {
	display: none;
	border-radius:5px;
	padding:8px;
	background-color:#cc6699;
  color:#fff;
	font-size:24px;
	font-weight:bold;
	
	}
	.tryAgainBtn:hover {
	
	
	background-color:#FFD05F;
  
	
	}
	
	
	/** Root Values**/
:root {
	--body-bg: linear-gradient(180deg, #f5f7fa 0%, #cc6699 100%);
	--msger-bg: #fff;
	--border: 1px solid #ddd;
	--left-msg-bg: #95c2fd;
	--left-msg-bg2: #4169e1;
	--right-note-bg: #9F5EF7 ;
	--right-note-bg2: #7344B2 ;
	--crBub-note-bg: #81FF00 ;
	--crBub-note-bg2: #7344B2 ;
	--left-msg-JesusBg: #ff0038;
	--left-msg-JesusBg2nd: #f08089;
	--right-msg-bg: #7b68ee;
	--scripture-txt-size: 26px;
	--scripture-ref-txt-size: 28px;
	--search-bar-color: #FAF7FF ;
	--scrollbarTrackColor: #EF77B3 ;
	--scrollbarBlockColor: #EFEFEF;
	--TopAndBottomFixedBars: #cc6699;
  --body-bg: linear-gradient(180deg, #f5f7fa 0%, #cc6699 100%);
  --border: 2px solid #ddd;
  --search-bar-color: #FAF7FF ;
  --scrollbarTrackColor: var(--search-bar-color);
  --scrollbarBlockColor: #EFEFEF;
} 
/** Body **/
body {
  //display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 0px;
//  height: 100%; /***100% wouldn't set things off with scroll bar, "100vh" (vertical height) gives perfect desired scroll setup**/
  background: #cc6699 var(--body-bg);
  background-repeat: no-repeat;
  font-family: Verdana, sans-serif;
}

/** FixedBar **/
.fixbar { 
width: 100%;
position:absolute;
left: 0px; 
top: 0px; 
height: 37px; 
background-color: #cc6699 ; /** #cc6699**/
 z-index: 1;
  bottom: 0px;
 border-bottom: outline black;
 } 


/** Overall Scrollbar **/
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
/** ScrollBar Track **/
.msger-chat::-webkit-scrollbar-track {
  background: var(--scrollbarTrackColor);
}
/** ScrollBar Thumb **/
.msger-chat::-webkit-scrollbar-thumb {
  background: var(--scrollbarBlockColor) ;
  border-radius: 40px;
}





/** Login Container - Number - 1 - _Duplicate This For More Areas_**/
.log-form {
  width: 500px;
  max-width: 867px;
  height: 300px; /** 105% for overflow to set top border under FixedBar correctly **/
  border: white;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
  
}



.btnAndForgot {
position: absolute;
right: 400px;
}
#submit_btn {
width:auto;
height: auto;
background-color: #cc6699;
font-size: 24px;
border-radius: 6px;
color: white;
}
/**FooterText**/
.footerText
{
flex-flow: column wrap;
  justify-content: space-between;
  width:100%
  max-width: 867px;
}

/** Overall Scrollbar **/
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
/** ScrollBar Track **/
.msger-chat::-webkit-scrollbar-track {
  background: var(--scrollbarTrackColor);
}
/** ScrollBar Thumb **/
.msger-chat::-webkit-scrollbar-thumb {
  background: var(--scrollbarBlockColor) ;
  border-radius: 40px;
}

/* Place the navbar at the bottom of the page, and make it stick */
.navbar�{
� background-color:�#333;
� overflow:�hidden;
� position:�fixed;
� bottom:�0;
� width:�100%;
}

/* Style the links inside the navigation bar */
.navbar a�{
��float:�left;
� display:�block;
� color:�#f2f2f2;
� text-align:�center;
� padding:�14px 16px;
� text-decoration:�none;
� font-size:�17px;
}

/* Change the color of links on hover */
.navbar a:hover�{
� background-color:�#ddd;
��color:�black;
}

/* Add a color to the active/current link */
.navbar a.active�{
��background-color:�#04AA6D;
� color:�white;
}
/****Blue slide up box***/
.hid-box {
  top: 100%;
  position: relative;
  transition: all .3s ease-out;
  background: #428bca;
  height: 100%;
}

.msger:hover > .hid-box{
  top: 80%;
}
/** TopLoggedOffFixedBar **/
.fixbarloggedoff { 
	width: 100%;
	position:fixed;
	left: 0px; 
	top: 0px; 
	height: 37px; 
	background-color: var(--TopAndBottomFixedBars); /** #cc6699**/
	z-index: 99;
	border-bottom: outline black;
} 

/** TopLoggedInFixedBar **/
.fixbarloggedin { 
	width: 100%;
	position:fixed;
	left: 0px; 
	top: 0px; 
	height: 37px; 
	background-color: var(--TopAndBottomFixedBars); /** #cc6699**/
	z-index: 99;
	border-bottom: outline black;
} 

/* Force black text in all search bars */
input[type="search"], 
#searchloggedoff, 
#searchloggedin,
.fixbarloggedin input,
.fixbarloggedoff input {
    color: black !important;
    -webkit-text-fill-color: black !important;
}
/* Header Imgs*/
.headerlg {
	display: inline;
	width:198px;
	height:35px;
}
.headersm {
	display: none;
	width:35px;
	height:35px;
}


 @media screen and (max-width: 480px) {

.footerbox2 {
		color: white;
		width:100%;
}

	.mybiblenavbtn,  .mybibleactivenavbtn{
		font-size:10px;
	}
	.unavbar a {
		max-width: 12.2%;
		width:auto;
	}
	
	.topHeaderLogo {
		background-image:url("ScriptureUI/images/logoHeader.png");
		background-position: center;
		background-size: auto 100%;
		width: 35px;
		height: 35px;
	}
	}
	.btn-theme {
    background-color: #FFD05F;
    border-color: #FFD05F;
    color: #fff;
}
