@font-face {
  font-family: rockwell;

  src: url(../css/fonts/rockwell.ttf);
}

@font-face {
  font-family: rockwell-bold;

  src: url(../css/fonts/rockwell-bold.ttf);
}

@font-face {
  font-family: "adeleadele";

  src: url("../css/fonts/adele-light-webfont.eot");

  src: url("../css/fonts/adele-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/adele-light-webfont.woff2") format("woff2"),
    url("../css/fonts/adele-light-webfont.woff") format("woff"),
    url("../css/fonts/adele-light-webfont.ttf") format("truetype"),
    url("../css/fonts/adele-light-webfont.svg#adeleadele") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Bebasneue-Regular";
  src: url("../css/fonts/Bebasneue-Regular.ttf") format("truetype");
}

.adele_light {
  font-family: "adeleadele" !important;
  text-transform: uppercase !important;
}

body {
  background-color: #c6c6c6;

  /*padding-bottom: 50px;*/
}

.head-bg {
  background-color: #1f5683;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 98px;*/
}

header {
  position: relative;
}

#menu-navbar {
  margin-right: 2%;
}

.cprofile-head-bg {
  height: 70px;
}

.header-logo {
}

.active_article_like {
  color: #2196f3 !important;
}

.header-logo a {
  font-family: rockwell;

  font-size: 30px;

  color: #fff;

  letter-spacing: 1px;
}

.header-logo span {
  font-family: rockwell-bold;
}

.head-logo {
  max-height: 98px;

  height: initial;

  width: initial;
}

.div-height {
  height: 70px;
}

.navbar-nav > li {
  /*padding: 5px 5px;*/

  text-align: center;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.header-links {
  float: right;

  margin-top: 20px;
}

.header-links a {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.header-links a:hover {
  color: #3fc930;
}

.red-bg {
  position: absolute;

  top: 7px;

  right: 10px;
}

.header-links .number {
  position: absolute;

  top: 6px;

  right: 14px;
}

.header-logo a:hover {
  text-decoration: none;
}

.account_nav {
  float: right;
  color: #ffffff;
  font-size: 12px;
  font-family: arial; /*top: -87px;right: 48px;*/
  opacity: 0.7;
  position: relative;
}

.account_nav a {
  display: inline-block;
  color: #e3e3e3;
  margin: 0 7px;
  font-size: 12px;
  font-family: arial;
  text-decoration: none;
}

.mainWrapper {
  float: none;
  clear: both;
}

.footerWrapper {
  padding: 0;
  clear: both;
}

.div-comments-reply {
  margin-left: 15px;
}

.div-comments-reply .div-name {
  font-weight: bold;
}
.div-comments-reply p {
  font-weight: normal;
}

/*  -- Home Page -- */
.home-content {
  margin-top: 20px;
}

.left-wrapper-full {
  margin-left: -15px;
}

.right-wrapper {
  margin-left: -10px;
  padding: 0 !important;
}

.div-profile {
  display: flex;
  margin-bottom: 10px;
  margin-left: -5px;
padding: 0 !important;
}

.div-profile .pic {
  height: 90px;

  width: 90px;
}

.div-profile .pic img {
  height: 100%;

  width: 100%;

  border-radius: 50%;

  margin-top: 0;
}

.div-profile .sub-1,
.sub-2,
.sub-3 {
  background-color: #fff;
}

.div-profile .sub-1 {
  padding-top: 7px;

  padding-bottom: 7px;
}

.div-profile .sub-2 {
  border-right: 1px solid #d8d8d8;

  padding-top: 7px;

  padding-bottom: 7px;
}

.div-profile .sub-2 .name {
  font-family: rockwell;

  font-size: 26px;

  padding-top: 17px;

  margin-bottom: 1.5rem;
}

.div-profile .sub-2 .domain,
.loc {
  font-family: verdana;

  color: #818181;

  margin: 0;
}

.div-profile .sub-3 {
  padding-top: 0px;
}

.div-profile .sub-3 a {
  font-family: verdana;

  font-size: 15px;

  border: 1px solid #251947;

  border-radius: 2px;

  color: #251947;

  display: inline-block;

  width: 135px;

  text-align: center;

  padding-top: 5px;

  padding-bottom: 5px;

  margin-bottom: 10px;
}

/* New Profile Container Styles */
.profile-container {
  padding-bottom: 1rem;
}

.profile-image-section {
  flex-shrink: 0;
}

.profile-pic {
  width: 90px;
  height: 90px;
}

.profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.profile-info-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.profile-details {
  flex: 1;
}

.profile-name {
  font-family: rockwell;
  font-size: 26px;
  color: #281c4e;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.profile-location {
  font-family: verdana;
  color: #818181;
  margin: 0;
  font-size: 14px;
}

.search-employer-section {
  margin-top: 10px;
}

.search-employer-btn {
  display: inline-block;
  background-color: #337ab7;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  font-size: 14px;
  font-family: verdana;
  text-align: center;
  transition: background-color 0.3s ease;
}

.search-employer-btn:hover {
  background-color: #286090;
  color: #fff;
  text-decoration: none;
}

.profile-actions-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  min-width: 150px;
}

.profile-action-btn {
  font-family: verdana;
  font-size: 13px;
  border: 1px solid #251947;
  border-radius: 2px;
  color: #251947;
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  transition: all 0.3s ease;
  display: block;
}

.profile-action-btn:hover {
  background-color: #251947;
  color: #fff;
  text-decoration: none;
}

/* Profile section styles using post structure */
.post .profile-image-container {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.post .profile-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.post .profile-info {
  display: inline-block;
  vertical-align: top;
}

.post .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.post .pic .logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.post .name {
  font-family: verdana;
  font-weight: bold;
  font-size: 18px;
  color: #281c4e;
  margin-bottom: 5px;
}

.post .domain {
  font-family: verdana;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.post .profile-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 992px) {
  .post .profile-actions {
    margin-top: 10px;
  }
}

.post .profile-actions a {
  font-family: verdana;
  font-size: 13px;
  border: 1px solid #251947;
  border-radius: 2px;
  color: #251947;
  text-decoration: none;
  text-align: center;
  padding: 6px 10px;
  transition: all 0.3s ease;
  display: block;
}

.post .profile-actions a:hover {
  background-color: #251947;
  color: #fff;
  text-decoration: none;
}

.post .btn-search-employer {
  margin-top: 15px;
}

.post .btn-search-employer a {
  display: inline-block;
  background-color: #337ab7;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  font-size: 14px;
  font-family: verdana;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}

.post .btn-search-employer a:hover {
  background-color: #286090;
  color: #fff;
  text-decoration: none;
}

.wbg {
  background-color: #fff;
}

.post,
.job,
.employer,
.job,
.alumni,
.event {
  margin-bottom: 7px;
  padding: 0 !important;
}

.div-logo {
  margin-left: -20px;

  margin-right: 7px;
}

.div-logo .logo {
  height: 50px;

  width: 50px;
}

.post .post-bg {
  height: auto;

  width: 100%;

  object-position: top;

  object-fit: cover;
}

.post .head {
  font-family: verdana;

  font-size: 14px;

  margin-top: 15px;

  margin-bottom: 20px;
}

.post .title {
  font-family: verdana;

  font-weight: bold;

  font-size: 26px;

  color: #281c4e;
}

.more {
  float: right;

  font-family: verdana;

  font-size: 12px;

  color: #281c4e;

  margin-bottom: 20px;
}

.desc {
  font-family: verdana;

  font-size: 12px;
}

.social ul {
  float: left;

  margin-left: -40px;
}

.social-links li {
  display: inline-flex;

  margin-right: 25px;

  align-items: center !important;
}

.social-links li a {
  color: #636363;

  font-size: 12px;

  font-weight: bold;
}

.social .more {
  float: right;
}

.employer .div-img {
  width: 30%;

  float: left;
}

.employer .head {
  font-family: verdana;

  font-size: 18px;

  font-weight: bold;

  color: #b92626;

  margin-top: 10px;

  margin-bottom: 10px;
}

.employer .heading {
  font-family: verdana;

  font-weight: bold;

  font-size: 26px;

  color: #281c4e;
}

.employer .div-desc {
  width: 65%;

  float: left;

  margin-left: 5%;
}

.employer .div-img img {
  height: auto;

  width: 190px;

  margin-bottom: 15px;
}

.job .div-img {
  width: 190px;

  float: left;

  height: auto;

  background-color: #aaaaaa;

  margin-bottom: 15px;
}

.job .div-img img {
  width: 100%;

  position: relative;
}

.job .head {
  font-family: verdana;

  font-size: 18px;

  font-weight: bold;

  color: #397602;

  margin-top: 10px;

  margin-bottom: 10px;
}

.job .heading {
  font-family: verdana;

  font-weight: bold;

  font-size: 26px;

  color: #281c4e;
}

.job .div-desc {
  width: 61%;

  float: left;

  margin-left: 5%;
}

.job .more {
  float: right;
}

.alumni .div-img {
  width: 30%;

  float: left;

  margin-bottom: 15px;

  text-align: center;
}

.alumni .div-desc {
  width: 63%;

  float: left;

  margin-left: 7%;
}

.alumni .div-img img {
  height: 130px;

  width: 130px;

  border-radius: 50%;

  object-fit: cover;

  object-position: top;
}

.alumni .head {
  font-family: verdana;

  font-weight: bold;

  font-size: 18px;

  color: #d67c11;

  margin-top: 10px;

  margin-bottom: 10px;
}

.alumni .heading {
  font-family: verdana;

  font-weight: bold;

  font-size: 26px;

  color: #281c4e;
}

.alumni .more {
  float: right;
}

.event .div-img {
  width: 30%;

  float: left;

  margin-bottom: 15px;
}

.event .div-img img {
  width: 100%;
}

.event .head {
  font-family: verdana;

  font-weight: bold;

  font-size: 18px;

  color: #5e5e5e;

  margin-top: 10px;

  margin-bottom: 10px;
}

.event .heading {
  font-family: verdana;

  font-weight: bold;

  font-size: 22px;

  color: #5e5e5e;
}

.event .loc {
  font-family: verdana;

  font-size: 12px;

  font-weight: bold;
}

.event .div-desc {
  width: 63%;

  float: left;

  margin-left: 7%;
}

.event .more {
  float: right;
}

.event .count_attendees {
  color: #2a7ae2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.25em !important;
}

.right-wrapper .sub .domain,
.loc {
  color: #818181;

  margin: 0px;

  font-family: verdana;
}

.contributors .div-pic {
  height: 65px;

  width: 65px;
}

.contributors .div-pic img {
  height: 100%;

  width: 100%;

  border-radius: 50%;
}

.classmates .div-pic {
  height: 65px;

  width: 65px;
}

.classmates .div-pic img {
  height: 100%;

  width: 100%;

  border-radius: 50%;
}

.employers .div-pic {
  height: 65px;

  width: 65px;

  margin-right: 60px;
}

.employers .div-pic img {
  height: 100%;

  width: 100%;

  border-radius: 50%;
  /* object-fit: scale-down; */

  object-fit: cover;
  object-position: center;
}

.highlighted_employers .div-pic img {
  height: auto;

  width: 100%;

  border-radius: 50%;
  /* object-fit: scale-down; */

  object-fit: cover;
  object-position: center;
}

.contributors,
.classmates,
.certificate {
  display: inline-block;

  background-color: #fff;

  padding-left: 30px;

  padding-right: 15px;

  padding-bottom: 20px;

  margin-bottom: 7px;

  width: 100%;
}

.contributors .sub,
.classmates .sub,
.employers .sub {
  display: inline-block;

  margin-bottom: 25px;

  width: 100%;
}

.sub {
  width: 100%;
}

.employers {
  display: inline-block;

  background-color: #3f3f3f;

  padding-left: 30px;

  padding-right: 20px;

  padding-bottom: 20px;

  margin-bottom: 7px;
}

.right-wrapper .employers {
  width: 100%;
}

.contributors .head-text,
.classmates .head-text,
.certificate .head-text {
  font-family: rockwell;

  font-size: 23px;

  color: #4a4a4a;

  border-bottom: 1px solid #ececec;

  width: 100%;

  margin-top: 25px;

  margin-bottom: 30px;
}

.employers .head-text {
  font-family: rockwell;

  font-size: 23px;

  color: #fff;

  border-bottom: 1px solid #fff;

  width: 100%;

  margin-top: 25px;

  margin-bottom: 30px;
}

.contributors .name,
.classmates .name,
.certificate .name {
  font-family: verdana;

  color: #281c4e;

  font-size: 18px;

  width: 110%;

  margin: 0px;
}

.employers .name {
  font-family: verdana;

  color: #fff;

  font-size: 20px;

  width: 100%;

  margin: 0px;
}

.highlighted_employers .name {
  padding: 0;
}

.highlighted_employers .no-padding-right {
  padding-left: 0;
}

.employers .more {
  color: #fff;
}

/*  -- Job Board -- */

.main-head {
  font-family: rockwell;

  color: #858585;

  font-size: 36px;

  border-bottom: 1px solid #ececec;

  width: 100%;

  margin-top: 10px;

  margin-bottom: 20px;
}

.show-txt {
  font-family: verdana;

  font-weight: bold;

  color: #281c4e;

  font-size: 14px;

  width: 200px;
}

.jobboard-content {
  margin-top: 20px;
}

.job-options-wrapper .sub {
  float: left;

  margin-left: 7px;
}

.job-img {
  width: 80px;
  height: auto;
}

.form-control {
  width: 300px;

  border-radius: 1px;
}

.jobs-sub .job-title {
  font-family: verdana;

  font-weight: bold;

  font-size: 26px;

  color: #281c4e;
}

.jobs-sub .company {
  font-family: verdana;

  font-weight: bold;

  font-size: 12px;

  color: #636363;
}

.jobs-sub .job-desc {
  font-family: verdana;

  font-size: 12px;
}

.saved-jobs {
  display: inline-block;

  background-color: #fff;

  margin-bottom: 7px;

  padding-left: 15px;

  padding-right: 15px;

  padding-bottom: 10px;

  width: 100%;

  height: auto;
}

.saved-jobs .sub {
  display: inline-block;

  margin-bottom: 10px;

  width: 100%;
}

.saved-jobs .head-text {
  font-family: rockwell;

  font-size: 23px;

  color: #4a4a4a;

  margin-top: 30px;

  margin-bottom: 30px;

  border-bottom: 1px solid #ececec;

  width: 100%;
}

.saved-jobs .details p,
.applied-jobs .details p {
  margin: 0px;
}

.saved-jobs .more {
  color: #000;
}

.company-pic {
  height: 60px;

  width: 100%;
}

.saved-jobs .details .title {
  font-family: verdana;

  color: #281c4e;

  font-size: 15px;
}

.saved-jobs .details .company-name,
.saved-jobs .details .company-loc {
  font-family: verdana;

  color: #8e8e8e;

  font-size: 12px;
}

.save_link {
  margin-top: 10px;
}

.star_icon {
  background: url(../images/star_icon.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.star_icon_unselected {
  background: url(../images/star_icon_unselected.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.jobboard-content p.save_link {
  float: left;
  width: 100px;
}

.jobboard-content p.save_link a {
  color: #999;
  font-size: 14px;
  font-family: "rockwell_bold";
  text-transform: uppercase;
}

.jobboard-content p.save_link a.remove_jobs {
  float: left;
  width: 100px;
}

/* -- Additions -- */
/* -- Additions -- */

a.remove_jobs .star_icon {
  background-position: 0 0px;
}

.star-txt {
  color: #999;

  font-size: 14px;

  font-family: "verdana";

  text-transform: uppercase;

  top: -4px;

  position: relative;

  left: 4px;
}

.applied-jobs {
  display: inline-block;

  background-color: #3f3f3f;

  width: 350px;

  margin-bottom: 7px;

  padding-right: 15px;

  padding-left: 15px;

  padding-bottom: 10px;

  width: 100%;
}

.applied-jobs .sub {
  display: inline-block;

  margin-bottom: 20px;

  width: 100%;
}

.applied-jobs .head-text {
  font-family: rockwell;

  font-size: 23px;

  color: #fff;

  margin-top: 30px;

  margin-bottom: 30px;

  border-bottom: 1px solid #fff;

  width: 100%;
}

.applied-pic {
  height: 60px;

  width: 60px;

  border-radius: 50%;
}

.applied-jobs .details .company-name,
.applied-jobs .details .company-loc {
  font-family: verdana;

  color: #fff;
}

.applied-jobs .more {
  color: #fff;
}

/* -- Company Profile -- */

.cprofile-content {
  margin-top: 20px;
}

.cprofile-head-bg {
  background-color: #9a0032;
}

.profile-wrapper .div-title .main-head {
  width: 100%;

  border-bottom: 1px solid #ececec;
}

.profile-wrapper .div-img img {
  width: 100%;
}

.profile-wrapper .div-head {
  margin-top: 92px;

  margin-bottom: 15px;
}

.div-head .name {
  font-family: verdana;

  font-weight: bold;

  font-size: 30px;

  color: #303030;

  margin-bottom: 0px;
  overflow: hidden;

  line-height: 35px;
}

.div-head .loc {
  font-family: verdana;

  font-size: 12px;

  color: #303030;
}

/*.div-desc{

    margin-top: 30px;

}*/

.div-desc .about,
.desc {
  font-family: verdana;

  color: #636363;
}

.div-desc .about {
  font-weight: bold;
}

.div-desc .more {
  color: #281c4e;
}

.cprofile-content .div-desc {
  margin-bottom: 10px;
}

.contacts {
  display: inline-block;

  padding-bottom: 10px;

  padding-left: 15px;

  padding-right: 15px;

  width: 100%;
  margin-top: 30px;
}

.contacts .sub {
  margin-bottom: 20px;

  display: inline-block;

  width: 100%;
}

.contacts .head-text {
  font-family: rockwell;

  color: #4a4a4a;

  font-size: 23px;

  margin-top: 25px;

  margin-bottom: 20px;

  border-bottom: 1px solid #ececec;

  width: 100%;
}

.contacts .details p {
  margin: 0px;
}

.contacts .details .name {
  font-family: verdana;

  color: #281c4e;

  font-size: 18px;
}

.contacts-wrapper {
  padding-right: 0px;
}

.contacts-wrapper .contacts .sub .div-pic {
  height: 60px;

  width: 60px;

  margin-right: 80px;
}

.contacts-wrapper .sub .div-pic img {
  height: 100%;

  width: 100%;

  border-radius: 50%;
}

.contacts-wrapper .sub .details .domain {
  font-family: verdana;

  color: #818181;
}

.jobs-wrapper {
  clear: both;

  padding-left: 0px;

  margin-top: 10px;
}

.posted {
  display: inline-block;

  width: 100%;

  padding-left: 15px;

  padding-right: 15px;
}

.posted .head-text {
  font-family: rockwell;

  color: #858585;

  font-size: 24px;

  border-bottom: 1px solid #ececec;

  width: 100%;

  margin-top: 25px;

  margin-bottom: 15px;
}

.posted .sub {
  min-height: 50px;

  margin-bottom: 20px;
}

.posted .details p {
  margin: 0px;
}

.posted .details .title {
  font-size: 20px;

  color: #281c4e;
}

.posted .more {
  margin-top: 10px;

  border: 1px solid #281c4e;

  border-radius: 4px;

  padding: 5px 20px;
}

.video-wrapper {
  margin-top: 10px;

  text-align: center;

  padding-top: 15px;

  padding-bottom: 15px;
}

.div-video {
  height: 340px;

  width: 610px;

  border: none;
}

.social-img {
  margin-top: 10px;
}

.social-img li {
  display: inline;

  margin-left: 5px;
}

.social-img .learn {
  font-family: rockwell;

  font-size: 23px;

  color: #858585;

  float: left;

  margin-left: 20px;
}

.div-comments {
  clear: both;

  min-height: 70px;

  margin-bottom: 10px;
}

.div-comments .sub .div-pic {
  height: 65px;

  width: 65px;
}

.div-comments .sub .div-pic img {
  height: 100%;

  width: 100%;

  border-radius: 50%;
}

.div-comments .div-name {
  background-color: #f3f3f3;

  border-radius: 5px;

  padding-top: 5px;
}

.div-comments .div-name .name {
  font-weight: bold;
}

/* -- View all -- */

.view-all {
  margin-top: 30px;
}

.view-all .sub {
  padding-top: 10px;

  padding-bottom: 10px;

  margin-top: 10px;

  margin-right: 10px;
}

.view-all .div-pic {
  height: 65px;

  width: 65px;
}

.view-all .div-pic img {
  height: 100%;

  width: 100%;

  border-radius: 50%;
}

.view-all .sub .name {
  font-family: verdana;

  color: #281c4e;

  font-size: 18px;
}

.view-all .sub .loc {
  color: #818181;

  font-family: verdana;
}

.div-cheight {
  min-height: 105px;

  height: 105px;

  text-align: center;
}

.div-cheight img {
  position: relative;

  top: 50%;

  transform: translateY(-50%);
}

.my_account_container .container div {
  position: relative;

  margin-bottom: 4px;
}

/* search page */

.main-content {
  padding: 30px 0 20px;
}

.my_account_container .account_profile {
  font-size: 14px;

  color: #2f2f2f;

  margin-top: 8px;
}

.white_bg {
  padding: 0px 30px !important;

  background: #fff;

  border-right: 4px solid #c6c6c6;

  float: left;
}

.employer_search_container .account_profile .search_header {
  margin: 0px;

  background: transparent url("../images/employer/search_header_bg.jpg")
    no-repeat scroll 0% 0%;

  height: 246px;

  text-align: center;
}

.employer_search_container
  .account_profile
  .search_header
  .search_header_wrapper {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
}
.employer_search_container
  .account_profile
  .search_header
  .search_header_wrapper
  p.line {
  text-align: left;
  float: left;
  clear: both;
  color: #8d8d8d;
  font-size: 14px;
  margin: 0 0 16px 20px;
}
.employer_search_container .account_profile .search_header h6 {
  color: #484848;
  font-size: 14px;
  font-family: arial;
  clear: both;
  float: left;
  font-weight: 600;
  margin: 16px 0 3px 20px;
}
.employer_search_container .account_profile .search_header h3 {
  color: #fff;

  font-size: 66px;

  text-transform: uppercase;

  line-height: 167px;
}

.employer_search_container
  .account_profile
  .search_header
  .search_header_icons {
}
.employer_search_container
  .account_profile
  .search_header
  .search_header_icons
  p {
  text-align: center;
  color: #8d8d8d;
  font-size: 14px;
  margin-top: 10px;
}
.employer_search_container
  .account_profile
  .search_header
  .search_header_icons
  p
  span {
  font-size: 23px;
  color: #484848;
  line-height: 18px;
}

.employer_search_container .account_profile .contact_info {
  height: 246px;
  padding-top: 0 !important;
  background: #484848 !important;
}

.employer_search_container
  .account_profile
  .contact_info
  .personal_info_wrapper {
  margin-top: 22px;
  text-align: center;
}

.employer_search_container
  .account_profile
  .contact_info
  .personal_info_wrapper
  a.profile_img_link {
  z-index: 2;

  position: relative;
}

.employer_search_container
  .account_profile
  .contact_info
  .personal_info_wrapper
  .profile_img {
  border-radius: 125px;

  width: 80px;

  height: 80px;

  z-index: 2;

  position: relative;
}

.employer_search_container .profile_desc .val {
  margin-bottom: 7px;
  font-size: 35px;
}

.employer_search_container .profile_desc p {
  font-size: 22px;
}

.employer_search_container
  .account_profile
  .contact_info
  .personal_info_wrapper
  .profile_desc {
  margin-left: 0;
}

.employer_search_container
  .account_profile
  .contact_info
  .personal_info_wrapper
  div {
}

.employer_search_container
  .account_profile
  .contact_info
  .personal_info_wrapper
  h6 {
  color: #808080;
  font-size: 30px;
}

.my_account_container .container .white_bg {
  background: #fff;
}

.right_side_content {
  border-left: 4px solid #c6c6c6 !important;

  border-right: 0 !important;
}
.info {
  margin-top: 30px;
}

.my_account_container a.edit_btn {
  padding: 5px 0;
  background: #a0a0a0;
  width: 51px;
  height: 51px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;

  float: right;
  top: 10px;

  right: 10px;
}

.my_account_container a.edit_btn img {
  margin: 0px auto 3px;

  float: none;

  display: block;
}

.employer_container .profile_desc .val {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: -5px;
}

.employer_container .profile_desc p {
  font-size: 14px;

  color: #fff;

  width: 100%;

  line-height: 28px;
  margin-bottom: 20px;
  text-align: left;
}

.my_account_container .account_profile {
  font-size: 14px;
  color: #2f2f2f;
  margin-bottom: 8px;
  margin-top: 8px;
}

.my_account_container .container .right_side_content .white_bg,
.my_account_container .container .col-md-12 .white_bg {
  border-right: none;
}

.my_account_container .account_mid_profile .white_bg {
  min-height: 260px;
}

.my_account_container .account_profile .search_form_wrapper .main-head,
.my_account_container .search_results_container .main-head {
  font-size: 66px !important;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form {
  text-align: left;
  padding-bottom: 5px;
  display: inline-block;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  p {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  input[type="checkbox"] {
  margin-right: 10px;
}

.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form {
  text-align: left;
  padding-bottom: 5px;
  display: inline-block;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  .form_input {
  margin-bottom: 30px;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  .form_input1 {
  min-height: 250px;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  .form_input2 {
  min-height: 168px;
}

.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  h5 {
  text-align: left;
  font-size: 16px;
  font-family: Arial Black;
  text-transform: uppercase;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  h6 {
  text-align: left;
  font-size: 14px;
  color: #484848;
  font-weight: normal;
  text-transform: inherit;
}
.my_account_container
  .account_profile
  .search_form_wrapper
  .advanced_search_form
  label {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #484848;
}

.my_account_container .account_mid_profile h2 {
  height: 82px;

  padding: 20px 0px 5px;
}

.white_bg h2 {
  font-size: 71px;
}

.green_header {
  color: #34b012 !important;
}

.my_account_container .account_mid_profile h6 {
  font-size: 18px;

  width: 100%;

  margin: 5px 0px 25px;

  float: left;

  color: #5f5f5f;

  text-transform: uppercase;

  font-weight: bold;
}

.employer_container form {
  text-align: center;
}

.employer_container .search_form_wrapper input[type="text"],
.employer_container .search_form_wrapper select {
  padding: 0 4px 0 8px;

  float: left;

  width: 100%;

  height: 46px;

  border: 1px solid #000;
}

.employer_container .search_form_wrapper span {
  text-align: right;
  margin-right: 15px;
  display: inline-block;
}

.employer_container .search_form_wrapper input[type="submit"] {
  width: 137px;

  font-size: 18px;

  height: 46px;

  border: none;

  background: #4b77c0;

  color: #fff;

  line-height: 46px;

  text-align: center;
}

.popup_form {
  background: #fff;
  overflow: auto;
  padding: 35px 26px 20px;
}
#saved_candidates_list_popup {
}
#saved_candidates_list_popup .candidates_list {
  overflow: auto;
  clear: both;
  float: left;
  height: auto;
}
#saved_candidates_list_popup .candidates_list .candidate_row {
  margin-bottom: 8px;
}
#saved_candidates_list_popup .candidate_row img.profile_img {
  width: 57px;
  height: 57px;
}
#saved_candidates_list_popup .candidate_row .profile_name {
  margin-top: 6px;
  font-weight: bold;
}
#saved_candidates_list_popup .candidate_row .profile_name span {
  clear: both;
  font-weight: normal;
  float: left;
  width: 100%;
}
#saved_candidates_list_popup .candidate_row .action_icons {
  margin-top: 0;
}
#saved_candidates_list_popup .candidate_row .action_icons a {
  float: left;
  margin-right: 8px;
  vertical-align: text-bottom;
}
#saved_candidates_list_popup .profile_name a {
  color: #2e2e2e;
}
#saved_candidates_list_popup a.icons img {
  margin-top: 27px;
}

.my_account_container .account_mid_profile .saved_candidates h6 {
  margin: 30px 0;
}
.my_account_container .account_mid_profile .saved_candidates h6 img {
  position: relative;
  top: -3px;
}
.my_account_container .account_mid_profile .saved_candidates .candidates_list {
  overflow: hidden;
  clear: both;
  float: left;
  height: 130px;
  width: 100%;
}
.my_account_container
  .account_mid_profile
  .saved_candidates
  .candidates_list
  .candidate_row {
  margin-bottom: 8px;
}
.my_account_container .account_mid_profile .saved_candidates .profile_name {
  margin-top: 6px;
}
.my_account_container
  .account_mid_profile
  .saved_candidates
  .candidate_row
  img.profile_img,
.my_account_container
  .account_mid_profile
  .saved_candidates
  .candidate_row
  span.profile_img {
  width: 57px;
  height: 57px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.my_account_container
  .account_mid_profile
  .saved_candidates
  .candidate_row
  .profile_name
  a {
  color: #2e2e2e;
}
.my_account_container
  .account_mid_profile
  .saved_candidates
  .candidate_row
  .profile_name {
  font-weight: bold;
}
.my_account_container
  .account_mid_profile
  .saved_candidates
  .candidate_row
  .profile_name
  span {
  clear: both;
  font-weight: normal;
  float: left;
  width: 100%;
}
.my_account_container .account_mid_profile .saved_candidates a.icons img {
  margin-top: 27px;
}
.my_account_container .account_mid_profile .saved_candidates .action_icons {
  margin-top: 0;
}
.my_account_container .account_mid_profile .saved_candidates .action_icons a {
  float: left;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.my_account_container .saved_candidates_btn,
.contact_btn {
  clear: both;
  font-size: 14px;
  width: 115px;
  float: right;
  margin: 0px 20px;
  border: 2px solid #d2d2d2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #8c8c8c;
}

.contact_btn {
  margin: 24px 34px 10px 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  padding: 10px;
}

.orange_header {
  color: #f79a01 !important;
}

.blue_header {
  color: #00156c !important;
}

.employer_container .featured_candidates .candidate_row img.profile_img {
  width: 126px;

  height: 126px;
  background-size: cover;
  background-position: center;
}

.profile_img {
  border-radius: 100%;
}

.employer_container .featured_candidates .candidate_row {
  margin-bottom: 40px;
  max-height: 130px;
}
.employer_container .featured_candidates .candidate_row span.profile_img {
  width: 126px;
  height: 126px;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.employer_container .featured_candidates .candidate_row .profile_name {
  font-weight: bold;
  margin-top: 32px;
}
.employer_container .featured_candidates .candidate_row .profile_name a,
.employer_container .featured_candidates .candidate_row a .profile_name {
  color: #2e2e2e;
}
.employer_container .featured_candidates .candidate_row .profile_name span {
  clear: both;
  font-weight: normal;
  float: left;
  width: 100%;
}
.employer_container .featured_candidates .candidate_row .action_icons {
  margin-top: 15px;
}
.employer_container .featured_candidates .candidate_row .action_icons a {
  float: left;
  margin-right: 16px;
  vertical-align: text-bottom;
  height: 42px;
}
.employer_container .featured_candidates .candidate_row .is_saved {
  float: left;
  margin-top: 4px;
  font-weight: normal;
  font-size: 19px;
  text-transform: uppercase;
}
.employer_container .featured_candidates .candidate_row .is_saved a {
  color: #919191;
}
.employer_container .featured_candidates .candidate_row .is_saved img {
  position: relative;
  top: -3px;
  margin-right: 4px;
}
.employer_container .featured_candidates .candidate_row .is_saved a span {
  clear: none;
  width: auto;
  float: none;
}
.employer_container
  .featured_candidates
  .candidate_row
  .is_saved
  a.saved_students_link {
  background: url(../images/employer/saved_l_icon.png) no-repeat !important;
  width: 27px;
  height: 41px;
}
.employer_container .featured_candidates .candidate_row .is_saved a {
  background: url(../images/employer/save_l_icon.png) no-repeat;
  width: 27px;
  height: 41px;
  top: -3px;
  position: relative;
}

.employer_container .all_candidates h2 {
  float: left;
}
.employer_container .all_candidates .all_candidates_filter {
  float: right;

  margin: 41px 0;
}

.employer_container .all_candidates .all_candidates_filter span {
  color: #898989;

  font-size: 11px;

  text-align: center;

  display: block;

  font-weight: bold;
}

.employer_container .all_candidates .all_candidates_paging {
  clear: both;

  text-align: center;
}

.employer_container .all_candidates .all_candidates_paging span {
  color: #898989;

  font-size: 11px;

  text-align: center;

  display: block;

  font-weight: bold;
}

.employer_container .featured_candidates .all_candidates_paging span {
  color: #898989;

  font-size: 11px;

  text-align: center;

  display: block;

  font-weight: bold;
}

.employer_container .all_candidates_paging span {
  color: #898989;
  font-size: 11px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.employer_container .all_candidates_paging ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.employer_container .all_candidates_paging ul li {
  display: inline-block;
}

.employer_container .all_candidates_paging ul li a {
  color: #2e2e2e;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  margin: 0 8px;
}

.employer_container .all_candidates_paging ul li a.selected_page {
  text-decoration: none;
}

.adele_light span {
  font-weight: bold;
}

.employer_container .all_candidates .all_candidates_filter div a {
  color: #2e2e2e;

  text-decoration: underline;

  font-size: 12px;

  font-weight: bold;

  margin: 0 8px;
}

.employer_container .all_candidates .candidates_list {
  clear: both;
  width: 100%;
}
.employer_container .all_candidates .candidate_row {
  margin-bottom: 15px;
}
.employer_container .all_candidates .candidate_row img.profile_img,
.employer_container .all_candidates .candidate_row span.profile_img {
  width: 57px;
  height: 57px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.employer_container .all_candidates .candidate_row a {
  color: #2e2e2e;
}
.employer_container .all_candidates .candidate_row .action_icons {
}
.employer_container .all_candidates .candidate_row .action_icons a {
  float: left;
  margin-right: 16px;
  vertical-align: text-bottom;
}
.employer_container .all_candidates .candidate_row .profile_name {
  font-weight: bold;
}
.employer_container .all_candidates .candidate_row .profile_name span {
  clear: both;
  font-weight: normal;
  float: left;
  width: 100%;
}
.employer_container
  .all_candidates
  .candidates_list
  .is_saved
  a.saved_students_link {
  background: url(../images/employer/star_icon.png) no-repeat !important;
  width: 15px;
  height: 15px;
  background-size: 15px 15px !important;
}
.employer_container .all_candidates .candidates_list .is_saved a {
  background: url(../images/employer/save_s_icon.png) no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  background-size: 15px 15px;
}

/*  ----- */

.ol {
  outline: 1px solid black;
}

.no-padding {
  padding: 0px;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.va-middle {
  position: relative;

  top: 50%;

  transform: translateY(-50%);
}

.m-0-auto {
  margin: 0 auto;

  float: none;
}

.m-lr-auto {
  margin-left: auto;

  margin-right: auto;

  float: none;
}

/* -- Media Query -- */

@media screen and (max-width: 480px) {
  .div-profile .sub-1 {
    margin-left: 0px;
  }

  .right-wrapper {
    clear: both;
  }

  .icon-bar {
    background-color: #fff;
  }

  .div-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 0;
  }

  .div-profile .sub-1,
  .div-profile .sub-2,
  .div-profile .sub-3 {
    width: 100% !important;
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }

  .div-profile .sub-2 {
    border-right: none;
  }

  .head-bg {
    background-size: initial;
  }

  /* Mobile styles for new profile container */
  .profile-container {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px 15px;
  }

  .profile-image-section {
    align-self: center;
  }

  .profile-info-section {
    min-width: auto;
    width: 100%;
    text-align: center;
  }

  .search-employer-btn {
    width: 90%;
    padding: 15px 20px;
    font-size: 14px;
  }

  .profile-actions-section {
    width: 100%;
    gap: 12px;
  }

  .profile-action-btn {
    width: 80%;
    margin: 0 auto;
    padding: 12px 15px;
    font-size: 14px;
  }

  .post,
  .job,
  .employer,
  .job,
  .alumni,
  .event {
    /*width: 110%;*/
  }

  .wbg {
    display: inline-block;
  }

  .alumni .div-img img {
    height: 70px;

    width: 70px;

    border-radius: 50%;
  }

  .right-wrapper {
    margin-left: -10px;

    margin-top: 10px;

    width: 110%;
  }

  .employer .div-desc {
    clear: both;
  }

  .employer .div-img {
    width: 100%;
  }

  .employer .div-img img {
    height: auto;

    width: 100%;
  }

  .employer .div-desc,
  .job .div-desc,
  .alumni .div-desc,
  .event .div-desc {
    width: 95%;
  }

  .job .div-img {
    width: 100%;
  }

  .alumni .div-img {
    margin-left: auto;

    margin-right: auto;

    float: none;
  }

  .event .div-img {
    width: 90%;

    margin-left: auto;

    margin-right: auto;

    float: none;
  }

  .header-links {
    margin-top: 0px;

    float: none;
  }

  .header-links a {
    color: #000;
  }

  .navbar {
    z-index: 100;
  }

  .navbar-collapse.in {
    width: 150%;

    margin-left: -50px;

    background-color: #f1f1f1;
  }

  .red-bg {
    right: 40%;
  }

  .header-links .number {
    right: 41%;
  }

  .profile-pic {
    height: 50px;

    width: 50px;

    border-radius: 50%;
  }

  .saved-jobs .sub {
    margin-bottom: 10px;
  }

  .company-pic {
    height: auto;
  }

  .div-video {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wbg {
    display: inline-block;
  }

  .right-wrapper {
    margin-left: -20px;

    margin-top: 10px;
  }
}

/* Tablet responsive styles */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .profile-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 25px 20px;
  }

  .profile-info-section {
    min-width: auto;
    width: 100%;
  }

  .search-employer-btn {
    width: 85%;
    padding: 14px 20px;
  }

  .profile-actions-section {
    width: 100%;
    gap: 10px;
  }

  .profile-action-btn {
    width: 70%;
    margin: 0 auto;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 736px) and (orientation: landscape) {
  .icon-bar {
    background-color: #fff;
  }

  .navbar {
    z-index: 100;
  }

  .navbar-collapse.in {
    width: 150%;

    margin-left: -50px;

    background-color: #f1f1f1;
  }

  .head-bg {
    height: 13.5%;
  }

  .header-links {
    margin-top: 0px;

    float: none;
  }

  .header-links a {
    color: #000;
  }

  .red-bg {
    right: initial;
  }

  .header-links .number {
    right: initial;
  }

  .header-logo {
    margin-top: 2px;
  }

  .post,
  .job,
  .employer,
  .job,
  .alumni,
  .event {
    width: 105%;
  }

  .wbg {
    display: inline-block;
  }

  .right-wrapper {
    margin-left: 5%;

    margin-top: 10px;
  }

  .saved-jobs {
    margin-top: 10px;
    width: 100%;
  }

  .saved-jobs .sub {
    display: block;
  }

  .job-options-wrapper .sub {
    clear: both;
  }

  .div-video {
    width: 100%;
  }

  .contacts {
    margin-top: 10px;
  }
}

@media screen and (max-width: 990px) {
  .contacts-wrapper {
    padding: 0px;

    margin-top: 10px;
  }

  .jobs-wrapper {
    padding: 0px;
  }

  .div-video {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .contacts-wrapper {
    padding: 0px;

    margin-top: 10px;
  }

  .jobs-wrapper {
    padding: 0px;
  }

  .div-video {
    width: 100%;
  }

  .div-logo {
    clear: both;
  }

  .wbg {
    display: inline-block;
  }

  .employer .div-desc {
    clear: both;

    width: 90%;
  }

  .right-wrapper {
    margin-left: 0px;
  }

  .event {
    padding-left: 0px;

    margin-bottom: 10px;
  }

  .wbg {
    width: 100%;
  }

  .right-wrapper {
    width: 100% !important;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
    float: none !important;
    position: relative;
    left: auto !important;
    right: auto !important;
  }

  /* Override Bootstrap column behavior on mobile */
  .col-md-4.right-wrapper {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
  }

  /* Center the employers/events/spotlights containers */
  .right-wrapper .employers {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 0.3rem;
  }
}

@media screen and (max-width: 1199px) {
  .div-profile .sub-3 a {
    width: 100%;
  }

  .employer .div-desc {
    clear: both;

    width: 90%;
  }

  .div-logo {
    margin-right: 20px;
  }

  .right-wrapper {
    margin-left: -35px;
  }
}

/* Client Validation CSS */

input.parsley-success,
textarea.parsley-success {
}

input.parsley-error,
textarea.parsley-error,
select.parsley-error {
  color: #b94a48 !important;

  border: 1px solid RED !important;
}

ul.parsley-error-list {
  font-size: 11px;

  list-style-type: none !important;

  margin: 2px !important;
}

ul.parsley-error-list li {
  background: none repeat scroll 0 0 transparent !important;

  line-height: 11px;

  padding: 0 !important;
}

.parsley-required {
    color: red !important;
}

/*notification style*/

.noty_message {
  font-weight: normal !important;
  min-height: 22px !important;
  padding: 17px 10px 9px !important;
  font-size: 14px !important;
  font-family: ProximaNova-Regular !important;
  line-height: 16px;
  text-align: center;
  width: auto;
  position: relative;
}

.notification_class {
  position: relative;
  background: #d42228;
  color: #fff !important;
  font-family: ProximaNova-Regular !important;
  font-size: 10px !important;
  text-align: center;
  padding: 2px 4px;
  display: block;
  float: right;
  line-height: initial;
}

#noty_topCenter_layout_container {
  top: 0 !important;
}

#noty_topCenter_layout_container li {
  background: transparent !important;
  border-radius: 0px !important;
}

.noty_bar {
  border: none !important;
}

.noty_type_error {
  color: #fff !important;
  background: #d42228 !important;
}

.noty_type_success {
  color: #fff !important;
  background: #2e992e !important;
}

.noty_type_notification {
  color: #000 !important;
  background: #dcdcd9 !important;
}

.noty_message {
  font-weight: normal !important;
  min-height: 22px !important;
  padding: 17px 10px 9px !important;
  font-size: 14px !important;
  font-family: ProximaNova-Regular !important;
}

.noty_close {
  background: url(../images/noty/cross_icon_white.png) no-repeat !important;
  width: 12px !important;
  height: 12px !important;
}

.noty_type_information .noty_close {
  background: url(../images/noty/cross_icon.png) no-repeat !important;
  width: 12px !important;
  height: 12px !important;
}

/*pagnation*/

.paging_full_numbers {
  clear: both;
  text-align: center;
}

.paging_full_numbers span,
.paging_full_numbers a {
  color: #898989;
  font-size: 11px;
  text-align: center;
  margin: 0 8px;
  display: inline-block;
  font-weight: bold;
}

.paging_full_numbers a.disabled {
  text-decoration: none;
}

/*pagnation*/

#view_more {
  font-family: verdana;
  font-size: 15px;
  border: 1px solid #251947;
  border-radius: 0;
  color: #251947;
  display: inline-block;
  width: 135px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  float: right;
  margin-right: 28px;
}

.dataTable > thead > tr > th {
  line-height: 16px !important;
}
.dataTable .popup_links {
  text-align: center;
  min-width: 100px;
}
.dataTable .popup_links_small {
  text-align: center;
  min-width: 60px !important;
  width: 60px !important;
}
.dataTable .profile_desc,
.dataTable .popup_links a,
.dataTable .popup_links_small a {
  display: block;
  width: 100%;
  height: 100%;
}
.dataTable .popup_links a.selected,
.dataTable .popup_links_small a.selected {
  background: #7d7d7d;
  color: #fff;
}
.dataTable .popup_links a.selected span,
.dataTable .popup_links_small a.selected span {
  color: #fff;
}
.dataTable .popup_links img {
  margin: 5px 0 15px;
  position: relative;
  top: 8px;
}
.dataTable .popup_links span {
  color: #2f2f2f;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: center;
  display: block;
}

.isa_info,
.isa_success,
.isa_warning,
.isa_error {
  margin: 10px 0px;
  padding: 12px;
}

.isa_info {
  color: #00529b;
  background-color: #bde5f8;
}

.isa_success {
  color: #4f8a10;
  background-color: #dff2bf;
}

.isa_warning {
  color: #9f6000;
  background-color: #feefb3;
}

.isa_error {
  color: #d8000c;
  background-color: #ffbaba;
}
.isa_info i,
.isa_success i,
.isa_warning i,
.isa_error i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle;
}
.account_nav a span {
  color: darkgray;
}

/*28-09-21*/
.navbar-toggle {
  border: 1px solid white;
}
.navbar-toggle .icon-bar {
  background-color: white;
}

@media screen and (max-width: 737px) {
  #menu-navbar {
    margin-right: 0;
  }
  .navbar-collapse.in {
    width: 100%;
    margin-left: 0;
  }
  .account_nav {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    float: initial;
    text-align: center;
    top: 0;
    right: 0;
  }
  .account_nav a {
    color: black;
  }
  .account_nav a span {
    color: black;
  }
  .header-links {
    margin-top: 0px;
    float: none;
  }
  .head-bg {
    height: 80px;
  }
  .header-logo {
    padding: 0;
  }
  .header-logo a img {
    width: 224px;
  }
  .navbar-collapse {
    background-color: #f1f1f1;
  }
}
@media (min-width: 768px) {
  .nav li a {
    padding: 10px 10px;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    margin: 1.5px -60px;
  }
}

.notification-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.notification-count {
    position: absolute;
    bottom: 9px;
    left: 75%;
    background: red;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 12px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1003;
}

.notification-icon {
    font-size: 24px;
    color: #fff;
}

.notification-wrapper.active .dropdown {
    height: 300px;
}

.dropdown {
    display: none;
    position: absolute !important;
    right: -20px;
    top: 27px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    width: 400px;
    z-index: 1000;
    font-family: arial;
    height: 0;
    transition: height 0.6s ease;
    overflow: hidden;
}

.dropdown-header {
    padding: 12px 16px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: black;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.dropdown-inner {
    max-height: 250px;
    overflow-y: auto;
}

.dropdown-item {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    font-size: 14px;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: #f9f9f9;
}

.dropdown-no-item {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    font-size: 14px;
    color: black;
    cursor: default;
    padding-left: 20px;
}

.section-title {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    cursor: default;
}

.notification-wrapper::before,
.notification-wrapper::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -4px;
    pointer-events: none;
    opacity: 0;
}

.notification-wrapper::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1002;
    transform: translateY(3px);
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.notification-wrapper.active::before,
.notification-wrapper.active::after {
    opacity: 1;
    transform: translateY(0);
}

.disabled-notification {
    pointer-events: none;
    cursor: default;
}

.dropdown-no-notif {
    color: black;
    height: 100px;
    width: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
}

.markAllRead {
    font-size: 12px;
    color: #007bff;
    cursor: pointer;
}

.notification-bell-icon {
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-style: unset;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav>li>#notification_bell_li {
    text-align: unset !important;
}

@media (max-width: 991px) {
    .navbar-header-inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .notification-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .notification-wrapper.active .dropdown {
        height: 350px;
        border: 1px solid #ccc;
    }

    .notification-count {
        position: absolute;
        bottom: 12px;
        left: 75%;
        background: red;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        padding: 2px 5px;
        border-radius: 12px;
        white-space: nowrap;
        pointer-events: none;
        z-index: 1003;
    }

    .notification-icon {
        font-size: 24px;
        color: #fff;
    }

    .dropdown {
        position: absolute !important;
        top: 91%;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        z-index: 1000;
        border-radius: unset;
        transition: height 0.6s ease;
    }

    .dropdown-header {
        padding: 12px 16px;
        font-weight: bold;
        background: #fff;
        border-bottom: 1px solid #ddd;
        color: black;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .dropdown-inner {
        max-height: 300px;
        overflow-y: auto;
    }

    .dropdown-item {
        padding: 12px 16px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
        font-size: 14px;
    }

    .dropdown-item:last-child {
        border-bottom: none;
    }

    .dropdown-item:hover {
        background: #f9f9f9;
    }

    .dropdown-no-item {
        padding: 12px 16px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
        font-size: 14px;
        color: black;
    }

    .section-title {
        padding: 10px 16px;
        font-size: 13px;
        font-weight: bold;
        color: #555;
        background: #f9f9f9;
        border-bottom: 1px solid #ddd;
        cursor: default;
    }

    .notification-wrapper::before,
    .notification-wrapper::after {
        content: '';
        position: absolute;
        top: 20px;
        right: -4px;
        pointer-events: none;
        opacity: 0;
    }

    .notification-wrapper::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        z-index: 1002;
    }

    .notification-wrapper.active::before,
    .notification-wrapper.active::after {
        opacity: 1;
    }

    .disabled-notification {
        pointer-events: none;
        cursor: default;
    }

    .mark-all-read {
        font-size: 12px;
        color: #007bff;
        cursor: pointer;
    }

    .mark-all-read:hover {
        text-decoration: underline;
    }

    .dropdown-no-notif {
        color: black;
        height: 100px;
        width: inherit;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .markAllRead {
        font-size: 12px;
        color: #007bff;
        cursor: pointer;
    }

    .notification-dropdown {
        width: 300px;
        right: -10px;
    }

    .notification-bell-icon {
        font-size: 15px;
    }

    .mobile-menu-dropdowns {
        display: flex;
        align-items: center;
        gap: 2em;
        padding-right: 15px;
    }

    .notification-wrapper::after {
        display: none;
    }

    .container {
        padding: unset !important;
    }

    .navbar-toggle {
        margin-right: unset !important;
    }


    .mobile-header {
        width: 100%;
        background: #ffffff;
        font-family: arial;
        display: block;
        line-height: normal;
    }

    .mobile-header>.section>.header-section {
        padding: 16px 20px 8px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #007bff;
        letter-spacing: 0.5px;
    }

    .mobile-header>.section {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .mobile-header>.section:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 12px;
    }

    .mobile-header a {
        display: block;
        padding: 5px 20px;
        color: #2c3e50;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.2s ease;
        position: relative;
    }

    .mobile-header a:hover {
        background: #f8fbfd;
        color: #1a4a5e;
    }

    .mobile-header>.campus {
        padding: 14px 20px;
        color: #007bff;
        font-size: 14px;
        background: #fafbfc;
        border-bottom: 1px solid #f0f0f0;
        cursor: default;
        font-weight: 600;
    }

    .navbar.col-md-9.no-padding.desktop-header {
        display: none !important;
    }

    .navbar-collapse.collapse.in,
    .navbar-collapse.collapsing {
        background: #fafbfc;
    }

    .navbar-toggle {
        display: unset !important;
    }

    .notification-wrapper,
	.notificationTrigger {
		position: static !important;
	}

    .bell-wrapper {
		position: relative;
		display: inline-block;
	}
}

@media (min-width: 992px) {
    .navbar.col-md-9.no-padding.mobile-head {
        display: none !important;
    }

    .navbar-toggle {
        display: none !important;
    }

    .mobile-header {
        display: none;
    }
}
