#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/loader.gif') 50% 50% no-repeat rgb(249, 249, 249, 0.5);
  overflow: hidden;
  display: none;
}

.has-error .form-control {
  border-color: #fd3935;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.help-block.with-errors {
  color: #fd3935;
}

.info {
  color: #007eff;
  background-color: #ffffce;
}

.allcaps {
  text-transform: uppercase;
}

.none {
  display: none;
}

select[readonly] {
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* #Primary
================================================== */

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 200ms linear;
}

img {
  max-width: 100%;
}

::selection {
  color: #fff;
  background-color: #8167a9;
}

::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}

/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
}

.text-decoration-none {
  text-decoration: none;
}

.navbar-logo img {
  height: 80px;
  width: auto;
  object-fit: cover;
}

.navbar-logo {
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #012240;
}

.logo-content {
  text-decoration: none;
  color: #012240;
  padding-top: 20px;
}

.logo-content {
  padding-left: 10px;
  text-align: center;
}

.logo-content h5 {
  font-size: 16px;
  padding-top: 0px !important;
  line-height: 15px;
  font-weight: 300;
}

.logo-content p {
  font-size: 12px;
  padding-top: 0px;
  line-height: 13px;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #0c2965 !important;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #0c2965 !important;
}

.nav-item.active .nav-link {
  color: #e3232a !important;
}

.nav-link {
  position: relative;
  /* padding: 5px 0 !important; */
  display: inline-block;
  /* text-transform: uppercase; */
  font-weight: 700 !important;
  font-family: 'Roboto';
}

.navbar-nav .nav-item.sse-modal-btn.sse-modal-btn .nav-link {
  color: #ffffff !important;
  background-color: #011540;
  border-radius: 20px;
  font-weight: 500 !important;
  padding: 6px 30px !important;
  font-size: 15px;
}

.navbar-nav .nav-item.sse-modal-btn.sse-modal-btn .nav-link:hover {
  background-color: #e3232a;
}

.nav-item.sse-modal-btn:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  opacity: 0;
  background-color: transparent;
  transition: all 200ms linear;
}

.nav-item.sse-modal-btn:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.sse-modal-btn.active:hover:after {
  opacity: 0;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-color: #d0cece;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129, 103, 169, 0.6);
}

/* #Media
================================================== */

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  /* .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: '';
    border: none;
    background-color: #000;
    vertical-align: 0;
  } */
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: '';
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded='true']::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded='true']+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }

  .logo-content h4 {
    font-size: 15px !important;
  }

  .sse-modal-btn:nth-child(1) {
    margin-bottom: 5px;
  }

  .navbar-nav:nth-child(1) {
    margin-bottom: 0px;
  }

  .pgb .step .img-circle:before,
  .pgb .step .img-circle:after {
    height: 0px !important;
    width: 16px !important;
    content: none;
  }

  .footer-pad h3:after {
    left: auto !important;
  }
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

body.dark .logo img {
  filter: brightness(100%);
}

/* slider area starts */

/*-=-=-=-=-=-=-=-=-=-*/

/* Column Grids */

/*-=-=-=-=-=-=-=-=-= */

.col_fourth {
  background-color: #e0dbdb30;
  width: 30%;
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 3%;
  margin-bottom: 20px;
}

.end {
  margin-right: 0 !important;
}

/*-=-=-=-=-=-=-=-=-=-*/

/* Style column 1 */

/*-=-=-=-=-=-=-=-=-= */

.at-funfact-wrap {
  background-color: transparent !important;
  padding: 40px 15px;
  text-align: center;
}

.at-funfact-wrap .at-funfact {
  padding: 0;
}

.at-funfact {
  display: inline-block;
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.at-funfact-wrap .at-funfact .funfact-number {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 60px;
  color: #ffffff;
}

.at-funfact-wrap .at-funfact .funfact-number-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
}

/* about area starts */

#about {
  background-image: url(../img/sse-intro-bg-bottom.gif);
  background-color: #f0f8ff;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 40px;
}

.about {
  text-align: center;
}

.about p,
.title p {
  font-size: 17px;
}

.title-red {
  color: #e31e25;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}

.title-blue {
  color: #ffffff;
  text-transform: uppercase;
  /* font-weight: 600; */
  border-radius: 100px;
  border: 1px #e12227 solid;
  background-color: #e12227;
  font-size: 1.55rem;
  padding: 10px;
  width: 50%;
  margin: 0 auto;
}

.tablecontainer {
  overflow-x: auto;
}

@media (max-width:425px) {
  /* body {
    position: absolute;
  } */

  /* #page2 {
    overflow-x: hidden;
  } */
  table#tblLanguages {
    width: 100% !important;
  }

  .tablecontainer {
    overflow-x: auto;
  }

  #page1 .form-group,
  #page3 .form-group {
    margin-bottom: 0;
  }

  #page1 .row {
    margin-bottom: 16px;
  }

  #page3 .row {
    margin-bottom: 20px;
  }

  #page1 .form-control,
  #page3 .form-control {
    margin-bottom: 5px;
  }

  .about p.simple-steps {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about .title-blue {
    width: 100%;
  }

  .about .pgb .step .img-circle {
    width: 80px;
    height: 80px;
    top: 30px;
    position: relative;
  }

  .about .pgb .step .fa {
    font-size: 0.6em;
    position: relative;
    top: 25%;
  }

  .pgb.steps-content h2 {
    font-size: 1rem;
    margin-top: 25px;
  }

  .pgb.steps-content .col {
    padding: 0;
  }

  section.notifications {
    margin: 20px 5px !important;
  }

  section.notifications .container {
    padding: 10px 35px;
  }
}

.about .simple-steps {
  color: #465a6d;
  font-weight: 600;
  padding: 20px;
}

/* steps box */

.pgb .step {
  text-align: center;
  position: relative;
}

.pgb h2 {
  font-size: 1.3rem;
}

.pgb h2:after {
  content: '';
  display: block;
  background: #e31e25;
  height: 3px;
  width: 20%;
  position: absolute;
  bottom: 0%;
  left: 40%;
  z-index: 1;
}

.pgb .step p {
  position: absolute;
  height: 60px;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 3;
  color: #012240;
  font-size: 55px;
  line-height: 98px;
  opacity: 0.7;
}

.pgb .active.step p {
  opacity: 1;
  font-weight: 600;
}

.pgb .img-circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #012240;
}

.pgb .complete .img-circle {
  background-color: transparent;
}

.pgb .step .img-circle:before {
  content: '';
  display: block;
  background: #012240;
  height: 2px;
  width: 30%;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 1;
  margin-right: 24px;
}

.pgb .step .img-circle:after {
  content: '';
  display: block;
  background: #e31e25;
  height: 2px;
  width: 35%;
  position: absolute;
  bottom: 50%;
  left: 70%;
  z-index: 1;
}

.pgb .step.active .img-circle:after {
  background: #9e9e9e;
}

.pgb .step.complete .img-circle:after,
.pgb .step.active .img-circle:before {
  background: #012240;
}

.pgb .step:last-of-type .img-circle:after,
.pgb .step:first-of-type .img-circle:before {
  display: none;
}

.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 600px;
  margin: 20px auto 26px;
  border: none;
  z-index: 0;
}

.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: -30px;
  top: 33px;
  width: 85%;
  z-index: -1;
}

.process-model li.visited::after {
  background: #57b87b;
}

.process-model li:last-child::after {
  width: 0;
}

.process-model li {
  display: inline-block;
  width: 18%;
  text-align: center;
  float: none;
}

.nav-tabs.process-model>li.active>a,
.nav-tabs.process-model>li.active>a:hover,
.nav-tabs.process-model>li.active>a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}

.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}

.process-model li.active,
.process-model li.visited {
  color: #57b87b;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #57b87b;
}

.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
}

.process-model li i {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
}

.process-model li.active i,
.process-model li.visited i {
  background: #fff;
  border-color: #57b87b;
}

.process-model li p {
  font-size: 14px;
  margin-top: 11px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}

.process-model.contact-us-tab li::after {
  display: none;
}

.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }

  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}

@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }

  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }

  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }

  .more-icon-preocess.process-model li::after {
    top: 18px;
  }

  .process-model.more-icon-preocess {
    text-align: center;
  }
}

/* job catogries area strats */

.job-category {
  padding: 40px 0px;
}

.title {
  text-align: center;
}

.title h3 {
  color: #e31e25;
  margin-bottom: 15px;
}

.job-category .title p {
  color: #595959;
}

.card {
  border: 1px solid rgb(0 0 0 / 13%) !important;
}

.job-category .card-body {
  background-color: #dbeeff;
  padding: 0.525rem 1.1rem;
}

.job-category .card-body .card-title {
  font-size: 1.15rem;
  text-transform: capitalize;
}

.job-category .card-body .card-text {
  font-size: 15px;
}

.job-category .jobcategory {
  margin-bottom: 1.7rem !important;
}

.job-category .card {
  border: 1px solid rgb(191 225 255) !important;
}

.card-title {
  margin-bottom: 2px !important;
}

.card-text {
  color: #576775;
}

/* help area starts */

.help-area {
  padding: 40px 10px;
  background-image: url('../img/cta-bg.jpg');
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.help-area h3 {
  color: #ffffff;
  text-transform: uppercase;
}

.help-area p {
  color: #ffffff;
  font-size: 20px;
}

.help-area p a {
  color: #ffe000;
  text-decoration: none;
}

/* footer area starts here */

/*FOOTER*/

/* footer {
  background-image: url('../img/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
} */

footer {
  background-color: #010f2b;
  background: linear-gradient(340deg, rgba(69, 91, 136, 1) 0%, rgba(1, 15, 43, 1) 68%);
}

.footer-pad h3 {
  margin-bottom: 35px;
  color: #c7c6c6;
  font-size: 1.45rem;
}

.footer-pad h3:after {
  content: '';
  display: block;
  background: #e31e25;
  height: 5px;
  width: 25%;
  position: absolute;
  /* bottom: 84%; */
  left: 5%;
  z-index: 1;
  top: 35px;
}

.footer-pad h3.quick-links:after {
  left: 50px;
}

.footer-pad li {
  display: flex;
  padding: 8px 0px;
}

.social i {
  font-size: 25px;
  color: #e31e25;
  margin-right: 15px;
}

footer a,
footer span {
  color: #c7c6c6;
  font-size: 17px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #e12227;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #ffffff;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

.footer-pad p {
  color: #e31e25;
  font-size: 20px;
}

/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* footer social icons */

.social-network a.icon:hover {
  background-color: #e12227;
}

.social-network a.icon:hover i,
.social-network a.icon:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #cccccc;
}

/* lower footer */

.lower-footer {
  background-color: #010f2b;
  color: #fff;
  padding: 10px 0px;
}

.lower-footer p {
  margin-bottom: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
}

.logo-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #e12227;
  margin-bottom: 1px;
  font-weight: 600;
  /* font-family: Arial, Helvetica, sans-serif; */
}

.logo-content h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #595959;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.logo-content p {
  font-size: 12px;
  font-weight: 700;
  color: #595959;
  font-family: Arial, Helvetica, sans-serif;
}

.modal .nav-pills .nav-link {
  text-transform: capitalize !important;
}

.modal .nav-pills .nav-link:not(.active) {
  line-height: 32px;
}

.modal .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #0c2965;
  padding: 10px 0px !important;
  font-size: 18px;
  text-transform: capitalize !important;
}

.pagenavpills.nav-pills .nav-link.active {
  background-color: #0c2965;
}

.pagenavpills.nav-pills .nav-link {
  padding: 10px 30px !important;
  font-size: 18px;
  text-transform: capitalize !important;
}

.pagenavpills.nav-pills .nav-item:after {
  content: none;
}

.page-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.page-container {
  background-color: #f0f8ff;
  color: #011540;
}

.page-content p,
.page-content li {
  font-size: 17px;
}

.fb_iframe_widget {
  max-width: 228px;
}

.mydocimage {
  max-width: 150px;
  max-height: 150px;
  width: 150px;
  height: 150px;
}

.mydocimage-overlay {
  background-color: rgb(0, 0, 0, 0.5);
}

#dashboardnavbar .nav-link {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8) !important;
  text-transform: capitalize;
}

#dashboardnavbar .nav-item.active .nav-link {
  color: #e3232a !important;
}

.dashboardnavbar {
  background-color: #3ba8ff69 !important;
}

#review-candidate-application h5 {
  font-weight: 600;
}

.jobtooltipContent .tooltip-inner {
  width: 260px;
  text-align: left;
  padding: 10px;
}

p.notificationLabel {
  font-size: 20px;
  margin-bottom: 8px;
}

span.notificationLabel {
  min-width: 200px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}

section.notifications {
  margin: 20px 0px;
}

section.notifications .container {
  border: 4px solid #e3232a;
  border-radius: 20px;
  padding: 10px 45px;
  min-height: 200px;
  overflow-y: auto;
  word-wrap: break-word;
  background-color: #ffffc6;
  width: 50%;
}

@media (max-width:768px) {
  section.notifications .container {
    width: 100%;
  }

  section.notifications #jobopeningnotif .container,
  section.notifications #shortlistednotif .container {
    width: 100% !important;
  }
}

section.notifications .container .title {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

section.notifications .container ul {
  margin-top: 20px;
}

section.notifications .container ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1.5em;
  color: #e3232a;
  margin-bottom: 15px;
  border-bottom: 1px solid #c3b8b8;
  padding-bottom: 15px;
}

section.notifications .container ul li a {
  color: #3f5e79;
  font-size: 18px;
  font-weight: 600;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

section.notificationdetails {
  margin-top: 30px;
}

section.notifications .title h3 {
  margin-bottom: 0px;
  font-size: 1.4rem;
}

section.notifications #jobopeningnotif .container {
  border: 4px dotted #3f5e79;
  border-radius: 20px;
  padding: 10px 45px;
  min-height: 200px;
  overflow-y: auto;
  word-wrap: break-word;
  background-color: #f0f8ff;
  width: 50%;
}

section.notifications #jobopeningnotif .container ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1.5em;
  color: #1b1010;
  margin-bottom: 15px;
  border-bottom: 1px solid #c3b8b8;
  padding-bottom: 15px;
}

section.notifications #jobopeningnotif .container ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}


.custom-file-input:disabled,
.custom-file-input[readonly] {
  opacity: 0;
}