@font-face {
  font-family: "regular-rtl";
  src: url('/public/fonts/DroidKufi-Regular.ttf');
}
@font-face {
  font-family: "regular-rtl";
  src: url('/public/fonts/DroidKufi-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Medium.ttf');
  font-weight: 600;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Thin.ttf');
  font-weight: 100;
}
.scroll-hide {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.scroll-hide::-webkit-scrollbar {
  width: 0 !important;
}
.nav-dropdown {
  margin: 0;
  padding: 0;
}
.navmenu {
  background-image: linear-gradient(83deg, #4CAEDE 0%, #507CFF 100%);
  border: 0;
  margin: 0;
}
.navmenu .input-group-search {
  opacity: 0.7;
  padding: 17px 0px;
  flex: 1;
}
.navmenu .input-group-search:hover {
  opacity: 1;
}
.navmenu .navbar-search {
  position: relative;
  flex: 1;
}
.navmenu .container {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navmenu .container .nav-section {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.navmenu .container .nav-section.nav-section-left {
  justify-content: flex-start;
}
.navmenu .container .nav-section.nav-section-right {
  justify-content: flex-end;
}
.navmenu .avatar {
  display: flex;
  align-items: center;
  letter-spacing: initial;
  font-size: 1.2rem;
  padding: 14px 0px;
  text-transform: initial;
  color: white;
}
.navmenu .avatar img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.navmenu .avatar:hover div {
  opacity: 1;
}
.navmenu .avatar div {
  opacity: 0.7;
}
.navmenu .brand img {
  height: 21px;
}
.navmenu ul.nav-section {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}
.navmenu ul.nav-section > li {
  font-size: 1.2rem;
  display: inline-block;
}
.navmenu a.nav-control {
  font-size: 1.0rem;
  letter-spacing: 1.43px;
  padding: 20px;
  opacity: 0.7;
  color: white;
  text-transform: uppercase;
}
.navmenu a.nav-control:hover,
.navmenu a.nav-control.active {
  opacity: 1;
}
.navmenu a.nav-control:hover.icon i,
.navmenu a.nav-control.active.icon i {
  opacity: 1;
}
.navmenu a.nav-control.icon {
  padding: 20px 10px;
  position: relative;
  opacity: 1;
}
.navmenu a.nav-control.icon i {
  opacity: 0.7;
}
.navmenu a.nav-control i {
  font-size: 2rem;
}
.navmenu a.nav-control.nav-control-highlight {
  opacity: 1;
}
.navmenu a.nav-control.nav-control-highlight span {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 6px 8px;
  color: #2D89C0;
}
.navmenu .navbar-user .dropdown:hover .dropdown-menu,
.navmenu .navbar-employer .dropdown:hover .dropdown-menu {
  display: block;
}
.navmenu .navslider-toggle {
  opacity: 1;
  color: white;
}
.navmenu .notification-badge {
  position: absolute;
  letter-spacing: initial;
  bottom: 12px;
  border-radius: 50%;
  background-color: #FA5252;
  color: white;
  height: 14px;
  width: 14px;
  line-height: 15px;
  font-size: 0.9rem;
  text-align: center;
}
.navmenu.navmenu-auth {
  background: transparent;
}
.navmenu.navmenu-transparent a.nav-control,
.navmenu.navmenu-auth a.nav-control {
  text-transform: none;
  opacity: 1;
  font-weight: bold;
}
.navmenu.navmenu-white {
  background-color: #FFFFFF;
  background-image: unset;
}
.navmenu.navmenu-white .brand img {
  height: 44px;
}
.navmenu.navmenu-white .nav-section-center a.nav-control {
  color: #343A40;
}
.navmenu.navmenu-white a.nav-control {
  color: #868E96;
  opacity: 1;
}
.navmenu.navmenu-white a.nav-control.active {
  color: #339AF0;
}
.navmenu .dropdown-lang {
  z-index: 1;
}
.navmenu .dropdown-lang .dropdown-menu {
  top: 43px;
}
.navmenu .dropdown-lang .dropdown-toggle {
  text-transform: uppercase !important;
  padding: 20px 5px;
  line-height: 24px;
}
.navbar-get-app {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  background-color: #272424;
  padding: 8px 15px;
  z-index: 30;
}
.navbar-get-app .btn.btn-info {
  border-radius: 20px;
}
.navbar-get-app img {
  height: 21px;
}
body.get-app .navbar-get-app {
  display: flex;
}
.notifications-window {
  width: 450px;
  z-index: 1;
  position: absolute;
  top: 64px;
  right: 63px;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #F1F3F5;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
  font-size: 1.4rem;
}
.notifications-window .header {
  border-bottom: 1px solid #F1F3F5;
  padding: 10px 20px;
}
.notifications-window .header span {
  color: #949494;
}
.notifications-window .body {
  max-height: 300px;
  overflow-y: auto;
}
.notifications-window .empty {
  color: #949494;
  padding: 30px;
  text-align: center;
}
.notifications-window .footer {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #F1F3F5;
  text-align: center;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #339AF0;
}
.notification {
  display: flex;
  color: #343A40;
  padding: 10px 20px;
  border-bottom: 1px solid #F1F3F5;
  align-items: center;
}
.notification .image {
  margin-right: 15px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}
.notification .title {
  font-size: 1.4rem;
}
.notification .info {
  flex: 1;
}
.notification .subtitle {
  font-size: 1.2rem;
  color: #B2B2B2;
}
.notification.new {
  background-color: rgba(71, 173, 224, 0.15);
}
.notification.hoverable:hover {
  background-color: #F4F4F4;
}
.notification:last-child {
  border-bottom: 0;
}
.search-results {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  top: 54px;
  overflow: auto;
  max-height: calc(100vh - 114px);
  box-sizing: border-box;
  border: 1px solid #339AF0;
  border-radius: 3px;
  color: #454545;
}
.search-results .item {
  min-height: 51px;
  display: flex;
  align-items: center;
  border-left: 3px solid transparent;
  padding: 6px 15px 6px 12px;
}
.search-results .item .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.search-results .item .search-info {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-results .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #333333;
  font-size: 1.4rem;
}
.search-results .item .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.5);
}
.search-results .item:hover {
  border-color: #339AF0;
}
.search-results .summary {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  text-align: center;
}
.search-results .see-all {
  border-top: 1px solid #F1F3F5;
  display: block;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #339AF0;
}
.search-results .no-results {
  padding: 6px 10px;
}
.search-results .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #F1F3F5;
  padding: 6px 10px;
}
.search-results .header a {
  color: #339AF0;
}
.search-results .header span {
  text-transform: uppercase;
}
.search-results .search-group {
  margin-bottom: 10px;
}
.search-results .summary,
.search-results .header {
  font-weight: bold;
}
.navslider {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1032;
  background: #FFFFFF;
  overflow-y: auto;
}
.navslider .navslider-header {
  height: 64px;
  padding: 20px 10px;
}
.navslider .navslider-header a {
  opacity: 1;
  color: #454545;
}
.navslider .navslider-body {
  padding: 0 20px 20px 20px;
}
.navslider .list-item {
  padding: 15px 0;
  color: #454545;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.navslider .list-item.list-item-highlight {
  color: #228BE6;
}
.navslider .dropdown-toggle {
  color: #454545;
  display: flex;
  align-items: center;
}
.navslider i {
  width: 40px;
  text-align: center;
  font-size: 2rem;
  color: #228BE6;
}
.navslider .avatar img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.navslider .subtitle {
  color: #B0B0B0;
  font-size: 1.3rem;
  font-weight: normal;
}
.navslider .list-item + .list-item {
  border-top: 1px solid #F1F3F5;
}
.mobile-search {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #339AF0;
  border-bottom: 1px solid #339AF0;
  top: 64px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.mobile-search .search-field {
  padding: 2px 15px;
  display: flex;
  flex: 1;
  background-color: white;
  align-items: center;
}
.mobile-search [class^="fa"] {
  padding: 20px 0;
  padding-right: 15px;
}
.mobile-search input {
  border: 0;
  flex: 1;
  padding: 20px 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .navmenu a.nav-control {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .navmenu .brand {
    flex: 1;
  }
  .navmenu .nav-section-left,
  .navmenu .nav-section-right {
    flex: 1;
  }
  .search-results {
    top: 64px;
  }
  .notifications-window {
    top: 64px;
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    border-radius: 0;
    bottom: 0;
    overflow: auto;
  }
  .notifications-window .header {
    padding: 10px 15px;
  }
  .notifications-window .body {
    overflow: auto;
    max-height: none;
  }
  .notifications-window .footer {
    background-color: #FFFFFF;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .navmenu.navmenu-auth .dropdown-toggle {
    color: black !important;
  }
  .search-results {
    top: 64px;
    max-height: calc(90vh - 164px);
    border: 0;
    border-top: 1px solid #339AF0;
    border-radius: 0;
  }
  .notification {
    padding: 10px 15px;
  }
}
