:root {
  --prfbrd: #203853;
  --off_black: #181818;
  --white: #ffffff;
  --off_white: #fafafa;
  --brd: #e7e8e8;
  --joblistbrd: #dcdbdb;
  --drphvr: #3278c2;
}
html body .header {
  padding-left: 1.875em;
  padding-right: 1.875em;
  z-index: 2;
}
.header .logo img {
  max-height: 95px;
}
.header .header-nav .nav-profile img {
  max-height: 56px;
  border: 3px solid var(--prfbrd);
}
.header .header-nav .nav-tool i {
  color: var(--white);
}
.header .header-nav .nav-tool i {
  font-size: 1.5rem;
}
.header .header-nav .nav-profile i {
  font-size: 2rem;
}
.dropdown-toggle::after {
  display: none;
}
.header .header-nav .icon-user-profile:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #000;
}
.header .header-nav .nav-tool {
  width: 56px;
  height: 56px;
  background-color: #1f4f83;
  border: 3px solid #1f4f83;
  border-radius: 50%;
  padding: 0;
  justify-content: center;
  margin-right: 0.75em;
}
.header .header-nav .icon-user-profile {
  width: 56px;
  height: 56px;
  background-color: var(--white);
  border: 3px solid var(--prfbrd);
  border-radius: 50%;
  padding: 0;
  justify-content: center;
}
.header .header-nav .icon-user-profile .dropdown-toggle {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top-navbar ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.top-navbar ul li {
  margin: 0 1.797em;
}
.top-navbar ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--white);
}
.header .dropdown-menu {
  border: 2px solid var(--prfbrd);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}
.header .header-nav .dropdown-menu {
  padding: 0;
}
.header .header-nav .dropdown-menu:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  right: 20px;
  transform: rotate(45deg);
  border-top: 1px solid #eaedf1;
  border-left: 1px solid #eaedf1;
  background: transparent;
  top: -13px;
  transform: rotate(0);
  border-top: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid var(--prfbrd);
}
.header .header-nav .dropdown-menu .dropdown-item {
  font-family: 'Swis721 BT Bold';
  font-size: 16px;
  border-bottom: var(--brd) 1px solid;
}
.header .header-nav .dropdown-menu .dropdown-item:first-child {
  border-radius: 8px 8px 0 0;
}
.header .header-nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.dropdown-menu .dropdown-divider {
  color: var(--brd);
}
.job-title.active i {
  transform: rotate(-180deg);
}
.job-title i {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.job-title:hover {
  color: var(--prfbrd);
}
.job-title a.dropdown-toggle:after {
  font-family: 'FontAwesome';
  content: '\f078';
  color: #fff;
  float: right;
  margin-left: auto;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border: none;
}
.job-title.show a.dropdown-toggle:after {
  content: '\f077';
}
.job-title a.dropdown-toggle {
  padding: 0;
  color: #fff !important;
  height: 65px;
  width: calc(100% - 1em);
  white-space: nowrap;
  color: var(--white);
  font-family: 'Swis721 BT Bold';
  font-size: 1.25rem;
  padding: 1em 1.5em 1em 1em;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-title:before {
  padding: 0;
  height: 65px;
  min-width: 100%;
  border: 1px solid #c0bebe;
  border-radius: 6px;
  background-color: #467198;
  padding: 1em;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.job-title .dropdown-menu {
  background: #467198;
  border: none;
  padding: 0;
  width: 100%;
  transform: none !important;
  margin-top: 59px;
  border-radius: 0;
  border-radius: 0 0 10px 10px;
  border: 1px solid #c0bebe;
}
.job-title .dropdown-menu a {
  color: var(--white);
  text-transform: capitalize;
  font-family: 'Swis721 BT Bold';
  font-weight: normal;
  padding: 1em;
  display: block;
  border-bottom: 1px solid #dcdbdb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  white-space: normal;
}
.job-title .dropdown-menu a:hover {
  color: #ffffff95;
  background: none;
}
.job-title .dropdown-menu p {
  margin: 0;
  padding: 1em;
}
.setting .top-navbar ul li a,
.dashboard .top-navbar ul li a {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 20px;
}
.dashboard .top-navbar ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 0px;
  background-color: #fafafa;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dashboard .top-navbar ul li a:hover:after,
.dashboard .top-navbar ul li a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #fafafa;
}
.joblistdropdown {
  position: relative;
  width: 20%;
}
.recent-job {
  position: absolute;
  width: 100%;
  top: 65px;
  background-color: #467198;
}
.recent-job ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid var(--joblistbrd);
}
.recent-job ul li:last-child {
  padding: 1em;
}
.recent-job ul li:last-child a:hover {
  background-color: var(--prfbrd);
  color: var(--white);
}
.job-title .dropdown-menu p a {
  border-bottom: 0;
  background-color: var(--white);
  color: #467198;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 157px;
  height: 43px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.job-title .dropdown-menu p a:hover {
  background: var(--prfbrd);
  color: #fff;
}
.recent-job ul li a {
  color: var(--white);
  text-transform: capitalize;
  font-family: 'Swis721 BT Bold';
  padding: 1em;
  display: block;
  border-bottom: 1px solid #dcdbdb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top-navbar ul li.dropdown {
  position: relative;
  line-height: 35px;
}
.top-navbar ul li.dropdown:hover .dropdownmenu {
  opacity: 1;
}
.setting .top-navbar ul li .dropdownmenu li a:after,
.dashboard .top-navbar ul li .dropdownmenu li a:after {
  height: 0;
}
.setting .top-navbar ul li .dropdownmenu li,
.dashboard .top-navbar ul li .dropdownmenu li {
  margin: 0;
  width: 100%;
}
.setting .top-navbar ul li .dropdownmenu li a,
.dashboard .top-navbar ul li .dropdownmenu li a {
  display: block;
}
.setting .top-navbar ul li .dropdownmenu li a,
.dashboard .top-navbar ul li .dropdownmenu li a {
  border-bottom: 1px solid #f5f5f5;
  color: #181818;
  padding: 0.3em 0.6em;
  font-family: 'Swis721 BT';
  font-weight: normal;
  font-size: 18px;
}
.setting .top-navbar ul li .dropdownmenu li:last-child a,
.dashboard .top-navbar ul li .dropdownmenu li:last-child a {
  border-bottom: 0;
}
.setting .top-navbar ul .dropdownmenu,
.dashboard .top-navbar ul .dropdownmenu {
  border-radius: 10px;
  opacity: 0;
  position: absolute;
  top: 2.2em;
  width: 231px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  display: none;
  box-shadow: #00000020 0 0 10px;
  z-index: 1;
}
.setting .top-navbar ul .dropdown:hover .dropdownmenu,
.dashboard .top-navbar ul .dropdown:hover .dropdownmenu {
  display: block;
}
.setting li.title,
.dropdownmenu li.title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--off_white);
}
.dropdownmenu li.title h6 {
  background-color: var(--off_white);
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Swis721 BT Bold';
  font-weight: normal;
  color: var(--off_black);
  margin: 0;
  line-height: 35px;
}
.top-navbar ul .dropdownmenu.w100 {
  width: 429px;
}
@media (min-width: 1200px) {
  .header .logo {
    width: auto;
  }
}

@media (min-width: 768px) {
  .header .dropdown-menu-arrow::before {
    background: transparent;
    top: -13px;
    transform: rotate(0);
    border-top: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 13px solid var(--prfbrd);
  }
}
