

body{
	background:#ecedee;
	font-family: "Montserrat", Sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Montserrat", Sans-serif;
}
h1{
    font-size: 55px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
}
h1 .fas, h1 .far {
    font-size: 60px;
}
header{
	background: #F3F5F8;
    border: #fff;
    color: #000;
}
#showusernamev2{
   color: #000;
}

header span img, #logout img, #menuB img {
    filter: brightness(0.0);
}
#sidr{
	background: #fff;
}
#sidr ul li{
	border-bottom: 0.1px solid lightgrey;
}
#sidr ul li a{
	color: #434c52;
}
footer, .footerinnerv2{
	background-color: #F3F5F8;
	color:#434C52;
}
footer a{
	color:#434C52;
}
#notificationsv2{
	color: rgb(255, 255, 255) !important;
}
.widgetbox{
	border-radius:35px !important;
}
textarea{
	border-radius: 25px;
    padding: 10px;
    padding-left: 25px;
	border:solid 1px lightgrey;
}



/* Container for the video */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

/* Video styling */
#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Ensures the video covers the entire container */
  z-index: 1;
}




