html{
	height:100%;
}

/* body{
	background-color:#fff5d7;
	overflow-x:hidden;
	height:100%;
	width:100%;
	margin:0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */
body{
	background-color:#b0c4de3d;
	overflow-x:hidden;
	overflow-y:hidden!important;
	min-height: 100%;
	width:100%;
	margin:0;
	position: relative;
	padding-bottom:3rem;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.loader
{
  position: fixed!important;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: center no-repeat#afaca7d1;
  z-index: 1;
}
.bell::after
{
  content: unset!important;
}

#user_login,#user_logout,#navOptions{
	font-size:20px;
	font-weight:bold;
	color: black;
	padding:5px;
}

#user_login
{
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
}

.userDropDown
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

header,footer{
    padding:2px 8px;
    width:100%;
	/* background:#feb300; */
    color:black;
}

footer{
	position: absolute !important;
	right: 0;
	bottom: 0;
	left: 0;
}

header span{
	color:black;
	font-weight: 500;
	font-size: 2rem;
}

footer p{
	margin: unset;
	padding: 10px;
	font-weight: 500;
}

.row
{
	margin:unset;
}

.storyTitle {
    display: flex;
    justify-content: center;
    color: black;
    margin: 1vw 1vw 0 1vw;
    padding: 8px;
    border-bottom: 2px solid gray!important;
}

.storyTitle > div {
    font-weight: bold;
}

.borderCls {
    display: flex;
    justify-content: center;
    align-items: center;
}

button{
	background-color:#ff5e6c;
	color:black;
	font-weight:bold;
	border-radius: 0.2vw;
	border: unset;
	position: relative;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 0.3vw 1vw;
    display: flex;
    align-items: center;
}

button:hover{
	background-color:#ff8928;
}

.noPadding{
	padding:0px !important;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration:1s;
  }
  
.roundedCorn{
	border-radius: 1vw;
    background-color: white;
    box-shadow: 0px 3px 8px grey;
    border: 2px solid gray;
}
  
  @keyframes zoomIn {
	from {
	  opacity: 0;
	  -webkit-transform: scale3d(0.3, 0.3, 0.3);
	  transform: scale3d(0.3, 0.3, 0.3);
	}
  
	50% {
	  opacity: 1;
	}
  }
  
  .modal 
  {
	  display: none; 
	  position: fixed; 
	  z-index: 1;
	  padding-top: 100px;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: auto; 
	  background-color: rgba(0,0,0,0.6); 
  }
  .overlay
  {
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
  }

  .modal-content
  {
	  /* background-color:rgba(119, 187, 211, 0.43)!important; */
	  border:3px solid white!important;
	  padding: 15px;
	  margin-top: 15vh!important;
	  border-radius: 6px;
  }

  .modal-backdrop {
	position: unset !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(0,0,0,0);
  }

  .modal-yesno{
	font-weight:bold;
	font-size:1.5vw;
	color:black;
	padding: 4px 20px;
  }

  .modal-yesno:hover{
	background-color: #ff8928;
  }

  .modallinkbuttons{
	font-weight:bold;
	font-size:1.5vw;
	background-color:#ff5e6c;
	color:black;
	padding: 4px 20px;
	text-decoration: none;
	border-radius: 6px;
  }
  
  .modallinkbuttons:hover{
	background-color:#ff8928;
	text-decoration: none;
	color:black;
  }
 

.closeIcon:hover
{
  color: #ff5e6c;
  cursor: pointer;
}


.card{
	background-color: #fff5d7;
}

.accountOPtn
{
	padding: 4px 12px!important;
}

.accountOPtn:focus, .accountOPtn:hover{
	background-color: #2178c3;
	color:white;
  }

 .tooltip
  {
    z-index: auto!important;
  }


.widgets
{
  display: flex;
}
.widgets button{
  border-radius: 50%;
  color:black;
  font-size: 2vw;
  height: 52px;
  width: 52px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: 1vw;
}

.widgets button:focus
{
  outline:none;
  
}
.widgets button:hover{
	background-color: #ff8928;
}



  /* css for scrollbar  */

  /* width */
::-webkit-scrollbar {
	width: 0.5vw;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px black; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background:  #ff8928; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #ff5e6c; 
  }


  #constantinfobar{
	visibility: hidden;
	min-width: 250px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 35%;
	top: 100px;
	font-size:1.3rem;
  }

  /* Used for SnackBar */
  #snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 48%;
	top: 100px;
	font-size:1.5rem;
  }
  
  #snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2s;
	animation: fadein 0.5s, fadeout 0.5s 2s;
  }
  
  @-webkit-keyframes fadein {
	from {top: 0; opacity: 0;} 
	to {top: 100px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {top: 0; opacity: 0;}
	to {top: 100px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {top: 100px; opacity: 1;} 
	to {top: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {top: 100px; opacity: 1;}
	to {top: 0; opacity: 0;}
  }