/*########## Main ##########*/
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/src/fonts/exo2.cyrillic.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/src/fonts/exo2.cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/src/fonts/exo2.vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/src/fonts/exo2.latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/src/fonts/exo2.latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
  background: url(/src/img/background.png);
  font-family: 'Exo 2', sans-serif;
}

a,a:hover{
  color: black !important;
  text-decoration-style: none !important;
}

/*########## /Main ##########*/
.left-sidebar {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 7px -4px;
  border-radius: 5px;
  height: 876px;
  top: 60px;
  z-index: 0;
}
.hr-sidebar{
margin: 8px;
}

.right-sidebar{
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 7px -4px;
  border-radius: 5px;
  top: 60px;
  z-index: 0;
  margin-bottom: 2em;
}

.center-row {
  background-color: #fff;
  box-shadow: 0 0 7px -4px;
  border-radius: 5px;
  padding-left: 18px!important;
  padding-right: 18px!important;
}

footer {
  background-color: #3a4545;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0px 0px 9px -3px;

}
/*########## Fonts ##########*/
@font-face {
  font-family: 'Material Icons';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/src/fonts/icons.woff2) format('woff2');
}
/*########## /Fonts ##########*/

/*########## Header ##########*/
.logo:hover {
  color: #e8f822!important;
  transition: .3s linear;
}
/*Find Form*/
.form-control{
  background-color: #eafffd;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.lang{
  margin-left: 0;
  margin-right: auto;
}

.btn-none:focus {
    outline: none;
    box-shadow: none;
}

/*for Desktop*/
@media screen and (min-width: 993px) {
.form-control{
  margin-left: 10px;
  width: 40em;
  }

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    margin-bottom: 10px;
}

}


.header-color{
  background-color: #3a4545!important;
}

/*for Mobile*/
@media screen and (max-width: 992.99px) {
.search-panel {
  margin-top: 15px;
  }

.lang{
  margin-left: auto;
  margin-right: 1em;
}


}
/*########## /Header ##########*/

/*########## Category ##########*/

li {list-style-type: none; /* ???????? */}

ul {
    margin-left: 0; /* IE ?Opera */
    padding-left: 0; /* Firefox, Safari, Chrome */
    text-align: left;
   }

.widget {
  margin-top: 10px;
  border-radius: 6px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;

}
.widget li {
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-radius: 6px;
  background: #F8F9FB;
  padding: 2px;
  display: flex;
}

.widget li:hover {
  background-color: #e8f822;
  transition: .2s linear;
}

.widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget a {
  text-decoration: none;
  color: #3a4545;
  display: inline-block;
  width: 100%;
}
.widget li:before {
  font-family: Material Icons;
  font-size: 25px;
  vertical-align:bottom;
  color: #3a4545;
  margin-right: 14px;
}

.widget .sidebars {
  background-color: #3a4545;
  color: #fff;
  text-shadow: 1px 0px 3px black;
  padding: 5px;
  margin-bottom: 10px;
}

.widget ul li a{
    display: block;
    width: 100%;
    margin-top: 6px;
}


/*Related widget*/
.widget_rel {
  background: #ffc107;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  width: 250px;
}




.widget li:nth-child():before {content:"\ef55";} /*trends*/
.widget li:nth-child(1):before {content:"\e531";} /*auto*/
.widget li:nth-child(2):before {content:"\f01f";} /*music*/
.widget li:nth-child():before {content:"\f009";} /*news*/
.widget li:nth-child(3):before {content:"\ea2f";} /*sport*/
.widget li:nth-child(4):before {content:"\ea3d";} /*technology*/
.widget li:nth-child(5):before {content:"\e91d";} /*animals*/
.widget li:nth-child(6):before {content:"\e0ed";} /*humor*/
.widget li:nth-child(7):before {content:"\e02c";} /*films*/
.widget li:nth-child(8):before {content:"\e338";} /*games*/
.widget li:nth-child(9):before {content:"\f10b";} /*hobbi*/
.widget li:nth-child(10):before {content:"\e80c";} /*education*/
.widget li:nth-child(11):before {content:"\e91f";} /*blogs*/

.widget li:nth-child(13):before {content:"\e8b6";} /*search now*/
.widget li:nth-child(14):before {content:"\e8f4";} /*watch n*/
.widget li:nth-child(15):before {content:"\e8e5";} /*Pop q*/
.widget li:nth-child(16):before {content:"\e7fb";} /*About*/

/*########## /Category ##########*/

/*########## /Plyr Player ##########*/
/*.my_player {
  margin: 20px auto;
  max-width: 500px;
}*/

/*########## Thumbnails-find ##########*/
.thumbnail-find {
  background-color: #f7f6f6;
  border-radius: 6px;
  box-shadow: 0 3px 8px -5px;
}

.thumbnail-find:hover{
  background-color: #fff;
  box-shadow: 0 0 6px 0px;
  transition: 0.2s linear
}

.over-find{
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-channel:before{
  content:"\e853";
  font-family: Material Icons;
  font-size: 1.2em;
  font-style: normal;
  color: green;
  vertical-align: sub;
  padding: 0 5px 0px 0;
}
.i-channel-live:before{
  content:"\e837";
  font-family: Material Icons;
  font-size: 1.2em;
  font-style: normal;
  color: red;
  vertical-align: sub;
  padding: 0 5px 0px 0;
} 

.p-desc {
  font-size: 0.9em;
}

/*########## /Thumbnails-find ##########*/

/*########## Thumbnails ##########*/
.thumbnail {
  background-color: #f7f6f6;
  border-radius: 6px;
/*  width: 12em;*/
  box-shadow: 0 3px 8px -5px;
}

.thumbnail:hover{
  background-color: #fff;
  box-shadow: 0 0 6px 0px;
  transition: 0.2s linear
}

.over{
  display: flex;
  justify-content: center;
  align-items: center;
}

a, a:hover, a:active  {
  text-decoration: none;
  color: black;
}

.thumb-main-info {
    font-size: 0.7rem;
    /*font-weight:bold;*/
    width: 66px;
    height: 1.6em;
    background-color: #000000a1;
    overflow: hidden;
    color: #fff;
    padding: 0px 0px 0px 6px;
}

.thumb-main-info-pub {
  width: 100%;
  text-align: center;
  background-color: #3a4545;
}

.thumb-lt-info{
    border-top-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.thumb-rt-info{
    border-top-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.thumb-lb-info{
    border-top-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.thumb-rb-info{
    border-top-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.thumb-b-info{
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}


.thumb-rel-info{
    font-size: 12px;
    font-weight:bold;
    width: 100%;
    height: 1.5em;
    background-color: #000000a1;
    overflow: hidden;
    color: #fff;
    padding: 0;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.thumb-text-info{
margin: 0px 0px 0 6px;
text-align:  center;
}
.thumb-like{
  margin:  0 10px 0 0;
}
.thumb-like:before{
  position: absolute;
  top: 0rem;
  left: 5px;
  content:"\e87d";
  font-family: Material Icons;
  font-size: 12px;
  color: #e71818;
  font-style: normal;
} 

.thumb-views{
  margin:  0 10px 0 0;
}

.thumb-views:before{
  position: absolute;
  top: 0rem;
  left: 5px;
  content:"\e8f4";
  font-family: Material Icons;
  font-size: 12px;
  color: #fff;
  font-style: normal;
} 

.thumb-text-info:hover{
  transform: scale(1);
  transition: 0.2s linear
}

.thumb-text-title {
  font-size: 0.8em;
  margin-bottom: -20px;
  display: inline-block;
}

.thumb-img {
  aspect-ratio: 16/9;
}

.img-404 {
  width: 100%;
}

.tooltip {
    font-family: 'Material Icons';
    color: #fff;
    font-size: 4em;
    opacity: 0; /*0*/
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
}

.over:hover .tooltip {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.over-find:hover .tooltip {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/*for Desktop*/
@media screen and (min-width: 768px) {
.thumbnail{
    width: 12em;
  }
.over-find{
  width: 15em;
}
}

/*for Mobile*/
@media screen and (max-width: 992.99px) {
.thumbnail {
  width: 100%;
  }

.tooltip{
font-size: 10em;
}
}

/*########## /Thumbnails ##########*/

/*########## Video ##########*/
.soc-icon{
  color: #fff!important;
}

.soc-icon:hover {
  top: -5px;
  color: #fff!important;
}

.video {
  background-color: #fff;
  box-shadow: 0 0 7px -4px;
  border-radius: 5px;
  padding-bottom: 20px;
}

.video-like:before{
  content:"\e87d";
  font-family: Material Icons;
  font-size: 20px;
  color: #e71818;
  font-style: normal;
  vertical-align: sub;
  padding-right: 2px;
} 

.video-views:before{
  content:"\e8f4";
  font-family: Material Icons;
  font-size: 20px;
  color: #000;
  font-style: normal;
  vertical-align: sub;
  padding-right: 2px;
}

.channel-a{
  color: #e71818!important;
}

.text-published{
  text-align: justify;
}
/*########## /Video ##########*/

.related {
    background-color: #f7f6f6;
    border-radius: 6px;
    box-shadow: 0 3px 8px -5px;
}
.related:hover {
    background-color: #fff;
    box-shadow: 0 0 6px 0px;
    transition: 0.2s linear;
}


.wight-player {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 992.99px) {
    .wight-player {
    padding-right: 0;
    padding-left: 0;
    }
}


/*########## Low panels ##########*/

.l-p-main {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 7px -4px;
  border-radius: 5px;
  margin: 0.1em;
}


.l-p-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-p-main li {
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-radius: 6px;
  background: #F8F9FB;
  padding: 0 0 0 8px;
  margin: 7px;
  display: flex;
}

.l-p-main li:hover {
  background-color: #e8f822;
  transition: .3s linear;
}


.l-p-main a {
  text-decoration: none;
  color:  #616a6b;
  display: inline-block;
}

.l-p-table {
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
}

.l-p-label {
  background-color: #3a4545;
  text-shadow: 1px 0px 3px black;
  color: #fff;
  width: 100%;
  border-top-left-radius: 5px;  
  border-top-right-radius: 5px;
}

.l-p-ul{
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-radius: 6px;
  background: #F8F9FB;
  padding: 2px;
  display: flex;
}

.l-p-a li{
  display: block;
  width: 100%;
  margin-top: 6px;
}



/*########## /Low panels ##########*/


.breadcrumb {
  font-size: 0.8rem;
}


/*########## Footer ##########*/
.mail-a{
  font-size: 1.3rem;
  color: #fff!important;
}

/*.f-li{
  text-align: center;
}*/

footer a:hover{
  color: #e8f822!important;;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
}

#btn-back-to-top:before{
  content:"\e5d8";
  font-family: Material Icons;
  font-size: 1.5rem;
  color: #fff;
  font-style: normal;
  vertical-align: sub;
  padding-right: 2px;
}

/*########## /Footer ##########*/

/*########## Sitemap ##########*/

.sitemap:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: #3a4545;
    position: absolute;
    margin: 9px 0px 0px 6px;
}
/*########## Sitemap ##########*/