
.tm-btn{
  margin-top: 31px;
}
.rangeCnt {
  padding-top: 37px;
  color:  red;
}
#btnRTop {
  display: none;
  position: fixed !important;
  bottom: 20px !important;
  right: 5px !important;
}
.required::before {
  color: red;
  content: "* ";
}
.fs-7 {
  font-size: 12px;
}
body {
  background-color: #fafafa;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #B7B7B7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {

}
.submenu .nav-link{
  padding-top:  10px;
  padding-bottom: 10px;
  color: #474747;
}
.submenu .nav-link:hover{
  color: #4891FF;
}
.auto {
  width: 100%;
  padding: 0;
  margin: 0;
}
.auto li{
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  padding-left: 12px;
}
.auto li a{
  color:  black;
}
.auto li:hover {
  cursor: pointer;
  text-decoration: underline;
  background-color: #f1f1f1;
}
.dropdown-item a{
  color: black;
  text-decoration: none;
}
.dropdown-item a:hover{
  color: #1058FB;
}
#tabCnt{
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
#employment td, #employment th{
  vertical-align: middle !important;
}