/* Drama Detail Css Start Here */
.drama_detail {
    padding: 60px 0;
}

.drama_detail .drama_img img {
    border-radius: 5px;
    width: 100%;
    height: 630px;
    object-fit: contain;
    object-position: top center;
}

.drama_detail .topbar {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    justify-content: space-between;
}

.drama_detail .topbar .left-content {
    display: flex;
    align-items: center;
}

.drama_detail .topbar .rating {
    display: flex;
    align-items: center;
}

.drama_detail .topbar p {
    margin: 0;
}

.drama_detail .topbar .left-content .category p {
    background: #ffa51d;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px 2px;
    border-radius: 3px;
    margin-right: 10px;
}

.drama_detail .topbar .left-content .release_date p {
    background: #111111;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px 2px;
    border-radius: 3px;
    color: #fff;
}

.drama_detail .topbar .rating .total_rating p {
    background: #fff700;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 9px 0px;
    border-radius: 3px;
    margin-right: 10px;
}

.drama_detail .topbar .rating .avg_rating p {
    background: #ffa51d;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 9px 0px;
    border-radius: 3px;
    margin-right: 10px;
}

.drama_detail .name_dv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drama_detail .name_dv .episode {
    display: flex;
    align-items: center;
}

.drama_detail .name_dv .episode h4 {
    font-size: 22px;
    margin: 0;
    font-family: "Nexa";
    font-weight: 700;
}

.drama_detail .name_dv span.count {
    background: #cc0000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 10px;
}

.drama_detail .content_wrapper h5 {
    font-size: 27px;
    line-height: 37px;
}

.drama_detail .categories {
    display: flex;
    align-items: center;
}

.drama_detail .categories p {
    font-size: 14px;
    font-weight: 900;
    margin: 0 5px 0px 0px;
}

.drama_detail .categories ul.tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.drama_detail .categories ul.tags li {
    font-size: 14px;
    color: #707070;
    display: inline-block;
}

.all_cast .tags {
    padding: 20px 0 20px 0;
    margin: 20px 0 20px;
    border-top: 1px solid #ddd;
}

.drama_detail .all_cast {
    padding: 20px 0;
}

.drama_detail .all_cast .cast figure img {
    border-radius: 6px;
    width: 120px;
    height: 112px;
    object-fit: cover;
}

.drama_detail .all_cast .cast {
    margin-right: 5px;
}

.drama_detail .all_cast .cast .cast-name {
    font-size: 11px;
    color: #000000;
    padding-top: 10px;
}

.drama_detail .all_cast button.slick-next.slick-arrow:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #000;
    opacity: 1;
}

.drama_detail .all_cast button.slick-next.slick-arrow {
    top: 50px;
    right: -35px;
}

.drama_detail .button-group a.btn {
    background: #000;
    color: #fff;
}

.drama_detail .button-group .btn {
    background: #000;
    color: #fff;
}

.drama_detail .remark {
    background: #f5f5f5;
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
}

.drama_detail .remark p {
    margin: 0;
}

.drama_detail .remark h4.title {
    font-family: "Nexa";
    font-weight: 600;
}

.drama_detail .remark p {
    font-size: 14px;
}

.drama_detail .comments_div .heading h4 {
    color: #111111;
    font-family: "Nexa";
    font-weight: 800;
    text-shadow: 0 0 black;
}

.drama_detail .comments_div .comment-box .inner_comment {
    display: flex;
    align-items: flex-start;
}

.drama_detail .comments_div .comment-box .inner_comment .img_box {
    margin-right: 10px;
}

.drama_detail .comments_div .comment-box .inner_comment .img_box img {
    border-radius: 50%;
}

.drama_detail .comments_div .comment-box .inner_comment .content {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px 20px;
}

.drama_detail .comments_div .comment-box .inner_comment .content p {
    margin: 0;
    font-size: 14px;
    color: #686868;
}

.drama_detail .comments_div .comment-box .inner_comment .content h4.name {
    font-family: "Nexa";
    font-weight: 700;
    margin: 0;
}

.drama_detail .comments_div .reply_dv {
    margin: 15px 0 15px 100px;
}

.drama_detail .comments_div .write_comment {
    display: flex;
    align-items: center;
}

.drama_detail .comments_div .write_comment .form-group {
    flex: 1;
    display: flex;
    position: relative;
}

.drama_detail .comments_div .write_comment .form-group .form-control {
    background: #f5f5f5;
    border: 0;
    color: #000;
    padding: 10px 30px;
}

.drama_detail .comments_div .write_comment .user-img {
    margin-right: 8px;
}

.drama_detail .comments_div .write_comment button {
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    color: #ffa51d;
    background: transparent;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 23px;
}

/* Drama Detail Css End Here */

/* Modal Css Start Here */
#wheretowatch .modal-dialog {
    max-width: 1000px;
}

#wheretowatch {
    top: 0;
    right: 0;
    padding: 30px 10px 0px 10px;
    transition: 0.7s;
    box-shadow: 0px 0px 7px #ddd;
    backdrop-filter: blur(10px);
    background: #ffffff6b;
}

#wheretowatch .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
}

#wheretowatch .modal-dialog .modal-content .modal-body {
    padding: 50px 80px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .heading {
    text-align: center;
    padding-bottom: 15px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .heading h4 {
    font-family: "Nexa";
    font-weight: 800;
    font-size: 24px;
    text-shadow: 0 0 black;
}

#wheretowatch .modal-dialog .modal-content .modal-body .favourite_actors {
    padding-bottom: 30px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .title h4 {
    font-weight: 800;
    font-family: "Nexa";
    text-shadow: 0 0 black;
}

#wheretowatch .modal-dialog .modal-content .modal-body .form-group .form-control {
    background: #f5f5f5;
    border: 0;
    border-radius: 50px;
    padding: 13px 25px 10px;
    color: #808080;
    max-width: 300px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
    color: #808080;
    text-shadow: 0 0 #808080;
}

#wheretowatch .modal-dialog .modal-content .modal-body ul.list-of-actor {
    padding: 0 0;
    margin: 0px 0 20px;
    list-style: none;
}

#wheretowatch .modal-dialog .modal-content .modal-body ul.list-of-actor li {
    display: inline-block;
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    background: #ffe0ab;
    padding: 5px 30px 3px 10px;
    text-align: left;
    border-radius: 50px;
    position: relative;
}

#wheretowatch .modal-dialog .modal-content .modal-body ul.list-of-actor li span.cancel {
    background: #ff3030;
    color: #fff;
    width: 13px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    height: 13px;
    top: -6px;
    right: 0;
    font-size: 9px;
    line-height: 17px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .title {
    padding-bottom: 10px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .language_confirm {
    padding-bottom: 25px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .platform {
    padding-bottom: 25px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .drama-categories ul.drama_list {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    column-count: 3;
    max-width: 600px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .drama-categories ul.drama_list li label {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 0 5px 30px;
    position: relative;
}

#wheretowatch .modal-dialog .modal-content .modal-body .drama-categories ul.drama_list li label input {
    opacity: 0;
}

#wheretowatch .modal-dialog .modal-content .modal-body .drama-categories ul.drama_list li label span.checkmark:before {
    content: "";
    background-image: url(../img/without-check.png);
    background-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}

#wheretowatch .modal-dialog .modal-content .modal-body .drama-categories ul.drama_list li label input:checked~span.checkmark:before {
    background-image: url(../img/with-check.png);
}

#wheretowatch .modal-dialog .modal-content .modal-body .button-group .btn {
    background: #111111;
    color: #fff;
    padding: 11px 50px 8px;
}

/* Modal Css End Here */

.button-group p {
    margin: 0;
    padding-top: 22px;
}

h3.title {
    font-size: 22px;
}

/****** Style Star Rating Widget *****/

.rating1 {
    border: none;
    float: left;
    margin: -30px 20px -9px 20px;
}

.rating1>input {
    display: none;
}

.rating1>label:before {
    margin: 9px;
    font-size: 0.8em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating1>.half:before {
    content: "\f089";
    position: absolute;
}

.rating1>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating1>input:checked~label,
/* show gold star when clicked */
.rating1:not(:checked)>label:hover,
/* hover current star */
.rating1:not(:checked)>label:hover~label {
    color: #000;
}

/* hover previous stars in list */

.rating1>input:checked+label:hover,
/* hover current star when changing rating */
.rating1>input:checked~label:hover,
.rating1>label:hover~input:checked~label,
/* lighten current selection */
.rating1>input:checked~label:hover~label {
    color: #000;
}

/*End Rating Widget*/
.facebook-logo {
    width: 6%;
}

.daily-motion-logo {
    width: 20%;
}

.youtube-logo {
    width: 7%;
}

.youku-logo {
    width: 14%;
}

.drama-logo {
    width: 19%;
}

.kiss-logo {
    width: 22%;
    background: #000;
}

.movies-logo img {
    padding: 7px 5px 0px 7px;
    width: 110px;
    object-fit: contain;
}
.rating-text {
    font-size: 12px;
}

.right_content {
    margin-top: 10px;
}

input.form-control {
    width: 665px;
}
