/*
 * Plugin developed by Zarat
 * Author URI: https://forobeta.com/members/zarat.83293/
 */
.player-logic-master {
    margin: 10px 0;
}
.player_logic_item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.player_logic_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.player_logic_opt_c {
    height: 40px;
    width: 100%;
    background: #eb3349;
    background: -webkit-linear-gradient(left, #eb3349 40%, #f45c43);
    background: linear-gradient(to right, #eb3349 40%, #f45c43);
    display: -ms-flexbox;
    display: block;
    -webkit-overflow-scrolling: touch;
}
ul.player_logic_options, ul.options_player {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.player_logic_options {
    float: left;
}
ul.options_player {
    float: right;
}
/* ul.player_logic_options {
    list-style: none;
    *height: 30px;*
    margin: 0;
    padding: 0;
    margin-left: 0;
    display: table;
    width: 100%;
    text-align: center;
    *border-radius: 4px;*
    background: #eb3349;
    background: -webkit-linear-gradient(left, #eb3349 40%, #f45c43);
    background: linear-gradient(to right, #eb3349 40%, #f45c43);
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
} */
.player_logic_opt_c.top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.player_logic_opt_c.bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
ul.player_logic_options li, ul.options_player li {
    /* display: table-cell; */
    /* vertical-align: top; */
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
}
/* ul.player_logic_options li {
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
} */
ul.player_logic_options li a, ul.options_player li a, ul.options_player li button {
    line-height: 22px;
    padding: 10px;
    display: block;
    color: #fff;
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    height: 40px;
    /* width: 75px; */
    font-size: .76388em;
    font-size: calc(var(--text-xs)*1.1);
    text-decoration: none;
    background: transparent;
    border: none;
    outline: none;
}
.player_logic_options li.active a {
    box-shadow: inset 0px 3px 0 #ffb000;
    background: rgba(0, 0, 0, .15);
    font-weight: 600;
}
.player_logic_options li a:hover {
    box-shadow: inset 0px 3px 0 #ffb000;
    background: rgba(0, 0, 0, .15);
    /*font-weight: 600;*/
}




.player_logic_modal_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
.player_logic_modal_close {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: none;
    border: none;
}
.player_logic_modal_close:hover {
    opacity: 1;
}
.player_logic_modal_content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.56);
    z-index: 99999;
    overflow: auto;
}
.player_logic_modal {
    top: 10px;
    /* background: #fff; */
    background-image: url(../images/bg-search.jpg);
    width: 25%;
    margin: 3% auto;
    animation-name: animatetop;
    animation-duration: 0.8s;
    padding: 40px 117px 20px;
}
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.player_logic_modal_content .form-control {
    background: #fff;
    outline: none;
}
.player_logic_modal_content .form-control:hover, .player_logic_modal_content .form-control:focus {
    background: #fff;
    box-shadow: none;
    border: 1px solid rgba(45, 45, 45, 0.3);
}
.player_logic_modal_content .form-control.invalid {
    border: 1px solid #eb3349;
}
.player_logic_modal_content .player_logic_modal_body button.btn.btn-primary {
    background: #eb3349;
    border-radius: 25px;
    border: none;
    padding: 6px 20px;
}
p.player_logic_message {
    color: red;
}
p.player_logic_report_true {
    color: green;
    text-align: center;
}
.player_downloads {
    width: 100%;
    background: #eb3349;
    background: -webkit-linear-gradient(left, #eb3349 40%, #f45c43);
    background: linear-gradient(to right, #eb3349 40%, #f45c43);
    display: none;
    margin-top: 10px;
    border-radius: 5px;
}
.player_downloads th, .player_downloads td, .player_downloads td a {
    border-bottom: none!important;
    border-top: none!important;
    color: #eee;
    font-weight: normal;
    text-align: center;
}
.player_downloads table > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.1)!important;
}
.player_downloads p {
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0!important;
}
.player_logic_icons {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.no-border-radius-bottom {
    border-radius: 0!important;
}
.read_manga_icon {
    width: 15px;
    margin: 0!important;
}
#PLECodet {
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .player_logic_modal {
        width: 95%;
        padding: 40px 20px 20px;
    }
}
@media only screen and (max-width: 540px) {
    .player_logic_opt_c {
        overflow: hidden;
        height: auto;
    }
    ul.player_logic_options li, ul.options_player li {
        float: left;
        width: 50%;
        border-right: 1px solid rgb(255 255 255 / 27%);
    }
    ul.player_logic_options li:last-child, ul.options_player li:last-child {
        float: left;
        border-right: none;
    }
    ul.options_player {
        width: 100%;
        text-align: center;
    }
}
.player_downloads .plloader {
    padding: 15px;
    color: #fff;
}
.player_downloads svg {
    width: 30px;
    height: 30px;
    animation-name: ckw;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
a.pld {
    color: #ddd;
    border: 1px solid #ddd;
    padding: 3px 8px;
    border-radius: 6px;
}

a.pld:hover {
    color: #fff;
    border: 1px solid #fff;
}
.pldw th {
    padding: 14px!important;
}
.pla_728_90 {
    text-align: center;
    margin-top: 3px;
}
@media only screen and (min-width: 600px) {
    .player_logic_item {
        overflow: hidden;
    }
}
.nhio {
    font-weight: bold;
    text-transform: initial;
}
