* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #efefef;
}

.full{
  height: 100vh;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
#sidenav{
  border-right: 0.8px solid #efefef;
  box-sizing: border-box;
}
.dashboard-logo{
  height: 100px;
  border-bottom: 0.8px solid #efefef;
}
.side-menu-frame{
  padding-top: 20px;
  padding-bottom: 20px;
}
.curved-edges{
  border-radius: 8px;
}
.sidenav-menuitems{
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.sidenav-menuitems.active{
  background-color: #0D47A1 !important;
}
.sidenav-menuitems:hover{
  background-color: rgba(13, 71, 161, 0.8);
}
.sidenav-menuitems:hover a{
  color: white !important;
}
.sidenav-menu li a{
  color: #4f4f4f;
  flex: 1;
  height: 35px;
  align-items: center;
  display: flex;
  width: 100%;
}
.sidenav-menu li.active a{
  color: white;
}

.heading-section{
  padding: 20px;
  color: #4f4f4f;
  display: flex;
  flex-direction: column;
}

.tabs .tab a{
  color: #0D47A1;
  /* font-size: 12px; */
}
/* .tabs .tab{
  padding-left: 0px;
  padding-right: 0px;
} */
.tabs .tab a.active{
  color: #0D47A1;
}

.tabs .tab:hover, .tabs .tab:hover a{
  background-color: rgba(13, 71, 161, 0.5);
  color: white;
}
.tabs .tab a:active{
  background-color: transparent;
}
.tabs li.indicator{
  background-color: #0D47A1;
}

.tab-pane{
  padding: 30px !important;
}

.image-box{
  height: 100px;
  box-sizing: border-box;
}
.image-box img{
  height: 80px;
}

.comment{
  width: 65%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-wrapper{
  width: 100%;
  flex-direction: row;
  display: flex;
  column-gap: 10px;
}
.comment-frame{padding: 20px;}
.comment .comment-wrapper .image-frame{
  width: 35px;
  height: 35px;
}
.content-right{
  justify-content: flex-end;
}

.content-left{
  justify-content: flex-start;
}

/* .white{
  background-color: #032861!important;
} */
/* body{background-color: black;} */

.rejected{color: red;}
.approved{color: forestgreen;}
.processing{color: #0D47A1;}