.dashboard_container .dashboard_title, .dashboard_container .dashboard_body_text h2 {
  font-family: 'Georgia','Times New Roman','Times','Garamond','Noto Sans Arabic','Noto Sans Arabic UI','Noto Sans Hebrew',sans-serif;
}

.dashboard_container .rc68 a:hover {
  text-decoration: none !important;
}

.shelf-icon-blue {
  fill: #00758f;
}

.dashboard_body {
  margin-top: 20px;
}

.dashboard_item {
  margin-top: 20px;
}

.dashboard_item .area {
  border: 1px solid #dee0e0;
  max-width: 220px;
  height: 149px;
  padding: 12px 5px 5px;
  margin: 0 auto;
  color: #4e5052;
  transition: box-shadow 0.1s;
}

.hce_container .dashboard_item .area {
  border-radius: 6px;
  color: #00688C;
  background: #F0F2F5;
}

.dashboard_item .area:hover {
  box-shadow: 0 0 20px #dee0e0;
}

.dashboard_item .area p {
  text-align: center;
  font-weight: bold;
}

.dashboard_item .area .svg-shelf {
  max-width: 35%;
  margin: 7px auto;
}

.dashboard_item .area .svg-shelf .shelf-icon {
  width: 100%;
  height: 60px;
}

.dashboard_item .footer_text {
  font-size: 14px;
  max-width: 250px;
  margin: 10px auto 0;
  text-align: center;
  height: 65px;
  margin: 10px auto;
  line-height: 20px;
}

.Dashboard {
  font-family: 'Helvetica Neue', 'Segoe UI', sans-serif-regular, Helvetica, Arial;
  font-size: 16px;
  margin:0px;
  padding:0px;
  font-style: normal;
  color: #333;
}
.Dashboard li {
  list-style: none;
  font-size: 14px;
  font-style: normal;
  font-variant-caps: normal;
  color: #333;
  font-weight: 200;
  margin: 0em 0em 1em 0em;
}
.Dashboard img {
  width: 100%;
  max-width: 190px;
  margin:0px;
  border-radius: 3px;
}
.Dashboard h1 {
  font-size: 24px;
  color: #333;
  margin:0px;
  font-weight:300;
}
.Dashboard h2 {
  font-size: 18px;
  color: #767676;
  margin:0px;
  font-weight:300;
}
.Dashboard p {
  margin:0px;
}

.dummy_play_btn_container {
  position:absolute;
  margin:0;
  top:17px;
  left:17px; 
  color: #e9e1ca;
  background-color: rgba(171,101,60,.84);
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  font-size: 3.5em;
  cursor: pointer;
}

.dummy_play_btn_container .dummy_play_btn_span {
  box-sizing: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-align:center;
}

.dummy_play_btn_container .dummy_play_btn_span::before {
  content: "\f101";
  font-weight: 400;
  font-style:normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family:videoJS;
}

.dashboard_container #bannerVideoModal .modal-content {
  background: transparent; 
  border: none;
}

.dashboard_container #bannerVideoModal .modal-header button.close span {
  color:white; 
  font-weight: 400; 
  font-size:35px;
}

.dashboard_container .kt_player, #w11 .kt_player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: lightgrey;
}

.dashboard_container .kt_player iframe, #w11 .kt_player iframe {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

.dashboard_container .wrapper-video, #w11 .wrapper-video {
  overflow: hidden;
  position: relative;
  padding-top: 30px !important;
  padding-bottom: 56.25% !important;
  height: 0;
}
