/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

.twitch .green-mark {
    content: url('/themes/realgeek/img/green-checkmark.png');
    width: 44px;
    height: 44px;
    margin-right: 0;
    position: relative;
    top: 8px;
}
.twitch .yellow-mark {
    content: url('/themes/realgeek/img/yellow-checkmark.png');
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.twitch__refresh {
    margin-top: 20px;
    text-align: center;
}

.twitch__subtitle span {
    font-size: 70%;
}

.overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 100000;
}
.overlay:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 13px;
  width: 208px;
  margin: auto;
  background: url(/img/loadingAnimation.gif) no-repeat center center;
  z-index: 100001;
}

span.wrp {
    width: 100%;
    display: block;
}

.twitch__main .channel-name {
    font-size: 160%;
    font-weight: bold;
    color: #3C3C3B;
    text-align: center;
}

.twitch__main .channel-img img {
    margin: 20px auto;
    display: block;
    border-radius: 150px;
    border: 1px solid #e2e2e2;
}

.twitch__main .channel-date {
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.twitch__main .channel-links {
    text-align: center;
    padding-top: 0px;
    border-bottom: 0px solid #ced4da; 
    margin-bottom: 10px;
    padding-bottom: 20px;
    height: auto;
}

#channels-refresh {
    padding:10px 30px 10px 50px;
    font-size: 1rem;
    background: #63509d;
    color: #FFFFFF;
    border:3px solid #63509d;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 20px center;
}

#channels-refresh:hover {
    font-size: 1rem;
    background: #FFFFFF;
    color: #63509d;
    border:3px solid #63509d;
}

#channels-refresh {
    background-image: url('/themes/realgeek/img/reload.png');
    padding-left: 50px;
}
#channels-refresh:hover {
   background-image: url('/themes/realgeek/img/reload-hover.png');
   background-repeat: no-repeat;
   background-position: 20px center;
}

.button.button--twitch {
    display: inline-block;
    color: #63509d;
    background-color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 25px;
    border: 2px solid #63509d;
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 1.0rem;
}

.authentication .button.button--twitch {
    display: inline-block;
    color: #fff;
    background-color: #63509d;
    padding: 10px 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 3px solid #63509d;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    font-weight:700;
    font-size: 1rem;
}

.button.button--twitch:hover {
    color: #FFFFFF;
    background-color: #63509d;
    border: 2px solid #FFFFFF;
}

.twitch__authentication .button.button--twitch:hover {
    color: #63509d;
    background-color: #ffffff;
    border: 3px solid #63509d;
}

.button.button--twitch.yellow {
    color: #fff;
    background-color: #ffb100;
    padding: 10px 30px;
    margin-top: 10px;
    border: 3px solid #ffb100;
    font-weight:700;
    font-size: 1rem;
}

.button.button--twitch.yellow:hover {
    color: #ffb100;
    border: solid 3px #ffb100;
    background-color: #ffffff;
}

.twitch__controls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.twitch__control, .twitch__link {
    display: inline-block;
}

.twitch__link {
    color: #767676;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.twitch__control, .twitch__link {
    display: inline-block;
}

.twitch__main {
    display: block;
    border: 0px solid #ced4da;
    border-radius: 5px;
    width: 100%;
    padding: .25rem;
    overflow-y: auto;
}

.twitch__header {
    padding-top: 3rem;
    padding-bottom: 1rem;
    text-align: center;
}

.twitch, .twitch__header {
    display: block;
    width: 100%;
}

.twitch__subtitle, .twitch__title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.twitch__title {
    font-size: 36px;
    line-height: 1.1;
    margin: .5rem auto 1rem auto;
}

.twitch__authentication {
    display: block;
    width: 100%;
    padding-bottom: 9rem;
    text-align: center;
}

.twitch-logo {
    width: 60px;
    height: auto;
    margin-top: 30px;
}

.wrp.empty {
    display: block;
    height: 61px;
}

@media (max-width: 1200px) {
    .button.button--twitch.yellow {
        padding: 10px 15px;
    }
}

#loading_notice_overlay {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

#loading_notice {
    box-sizing: border-box;
    width: 95%;
    max-width: 550px;
    border-radius: 20%;
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border: solid 0px #000000;
    background-color: #ffffff;
    text-align: center;
    font-size: 90%;
}

#loading_notice img.main {
    max-width: 80%;
}

#loading_notice div.bar img {
    border: solid 3px #000000;
    padding: 2px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    #loading_notice {
        font-size: 75%;
    }
}