.cursor-pointer{
    cursor: pointer;
}

.disabled{
     cursor: not-allowed;
     pointer-events: all !important;
}

.shimmer {
  color: grey;
  display:inline-block;
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
  font-size: 15px;

}

@keyframes shimmer {
  100% {-webkit-mask-position:left}
}

/*
.vacancies-header-card {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

/**style="background: linear-gradient(to top, rgba(247, 247, 247, 0.5), rgba(22, 159, 4, 0.5)); animation: gradient 15s ease infinite;"*/
/*
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
*/
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}


.modal.modal-bottom-right .modal-dialog {
    width:20%;
    position:fixed;
    bottom:0;
    right:0;
    margin:3px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.direct-chat-success .right>.direct-chat-text {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.direct-chat-success .right>.direct-chat-text::after, .direct-chat-success .right>.direct-chat-text::before {
    border-left-color: #28a745;
}

.nav-header{
    font-weight:bold;
}


.marquee-ticker {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  height: 50px;
  margin: 0 auto;
}
.news {
  width: 76%;
  background: rgba(22, 159, 4, 0.5);
  padding: 0 2%;
}
.marquee-title {
  width: 20%;
  text-align: center;
  background: #f5f0f0;
  position: relative;
}
.marquee-title:after {
  position: absolute;
  content: "";
  right: -22%;
  border-left: 20px solid #f5f0f0;
  border-top: 28px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 21px solid transparent;
  top: 0px;
}
.marquee-title h5 {
  font-size: 18px;
  margin: 8% 0;
}
.news marquee {
  font-size: 18px;
  margin-top: 12px;
}
.news-content p {
  margin-right: 41px;
  display: inline;
  cursor:pointer;
}
.small-sup{
	font-size:10px;
	font-weight:lighter;
	color:blue;
	cursor:pointer;
}

.blink-span {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
