.search .icon-search {
  position: absolute;
  top: 3px;
  right: 20px;
}

.edit {
  border: none !important;
  display: flex !important;
  justify-content: space-around !important;
}

.companyform {
  padding: 30px !important;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
  margin: 0 !important;
  overflow: hidden;
}

.sidemenu {
  background: #fff !important;
  min-width: 250px !important;
  height: 100% !important;
}

.btn-rounded {
  border-radius: 5px;
}

.edit-button {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  color: rgba(43, 61, 81, 0.7);
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 32px;
  margin: 0 12px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  cursor: pointer;
}

.switch-custom {
  margin: 0px;
}
.username:hover{
  color:blue;

}
.logout-div{
  display: block !important;
}
/* th:last-child,
td:last-child,
th:nth-last-child(2),
td:nth-last-child(2) {
    text-align: right;
} */
.span-data{
  text-align:justify;
  font-size: small;
}
.targetArch_flex{
  text-align: justify;
}
.flx_container{
  margin-bottom: 3px;
}
.flx_container p strong{
  font-size: small;
}
.info-icon{
  margin-top: 7px;
}
.avgRating{
  border-top: 1px solid gainsboro;
}
/* dropdown in rm/hod box */

@media  (max-width: 1199px){
  .flex-container{
    width: 50%;
    margin: auto;
  }
  .btn_go{
    margin-top: 10px;
    text-align: center;
  }
}

.fix-height {
  height: calc(100vh - 77px);
  margin: 0;
}