﻿.modal .ticker-news-list .link-news:before, .modal .ticker-item-news .name-news:before, .modal-ticker .modal-content:before, .ticker-item:before, .modal .ticker-news-list .link-news:after, .modal .ticker-item-news .name-news:after, .modal-ticker .modal-content:after, .ticker-item:after {
  content: "";
}

.modal .ticker-news-list .link-news:after, .ticker-item:before {
  top: 50%;
  transform: translateY(-50%);
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.ticker-wrap {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}
.ticker-wrap:hover {
  animation-play-state: paused;
}
.ticker-container {
  margin: -10px -25px 16px;
}
@media (min-width: 768px) {
  .ticker-container {
    margin: 0 -15px;
    overflow: hidden;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;
  }
  .ticker-container a {
    display: inline-block;
  }
  .ticker-container:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(141, 173, 205, 0.54);
    box-shadow: 0 0 20px 0 rgba(141, 173, 205, 0.54);
    background: #ffffff;
  }
  .ticker-container .update {
    font: 600 13px/30px "arimobold", sans-serif;
    white-space: nowrap;
  }
}
.ticker-container .holder {
  max-width: 1920px;
}
.ticker-news {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ticker-news {
    max-width: 93%;
  }
}
.ticker-news .slick-list {
  margin-right: -120px;
}
@media (min-width: 768px) {
  .ticker-news .slick-list {
    padding-right: 53px;
    margin-right: 0;
  }
}
.ticker-news .name-publication {
  font-size: 13px;
  line-height: 1.2;
  display: inline-block;
}
.ticker-news .date-publication {
  display: inline-block;
  font: 14px/1 "arimobold", sans-serif;
  padding-left: 11px;
}
.ticker-item {
  position: relative;
  padding: 0 12px;
}
.ticker-item:focus {
  border: none !important;
  outline: none;
}
.ticker-item:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  right: -2px;
  background: #fde85e;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .ticker-item {
    padding: 0 15px;
  }
}

@media (min-width: 576px) {
  .top-banner .modal-ticker .modal-dialog {
    height: calc(100% - 132px);
    margin: 132px auto 0 0;
  }
}

@media (min-width: 576px) {
  .modal-open #header {
    z-index: 1051;
  }
}
.modal-backdrop {
  background-color: #262a35;
}
.modal-backdrop.show {
  opacity: 0.2;
}
.modal-ticker .modal-dialog {
  margin: 12px 0;
  max-width: 100%;
  height: calc(100% - 12px);
}
@media (min-width: 576px) {
  .modal-ticker .modal-dialog {
    max-width: 400px;
    height: calc(100% - 81px);
    margin: 81px auto 0 0;
  }
}
.modal-ticker .modal-content {
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  padding: 25px;
  background: #ffffff;
}
@media (min-width: 576px) {
  .modal-ticker .modal-content {
    box-shadow: 0 20px 20px 0 rgba(141, 176, 211, 0.54);
    border-radius: 0;
    padding: 27px 37px 90px 39px;
  }
  .modal-ticker .modal-content:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 99px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.modal-ticker .modal-header {
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 0 23px;
}
@media (min-width: 576px) {
  .modal-ticker .modal-header {
    padding: 0 0 17px;
    border-color: #dae4ee;
  }
}
.modal-ticker .modal-header .close {
  padding: 0;
  position: absolute;
  top: 25px;
  left: 18px;
  width: 16px;
  height: 16px;
  background: url("../../images/close-icon.png") 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}
@media (min-width: 576px) {
  .modal-ticker .modal-header .close {
    top: 26px;
    left: 0;
  }
}
@media (min-width: 576px) {
  .modal-ticker .modal-header .modal-img {
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .modal-ticker .modal-title {
    font-size: 30px;
    line-height: 20px;
  }
}
.modal-ticker .modal-body {
  padding: 0;
  height: 100%;
  position: relative;
}
.modal .ticker-item-news {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #dae4ee;
  direction: rtl;
  padding-bottom: 18px;
  padding-top: 20px;
}
.modal .ticker-item-news:last-child {
  border-bottom: none;
}
@media (min-width: 576px) {
  .modal .ticker-item-news {
    padding-top: 27px;
    padding-bottom: 26px;
  }
}
.modal .ticker-item-news .name-news {
  position: relative;
  padding-right: 10px;
}
.modal .ticker-item-news .name-news:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: #fde85e;
  right: 0;
}
@media (min-width: 576px) {
  .modal .ticker-item-news .name-news {
    padding-right: 19px;
  }
}
.modal .ticker-item-news .publish-info {
  padding-left: 12px;
}
@media (min-width: 576px) {
  .modal .ticker-item-news .publish-info {
    padding-left: 13px;
  }
}
.modal .ticker-item-news .publish-info .time {
  font-family: "arimobold", sans-serif;
}
.modal .ticker-news-list {
  height: calc(100% - 20px);
  overflow: auto;
  padding-top: 0;
  padding-right: 17px;
  padding-bottom: 20px;
  padding-left: 0;
  direction: ltr;
  margin-right: -25px;
}
@media (min-width: 576px) {
  .modal .ticker-news-list {
    height: calc(100% - 90px);
    margin-right: -20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .modal .ticker-news-list::-webkit-scrollbar {
    width: 3px;
  }
  .modal .ticker-news-list::-webkit-scrollbar-thumb {
    width: 3px;
    background: #dae4ee;
    margin-left: 20px;
  }
}
.modal .ticker-news-list .link-news {
  display: flex;
  padding-left: 18px;
  position: relative;
}
.modal .ticker-news-list .link-news:after {
  position: absolute;
  left: 0;
  width: 7px;
  height: 13px;
  background: url("../../images/gray-arrow.png") 0 0 no-repeat;
  background-size: contain;
  transform: rotate(0deg);
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_mixins.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/ticker-news.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_varibales.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/rtl/_direction.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AA2DI;EAEI;;;AAIR;EACI;EACA;;;AC1DJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,4BA1CG;EA2CH,oBA3CG;;AA6CH;EACI;;AAIR;EACI;;AAEA;EAHJ;IAIQ;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA,YCxER;;ED2EI;IACI;IACA;;;AAIR;EACI;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;;AAEA;EAHJ;IAIQ;IACA;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EAEI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;ED7GR,OC8G4B;ED7G5B,QC6GiC;EAEzB;EACA;EACA,YClHM;EDmHN;;AAGJ;EApBJ;IAqBQ;;;;AASI;EADJ;IAEQ;IACA;;;;AASZ;EACI;IACI;;;AAKZ;EACI;;AAEA;EACI;;AAKJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,YC/LJ;;ADkMI;EATJ;IAUQ;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;IACA,cC/ME;;;ADkNN;EACI;EACA;EACA;EACA;ED/MZ,OCgNiC;ED/MjC,QC+MuC;ED/LnC;EACA,iBC+LsC;EAC9B;;AAEA;EATJ;IAUQ;IACA;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;AAMR;EADJ;IAEQ;IACA;;;AAIR;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA,WE1QC;EF2QD;EACA;;AAEA;EACI;;AAGJ;EAbJ;IAcQ;IACA;;;AAGJ;EACI;EAEA;;AAEA;EACI;EACA;EACA;EACA;EACA,YC9QF;ED+QE;;AAGJ;EAdJ;IAeQ;;;AAIR;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI,aCnQD;;ADwQX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;IACA;IACA;IACA;IACA;IACA;;EAGA;IACI;;EAGJ;IACI;IACA,YCpUF;IDqUE;;;AAIR;EACI;EACA;EAEA;;AAEA;EACI;EACA;ED1UhB,OC4UoC;ED3UpC,QC2UyC;ED3TrC;EACA,iBC2TyC;EAC7B%22%7D */