
#video::-webkit-media-text-track-display {
    font-size: 16px;
}
#video::cue {
    color: rgb(191, 180, 31);
    background-color: rgba(0, 0, 0, 0.57) !important;
    padding: 10px !important;
    line-height: 10px;
}

#video{
    width: 600px !important;
    height: 400px !important;
}

.player_container{
    /* display: flex; */
    text-align: center;
    width: 100%;
}

.btn:focus {
    box-shadow: none !important;
}
/* controls css */
body {
    /* background-color: #eff0f4; */
    /* color: #575757; */
    overflow-x: hidden !important;
}


@media only screen and (max-width: 720px) {
    .drop-md-btn{
        display: none !important;
    }
}

.box {
  max-width: 600px;
  margin: auto;
  box-shadow: 15px 15px 29px #cbcccf, -15px -15px 29px #ffffff;
  border-radius: 10px;

}

a {
  color: #575757;
}

a:hover {
  /*color: #fd9644;*/
  text-decoration: none;
}
.footer_wrapper{
    text-align: right !important;
}





/* toggle style */

.play-btn.pause {
  background: linear-gradient(145deg, #e4873d, #ffa149);
}

.play-btn.pause::before {
  opacity: 0;
}

.play-btn.pause::after {
  color: #eff0f4;
}

.play-btn.pause:hover::after {
  color: #575757;
}

/* set icon */

.play-btn {
  width: 45px;
  height: 45px;
}

.play-btn::after {
  content: "\25b6";
}

.play-btn.pause::after {
  content: "\23f8";
}

.sound-btn::after {
  content: "\1f50a";
}

.sound-btn.low::after {
  content: "\1f508";
}

.sound-btn.mute::after {
  content: "\f026";
}

.download-btn::after {
  content: "\2193";
}

.setting-btn::after {
  content: "1x";
}

.fullscreen-btn::after {
  content: "\2b1b";
}
/* #cc {
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #eff0f4;
  box-shadow: 6px 6px 15px #cbcccf, -6px -6px 15px #ffffff;
  width: 40px;
  height: 40px;
  margin: 5px;
} */
.cc,.highlight,.return-back-btn , .return-forward-btn, .backward-btn , .forward-btn {
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #eff0f4;
  box-shadow: 6px 6px 15px #cbcccf, -6px -6px 15px #ffffff;
  width: 40px;
  height: 40px;
  margin: 5px;
  transition: width 0.3s !important;
}

.cc > button:hover{
    color: #fd9644 !important;
}
.cc > button{
    display: none;
}

.highlight > button{
    display: none;
}
.cc > button.active{
    color: #fd9644 !important;
}
.cc.active{
    width: 200px !important;
}
/* .cc:hover > i{
    color: #fd9644 !important;

} */
.highlight.active{
    width: 250px;
    overflow-x: auto;
};

button:focus{
    outline: none !important;
}
button{
    outline: none !important;
}

.video-control-bar-part,
.bar-bg {
  width: 100%;
}

.bar-bg {
  border-radius: 50px;
  height: 10px;
  background: #eff0f4;
  box-shadow: inset 2px 2px 4px #cbcccf, inset -2px -2px 4px #ffffff;
  margin: 0 10px;
}

.bar-time {
  position: relative;
  height: 10px;
  border-radius: 50px;
  background: #fd9644;
  box-shadow: inset 3px 3px 6px #d7803a, inset -3px -3px 6px #ffad4e;
  width: 0%;
  z-index: 300;
}

.bar-progress {
  height: 10px;
  width: 100%;
  position: relative;
  z-index: 299;
}

.highlight-flag{
    position: absolute;
    top: 0px;
    height: 10px;
    border-radius: 10px 0px 0px 10px;
    background-image: linear-gradient(to left, #99d73a , #cbcccf);
    border-right: 5px solid #d7803a;

}

.bar-pin {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 250;
  background: #eff0f4;
  box-shadow: 4px 4px 10px #cbcccf, -4px -4px 10px #ffffff;
  border-radius: 50px;
  right: -10px;
  border: 3px solid #cbcccf;
  top: -5px;
}

.video-element {
  width: 100%;
  width: 600px !important;
  max-height: 400px !important;
  margin-bottom: -10px;
}

.box-sound {
  width: 0px;
  opacity: 0;
  overflow: hidden;
  background: #eff0f4;
  height: 40px;
  padding: 17px 15px 0 40px;
  position: absolute;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  box-shadow: 6px 6px 15px #cbcccf, -6px -6px 15px #ffffff;
  transition: all 0.25s ease;
}

.drop-btn:hover .box-sound {
  width: 120px;
  opacity: 1;
  /* transform: rotateZ(90deg); */
}

.drop-sm-btn .box-sound{
    width: 120px;
    opacity: 1;
}

.left-0{
    left: 0 !important;
}
.top-50{
    top: 50%
}

.volume {
  width: 100%;
  height: 5px;
  background: #eff0f4;
  border-radius: 50px;
  box-shadow: inset 2px 2px 3px #cbcccf, inset -2px -2px 3px #ffffff;
}

.bar-volume {
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background: #fd9644;
  box-shadow: inset 3px 3px 6px #d7803a, inset -3px -3px 6px #ffad4e;
}

#highlight{
    color:  #fd9644;
}

.fastFwd-box {
  display: none;
  position: absolute;
  width: max-content;
  top: -40px;
  right: 0;
  z-index: 399;
  background: #eff0f4;
  border: 1px solid #00000026;
  border-radius: 10px;
}

.setting-btn:hover .fastFwd-box {
  display: block;
}

.fastFwd-box::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #eff0f4;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 12px;
  transform: rotate(45deg);
  border: solid #00000026;
  border-width: 0 1px 1px 0;
}

.fastFwd:focus {
  box-shadow: none;
}

.bar-time-box {
  display: none;
  position: absolute;
  width: max-content;
  top: -80px;
  right: -55px;
  background: #eff0f4;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #00000026;
}
.highlight-box {
  display: none;
  position: absolute;
  width: max-content;
  top: -55px;
  right: -55px;
  background: #eff0f4;
  color: #fd9644;
  /* border-radius: 10px; */
  padding: 10px;
  border: 1px solid #00000026;
}
.highlight-box::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #eff0f4;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 2px;
  transform: rotate(45deg);
  border: solid #00000026;
  border-width: 0 1px 1px 0;
}

.bar-progress:hover .bar-time-box {
  display: block;
}

.bar-time-box::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #eff0f4;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 47%;
  transform: rotate(45deg);
  border: solid #00000026;
  border-width: 0 1px 1px 0;
}
.download-links ul{
    list-style-type: none;
}


/* cards css */



.card_img {
  height: 200px;
  vertical-align: bottom;
}



.recipe-card {
  background: #fff;
  /* max-width: 250px; */
  height: 340px;
  margin:10px;
  flex-grow: 1;
  margin-bottom: 20px;

}
.recipe-card aside {
  position: relative;
  overflow: hidden;

}
.recipe-card aside img {
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}
.recipe-card aside .button {
  background: #00C5B6;
  display: inline-block;
  position: absolute;
  top: 80%;
  right: 3%;
  width: 4.0625em;
  height: 4.0625em;
  border-radius: 4.0625em;
  line-height: 4.0625em;
  text-align: center;
}
.recipe-card aside .button .icon {
  vertical-align: middle;
}
.recipe-card article {
  padding: 1.25em 1.5em;
}


.recipe-card article ul li:first-child {
  margin-left: 0;
}
.recipe-card article ul li .icon {
  vertical-align: bottom;
}
.recipe-card article ul li span:nth-of-type(2) {
  margin-left: 0.5em;
  font-size: 0.8em;
  font-weight: 300;
  vertical-align: middle;
  color: #838689;
}
.recipe-card article h2,
.recipe-card article h3 {
  margin: 0;
  font-weight: 300;
}
.recipe-card article h2 {
  font-size: 1.75em;
  color: #222222;
}
.recipe-card article h3 {
  font-size: 0.9375em;
  color: #838689;
}
.recipe-card article p {
  margin: 1.25em 0;
  font-size: 0.8125em;
  font-weight: 400;
  color: #222222;
}
.recipe-card article p span {
  font-weight: 700;
  color: #000000;
}

.recipe-card .icon {
  display: inline;
  display: inline-block;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/203277/recipe-card-icons.svg);
  background-repeat: no-repeat;
}
.recipe-card .icon-calories,
.recipe-card .icon-calories\:regular {
  background-position: 0 0;
  width: 16px;
  height: 19px;
}
.recipe-card .icon-clock,
.recipe-card .icon-clock\:regular {
  background-position: 0 -19px;
  width: 20px;
  height: 20px;
}
.recipe-card .icon-level,
.recipe-card .icon-level\:regular {
  background-position: 0 -39px;
  width: 16px;
  height: 19px;
}
.recipe-card .icon-play,
.recipe-card .icon-play\:regular {
  background-position: 0 -58px;
  width: 21px;
  height: 26px;
}
.recipe-card .icon-users,
.recipe-card .icon-users\:regular {
  background-position: 0 -84px;
  width: 18px;
  height: 18px;
}


.myfont-small
{
  font-size: small;

}

.tm-img-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease: ;
}

.tm-overlay-icon {
  color: #a7a7a7;
  opacity: 1;
  font-size: 2rem;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  transition: all 0.3s ease;  
}

.recipe-card img { transition: all 0.3s ease; }
.recipe-card:hover img { 

  transform: scale(1.2) rotate(5deg); 

}

.recipe-card:hover .tm-img-overlay { 

  background-color: transparent;

}

.recipe-card:hover .tm-overlay-icon { 

  opacity: 0;

}



.tm-img-overlay:hover { background-color: transparent; }
.tm-img-overlay:hover .tm-overlay-icon { opacity: 0; }

.Text-Title-Video
{
display: block;
}



.article-page {

  /* width: 1700px; */
  /* background-color: darkslategrey; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  margin-top: 30px;
  margin-left: 3%;
  margin-right: 5%;


}

.header-jadval
{
background-color: #dbdbdb;
}


.icon {
  background-position: 0 0;
  vertical-align: middle;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon-mp4 {
  background-image: url(mp4.png);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
th  {
  text-align: center;
  
}
.jadval-seton
{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;

}
td{
  padding-left: 0;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  td {
    padding-left: 0 !important;
  }
  .detail-content{
    padding: 0;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table td::before {
    margin-right: 10px;
  }
}
.table-video-list-container{
  width: 100%;
}
.title-table{
  padding-top: 10px;
  padding-bottom: 10px;

}
.Video-product-card
{

  width: calc(100% * (1/5) - 10px - 1px)
}

.tagvideo{

  display: flex;
  flex-wrap: wrap;
}

.tagvideoli {
  padding: 9px 2px;
  font-size: 0.86rem;
}


.tagvideolia {
  background-color: #e9e9e9;
  color: #000000;
  padding: 1px 14px;
  border-radius: 20px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 300ms;
}

.tagvideolia:hover {
  box-shadow: 0 0 11px rgba(15, 15, 15, 0.1);
}



/*-------responsive-------*/

@media (min-width: 2000px) {

  .Video-product-card
{

  width: 10%;

}

}
@media (min-width: 1921px) {

  .Video-product-card
{

  width: 12%;

}


}

@media (max-width: 1650px) {

  .Video-product-card
  {
  
    width: 20%;

  }

}

@media (max-width: 1400px) {
  .Video-product-card
  {
  
    width: 24%;

  }

}

@media (max-width: 1431px) {


}

@media (max-width: 1140px) {

  .Video-product-card
  {
  
    width: 24%;
  }
}

@media (max-width: 1115px) 
{
  .Video-product-card
  {
  
    width: 25%;
  }

}

@media (max-width: 992px) {
  .Video-product-card
  {
  
    width: 33%;
  }


}

@media (max-width: 830px) {
  .Video-product-card
  {
  
    width: 50%;
  }



}

@media (max-width: 768px) {
  .article-page {

    justify-content: center;


  }
  .Video-product-card
  {
  
    width: 48%;
  }

}

@media (max-width: 610px) {

  .article-page {

    justify-content: center;


  }
  .Video-product-card
  {
  
    width: 47%;
  }

}

@media (max-width: 600px) {


}

@media (max-width: 470px) {

  .article-page {

    justify-content: center;


  }

  .Video-product-card
  {
  
    width: 80%;
  }

}

@media (max-width: 380px) {

}



#modal-video,
#modal-practice{
  display: none;
  align-items: center;
}

#modal-video,
#modal-practice{
  width: 70%;
}


.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.modalroot{
  position:fixed;
  background-color: #0000006e;
  width: 100%;
  height: 110%;
  z-index: 100;
  margin-top: -10%;
  display: none;
}
/*.modal-dialog {*/
/*  max-width: 1092px !important;*/
/*  margin-right: auto;*/
/*  margin-left: auto;*/
/*  z-index: 1000;*/
/*}*/
.modal-content-video-link,
.modal-content-practice-link
{
  display: flex;
  direction: rtl;
  background-color: #fefefe;
  border-radius: 16px;
  min-width: 60%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  flex-direction: column;
  align-items: center;
  padding: 30px;

}

.modal-content-practice-link-container,
.modal-content-video-link-container{
  margin:auto;
  width: 80%;

}
.modal-title{
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.modal-footer{
  gap: 5px;
  margin-top: 30px;
}
.button-practice-video-link-container{
  direction: rtl;
  margin-top: 20px;
}
.clipboard-link-download-video{
  background: #5835E2;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.clipboard-link-download-video:hover{
  background: #53409e;
}
.clipboard-link-download-practice{
  background: #FFFFFF;
  border: 2px solid #FFB118;
  border-radius: 5px;
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFB118;
  position: relative;
  margin-top: 10px;
}
.close-register-button {
  border: none;
  /* border-radius: 62%; */
  position: relative;
  top: 33px;
  left: -4px;
  z-index: 10;
}
.clipboard-link-download-practice:hover{
  background: #FFB118;
  color: white;
}
.linktoshow{
  text-align: center;
}