.nav-tabs {
  height: 80px;
  background-color: white;
  display: flex;
  align-items: center;
}

.my-header{
  border-bottom: 2px solid #003C55 !important;
  height: 64px !important;
}
.home-icon {
  display: flex;
  align-items: center;

}

.size-home {
  transition: 0.2s !important;
  font-size: 30px !important;
  color: #999 !important;
}

.logo-image{
  height: 44px!important;
}
.size-home:active,
.size-home:focus, .size-home:hover {
  color: #f26522 !important;
}

.master-data {
  font: arial!important;
  color: #999 !important;
  text-decoration: none!important;
  font-size: 14px !important;
  width: 100%;
  white-space: nowrap !important;
  font-weight: 700;
  text-decoration: none !important;
  border: none !important;
  flex-wrap: wrap;
}

.text-dec {
  text-decoration: none !important;
}

.master-data:focus {
  text-decoration: none !important;
}

.drop-down {
  display: flex;
  align-items: center;
  justify-content: right;
}


.image-size-Main {
  width: 200px;
  height: 130px;
  margin-top: 100px;
  margin-left: 100px;

}

.drop-down-align {
  transition: 0.2s;
}

.drop-down-align:hover {
  background-color: #f87e24;
}

.profile-align {
  position: relative;
  width: 100%;
  height: 36px;
  padding: 7px 13px;
  color: #fff;
}

.dropdown-menu{
  padding: 0!important;
  box-shadow: none !important;
}
.cursor-pointer{
  cursor: pointer;
}

.dropdown-toggle {
  white-space: unset !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dx-header-row td{
  font-weight: 600 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 600 !important;
}