/* --------- Imported Poppins font from Google font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;600;700;800;900&display=swap');

/* ----------- sidebar styling --------------- */
.row
{
  margin-left:20px;
}

.sidebarmenu
{
  position: sticky;
  top: 0px;
}

.sidebar
{
  float: left;
  width: 60px;
  margin-left: -60px;
  height: 100%;
  overflow: hidden;
  transition: .6s all;
}

.sidebar-open
{
  margin-left: 0;
}

.sidebar ul
{
  margin: 0;
  padding: 0;
}

.sidebar ul li
{
  list-style: none;
}

.sidebar ul li a
{
  text-decoration: none;
  //color: #313131;
  height: 80px;
  width: 100%;
  font-size: 26px;
  line-height: 50px;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar ul li a i
{
/*   border: 1px solid #000; */
  border-radius: 6px;
  padding: 8px;
  transition: .5s ease-in-out;
}

.sidebar ul li a i:hover
{
  background: #fff;
  border: 1px solid #fff;
}


/* -------------- Burgur styling ----------------- */
.btn
{
  float: left;
  height: 30px;
  width: 30px;
  padding: 6px;
  background: #fff;
  border: 1px solid #fa8231;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.btn .bar1, .btn .bar2, .btn .bar3
{
  height: 3px;
  width: 100%;
  display: block;
  background: #000;
}

/* ----------- close btn ------------- */
.close-btn
{
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  padding: 6px;
  background: #fff;
  border: 1px solid #fa8231;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.close-btn .bar1
{
  transform: rotate(-130deg);
  height: 3px;
  width: 70%;
  display: block;
  background: #000;
  position: absolute;
}

.close-btn .bar2
{
  display: none;
}

.close-btn .bar3
{
  transform: rotateZ(130deg);
  height: 3px;
  width: 70%;
  display: block;
  background: #000;
  position: absolute;
}

.invalid-feedback,
.empty-feedback {
  display: none;
}

.was-validated :placeholder-shown:invalid ~ .empty-feedback {
  display: block;
}

.was-validated :not(:placeholder-shown):invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid,
.was-validated :invalid {
  border-color: #dc3545;
}

.privateAccess {
	box-shadow: 0px 0px 0px 0px #631073;
	background:linear-gradient(to bottom, #f3a8ff 5%, #932abd 100%);
	background-color:#f3a8ff;
	border-radius:28px;
	border:2px solid #ae26e3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Courier New;
	font-size:17px;
	font-weight:bold;
	padding:16px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #8318db;
}
.privateAccess:hover {
	background:linear-gradient(to bottom, #932abd 5%, #f3a8ff 100%);
	background-color:#932abd;
}
.privateAccess:active {
	position:relative;
	top:1px;
}
.big-link { 
	display:block; 
	margin-top: 100px; 
	text-align: center; 
	font-size: 70px; 
	color: #06f; 
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
	
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 10%;
	//margin-left: -440px;
	width: 80%;
	background: #a0f url(img/modal-gloss.png) no-repeat -10px -80px;
	position: absolute;
	z-index: 101;
	padding: 25px 25px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
		
.reveal-modal .close-reveal-modal {
	font-size: 35px;
	line-height: .5;
	position: fixed;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 

input, textarea {
	width: 100%;
	padding: 0.75rem;
	margin-bottom: 1rem;
	border: 2px solid #D1D5DB;
	border-radius: 6px;
	font-size: 1rem;
	color: #374151;
}

input:focus, textarea:focus {
	border-color: #7C3AED;
	outline: none;
}

.error-message {
	color: #DC2626;
	font-size: 0.875rem;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
}

button {
	width: 100%;
	padding: 1rem;
	background-color: #7C3AED;
	color: white;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

button:hover {
	background-color: #6D28D9;
}

.feedEkList{width:100%; list-style:none outside none;background-color:#FFFFFF; border:1px solid #D3CAD7; padding:4px 6px; color:#3E3E3E;}
.feedEkList li{border-bottom:1px solid #D3CAD7; padding:5px;}
.feedEkList li:last-child{border-bottom:none;}
.itemTitle a{font-weight:bold; color:#a0f !important; text-decoration:none; width: 100%; }
.itemTitle a:hover{ text-decoration:underline }
.itemDate{font-size:11px;color:#AAAAAA;}
.itemAuthor{font-size:11px;color:#AAAAAA; text-align: left}
.feedDiv{float: left;padding-right: 5px;  text-align: left;}
    ul{width: 100% !important;}

.extraPadding{padding-left: 50px;}


