@import url("https://fonts.googleapis.com/css?family=IBM Plex Sans");

.asteriskField {
    display: none;
}

form .alert ul li {
  list-style: none;
}
form .alert ul {
  padding: 0;
  margin: 0;
}

/* for nav boxes */
body {
font-family: "Lato", sans-serif;
background: white;

}

#sentOffer{
  position: absolute;
  top: 50%;
  left: 650px; 
  
}

#sidebar{
  position: fixed;
  z-index: 1000;
}


.sidenav {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 60px;
}

.sidenav a {
  padding: 15px 40px 15px 16px;
  margin: 5px 0 5px 14px;
  text-decoration: none !important;
  /* font-size: 25px; */
  /* color: #818181; */
  display: block;

  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  /* line-height: 21px; */

  color: #000000;

  opacity: 0.5;
}

.sidenav a.active {
  font-weight: 500;
  opacity: 0.75;
  background: #E0F3FF;
  border-radius: 8px 0px 0px 8px;
  border-radius: 4px 0px 0px 4px;
}

.sidenav a.active {
  /* text-align: right; */
  border-right: 3px solid #36CFF5;
  border-radius: 4px 0px 0px 4px;
  /* position: relative; */
  /* right: 0; */
}

.sidenav a:hover {
  opacity: 1;
}

.sidenav .closebtn {
  position: absolute;
  padding-top: 0;
  padding-right: 5px;
  top: 0;
  right: 0;
  font-size: 36px;
  /* margin-left: 50px; */
}
.container{
  max-width: 90%;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
#login_user{
  position: absolute;
width: 35px;
height: 12px;
left: 1288px;
top: 29px;

font-family: IBM Plex Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
display: flex;
align-items: center;
text-align: right;

color: #212529;
}


/* GLOBAL NAVBAR STYLES */

.navbar-brand span {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */

  color: #000000;
  opacity: 0.75;
}
.nav-circle {
  background: #C4C4C4;
  border-radius: 50%;
  padding: 0.3rem;
  max-width: fit-content;
}

