:root {
    --fontpanel-color: #fff;
    --bgpanel-color: #212121;
    --buttonpanel-bgpanel-color: #f2f3f7;
    --buttonpanel-shadow: -6px -6px 8px rgba(0, 0, 0, 0.07), 5px 5px 8px rgba(0, 0, 0, 0.07)
}

.containerpanel {
    box-sizing: border-box;
    font-size: 18px;
    font-family: roboto, sans-serif;
    color: var(--fontpanel-color)
}

.containerpanel {
    display: flex;
    justify-content: space-evenly;
    padding-top: 70px !important;
    align-items: center;
    flex-direction: column
}

.apppanel-container {
    background-color: var(--bgpanel-color);
    border-radius: 10px;
    box-shadow: #fff rgba(0, 0, 0, .25);
    display: block;
    flex: 1;
    min-height: 300px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 35px 0
}

.linky:hover {
    color: initial;
    text-decoration: none
}

.apppanel-top-bar {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.apppanel-heading {
    color: var(--fontpanel-color);
    display: block;
    flex: 1;
    font-size: 22px;
    margin: 0;
    text-align: center
}

.buttonpanel {
    border: 0;
    text-decoration: none
}

buttonpanel:focus {
    border: none;
    outline: 0 !important;
    outline-style: none
}

.buttonpanel {
    color: var(--fontpanel-color);
    position: relative;
    border-radius: 4px;
    font-weight: 600;
    transition: all .1s cubic-bezier(.175, .885, .32, 1.275);
    box-shadow: var(--buttonpanel-shadow);
    cursor: pointer
}

.buttonpanel.buttonpanel-small {
    font-size: 16px;
    line-height: 23px;
    width: 23px;
    height: 23px
}

.buttonpanel.buttonpanel-large {
    display: flex;
    font-size: 20px;
    flex-direction: column;
    padding: 15px;
    text-align: left;
    width: 45%
}

.buttonpanel-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 18px;
    width: 100%;
    max-width: 450px;
    margin-bottom: 11px;
    box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f
}

.buttonpanel-block span {
    font-size: 14px
}

a.buttonpanel.disabled,
fieldset[disabled] a.buttonpanel {
    pointer-events: none
}

.subtlepanel {
    color: #6d6e74
}

.subtlepanel i {
    padding-top: 2px;
    color: #fff !important;
    font-size: 20px
}

.fadefa {
    margin-left: 14px
}

.fadefaspin {
    margin-left: 9px;
    color: #fff
}

.fadefatick {
    margin-left: 9px;
    color: #fff;
    padding-right: 1px
}

@media only screen and (min-width:570px) {
    .apppanel-container {
        /* width:350px; */
    }
}

@media only screen and (max-width:570px) {
    .apppanel-container {
        width: 100%;
        max-width: 400px
    }
}

.movie_card {
    position: relative;
    display: block;
    width: 800px;
    height: 300px;
    margin: 100px auto;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.movie_card:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .4s;
    transition: all .4s
}

.movie_card .info_section {
    position: relative;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    z-index: 2;
    border-radius: 10px
}

.movie_card .info_section .movie_header {
    position: relative;
    padding: 25px;
    height: 40%
}

.movie_card .info_section .movie_header h1 {
    color: #fff;
    font-weight: 400
}

.movie_card .info_section .movie_header h4 {
    color: #9ac7fa;
    font-weight: 400
}

.movie_card .info_section .movie_header .minutes {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .13)
}

.movie_card .info_section .movie_header .type {
    display: inline-block;
    color: #cee4fd;
    margin-left: 10px
}

.movie_card .info_section .movie_header .locandina {
    position: relative;
    float: left;
    margin-right: 20px;
    height: 120px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5)
}

.movie_card .info_section .movie_desc {
    padding: 25px;
    height: 50%
}

.movie_card .info_section .movie_desc .text {
    color: #cfd6e1
}

.movie_card .info_section .movie_social {
    height: 10%;
    padding-left: 15px;
    padding-bottom: 20px
}

.movie_card .info_section .movie_social ul {
    list-style: none;
    padding: 0
}

.movie_card .info_section .movie_social ul li {
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    margin: 0 10px
}

.movie_card .info_section .movie_social ul li:hover {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: rgba(255, 255, 255, .8)
}

.movie_card .info_section .movie_social ul li i {
    font-size: 19px;
    cursor: pointer
}

.movie_card .blur_back {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    right: 0;
    background-size: cover;
    border-radius: 11px
}

@media screen and (min-width:768px) {
    .movie_header {
        width: 60%
    }

    .movie_desc {
        width: 50%
    }

    .info_section {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0d0d0c), to(transparent));
        background: linear-gradient(to right, #0d0d0c 50%, transparent 100%)
    }

    .blur_back {
        width: 80%;
        background-position: -100% 10% !important
    }
}

@media screen and (max-width:768px) {
    .movie_card {
        width: 95%;
        margin: 70px auto;
        min-height: 350px;
        height: auto
    }

    .blur_back {
        width: 100%;
        background-position: 50% 50% !important
    }

    .movie_header {
        width: 100%;
        margin-top: 85px
    }

    .movie_desc {
        width: 100%
    }

    .info_section {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #141413), to(transparent));
        background: linear-gradient(to top, #141413 50%, transparent 100%);
        display: inline-grid
    }
}

#bright {
    box-shadow: 0 0 150px -45px rgba(255, 51, 0, .5)
}

#bright:hover {
    box-shadow: 0 0 120px -55px rgba(255, 51, 0, .5)
}

.bright_back {
    background: url(https://i.ibb.co/7YwpMPG/republic-of-gamers-logo-4k-cl-1600x900-1.jpg)
}

@keyframes loader {
    0% {
        width: 0
    }

    20% {
        width: 10%
    }

    25% {
        width: 24%
    }

    43% {
        width: 41%
    }

    56% {
        width: 50%
    }

    66% {
        width: 52%
    }

    71% {
        width: 60%
    }

    75% {
        width: 76%
    }

    94% {
        width: 86%
    }

    100% {
        width: 100%
    }
}

.r-progress-bar {
    border-radius: 60px;
    overflow: hidden;
    width: 100%
}

span {
    display: block
}

.r-bar {
    background: #245e42
}

.r-progress {
    background: #00e676;
    color: #fff;
    padding: 2px 0
}

.r-progress-run {
    animation: bk 2s -1s linear infinite
}

.r-progress-bar {
    position: relative;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 3px
}

@keyframes bk {
    from {
        transform: translateX(300%)
    }

    to {
        transform: translateX(-300%)
    }
}

@font-face {
    font-family: material icons;
    font-style: normal;
    font-weight: 400;
    /*src:url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2')*/
}

.material-icons {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.mat-button {
    display: block;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    border-radius: 50%;
    /*! margin-right:0; */
    outline: 0 !important
}

.flex {
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 100;

    justify-content: flex-end;
}

.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 22px;
    width: 22px;
    color: #fff;
    vertical-align: middle
}

.bg-modal {
    background: #212121;
    color: #fff
}

.modal-dialog {
    width: 300px;
    margin: 160px auto 0
}

.modal-body {
    padding: 24px;
    border-radius: 4px;
    padding-bottom: 14px
}

.modal-body label {
    margin-bottom: 20px;
    font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif
}

.modal-body input {
    background: #0e0e0e !important;
    color: #fff !important;
    border-color: #0e0e0e !important;
    font-size: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: none !important;
    margin-bottom: 20px
}

.modal-btn {
    color: #fff !important;
    background: #5865f2;
    box-shadow: none !important;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 4px
}

.hero {
    padding-top: 0;
    height: 100vh
}

.bg-dark {
    color: #fff !important;
    background-color: #0e0e0e !important
}

.bg-dark a,
.bg-dark a:active,
.bg-dark a:visited {
    color: rgba(255, 255, 255) !important
}

.bg-dark a:focus,
.bg-dark a:hover {
    color: #fff !important
}

.fixed-bottom {
    background-color: #000 !important;
    color: #e6e6e6;
    opacity: .6
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.row {
    color: #f1f1f8 !important
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: 0 !important;
    border-color: transparent !important
}

.active-link .buttonpanel-small .fa-chevron-right {
    color: #222
}

.disable-link {
    pointer-events: none !important
}

#go-submit {
    display: none
}

.fadefa,
.fadefaspin,
.fadefatick {
    margin-left: 0
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0ncmdiKDI1NiwyNTYsMjU2KScgY2xhc3M9J2JpIGJpLWxpc3QnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMi41IDEyYS41LjUgMCAwIDEgLjUtLjVoMTBhLjUuNSAwIDAgMSAwIDFIM2EuNS41IDAgMCAxLS41LS41em0wLTRhLjUuNSAwIDAgMSAuNS0uNWgxMGEuNS41IDAgMCAxIDAgMUgzYS41LjUgMCAwIDEtLjUtLjV6bTAtNGEuNS41IDAgMCAxIC41LS41aDEwYS41LjUgMCAwIDEgMCAxSDNhLjUuNSAwIDAgMS0uNS0uNXonLz48L3N2Zz4=)
}

body {
    font-family: Roboto, sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif;
    background-color: #0e0e0e
}

.containerpanel {
    font-family: Roboto, helvetica neue, sans-serif;
    font-size: 18px;
    color: var(--fontpanel-color);
    margin-bottom: 15px;
    padding-top: 0;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

a {
    font-size: 14px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-size: 22px
}

a:active,
a:focus,
a:hover,
a:visited {
    outline: 0;
    text-decoration: none
}

.cust,
.cust p,
h2 {
    color: #0e0e0e !important;
    font-size: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important
}

.buttonpanel-block {
    max-width: 550px
}

.buttonpanel {
    color: #fff;
    font-weight: 500
}

.active-link .fa-chevron-right,
.locked-action-link.active-link {
    color: #fff !important
}

.fa-chevron-right.yt,
.yt.active-link,
.yt.locked-action-link {
    background: #e62117
}

.fa-chevron-right.lv,
.lv.active-link,
.lv.locked-action-link {
    background: #e62117
}

.fa-chevron-right.ins,
.ins.active-link,
.ins.locked-action-link {
    background: #3897f0
}

.fa-chevron-right.fb,
.fb.active-link,
.fb.locked-action-link {
    background: #2f55a4
}

.fa-chevron-right.twt,
.twt.active-link,
.twt.locked-action-link {
    background: #1b95e0
}

.fa-chevron-right.tg,
.tg.active-link,
.tg.locked-action-link {
    background: #08c
}

.dis.active-link,
.dis.locked-action-link,
.fa-chevron-right.dis {
    background: #7289da
}

.fa-chevron-right.web,
.web.active-link,
.web.locked-action-link {
    background: #00e676
}

.buttonpanel-block span {
    font-size: 14px;
    font-weight: 400
}

.get-link,
.get-link:hover {
    background: #00e67614;
    color: #00e676
}

.get-link.active-link i {
    color: #01de72 !important
}

.get-link.disabled {
    color: #767676 !important;
    background: #3c3c3c
}

.get-link span {
    font-weight: 500
}

.unlocked-action-link,
.unlocked-action-link i {
    background: #3c3c3c !important;
    color: #767676 !important
}

.detl {
    margin-top: 30px;
}

.apppanel-container {
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 6px
}

@media only screen and (min-width:768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem
    }

    .detl {
        margin-top: 30px;
        margin-bottom: 100px;
        width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:570px) {
    .apppanel-container {
        padding-top: 25px;
        padding-bottom: 17px;
        margin-top: 30px
    }

    .col-lg-10 {
        padding: 5px !important
    }

    .containerpanel {
        padding-top: 10px
    }
}

.navbar {
    padding-left: 20px;
    z-index: 100
}

.linky:hover {
    text-decoration: none
}

.apppanel-container {
    border-radius: 4px
}

.navbar-toggler {
    /*! padding:.25rem; */
    padding-right: .75rem;
    padding-right: .75rem;
    font-size: 22px;
    padding-right: .25rem;
    margin-right: -5px;
    padding-left: 5px;
}

.alert-cookie-policy {
    display: none;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 999
}

.alert {
    padding: 14px 16px
}

.alert-cookie-policy {
    margin: 24px;
    position: fixed;
    bottom: 0
}

.alert-secondary {
    color: #383d41;
    background-color: #fff;
    border-color: #fff
}

.alert-secondary {
    color: #000
}

.alert-secondary .alert-link {
    color: #000;
    text-decoration: underline;
    font-weight: 400
}

.btn-cookie {
    color: #00e676;
    background-color: #fff;
    border: none;
    font-family: Roboto, helvetica neue, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px
}

.btn-cookie:hover {
    background: #f0fef8
}

@media only screen and (max-width:780px) {
    .alert-cookie-policy .alert {
        flex-direction: column
    }

    .btn-cookie {
        margin-top: 5px
    }

    .alert-cookie-policy {
        margin: 8px
    }
}

.box-mode {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.apppanel-container {
    padding-top: 0 !important;
}