/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* People List Page Template */

.people-loop.desktop {
    display: block;
}

.actors-people-list-wrap {
    background-color: #1d1d1d;
}

.actors-people-hero {
    background-image: url('../img/t80bvm.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 673px;
    margin-bottom: 0;
}

.actors-people-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 115px 25px;
}

.actors-people-top .people-list-text {
    min-width: 60%;
    max-width: 60%;
}

.actors-people-top .people-list-text h3 {
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    margin: 0;
}

.actors-people-top .people-list-text h3 small {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

.actors-people-top .people-list-text h3 span {
    font-size: 15px;
}

.people-social-list {
    max-width: 255px;
}

.people-social-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.people-social-list ul li {
    display: inline-block;
    margin-right: 12px;
}

.people-social-list ul li:last-child {
    margin-right: 0;
}

.people-social-list ul li img {
    width: 47px;
    height: 47px;
    object-fit: scale-down;
}

.actors-people-list-wrap .people-loop {
    padding: 60px 45px 60px;
    background-color: #111111;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
}

.actors-people-list-wrap .people-loop.mobile {
    display: none;
}

.actors-people-list-wrap .people-loop ~ .navigation-paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    column-gap: 10px;
    row-gap: 10px;
    grid-column: span 12 / span 12;
    background-color: #111111;
}

.actors-people-list-wrap .people-loop ~ .navigation-paging a,
.actors-people-list-wrap .people-loop ~ .navigation-paging span {
    font-size: 14px;
    color: #ffffff;
    background-color: #313131;
}

.actors-people-list-wrap .people-loop ~ .navigation-paging span.current {
    background-color: #000;
}

.actors-people-list-wrap .people-loop .people-item {
    grid-column: span 4 / span 4;
}

.people-item .people-img {
    width: 100%;
    height: 555px;
    object-fit: cover;
}

.people-item .people-detail .people-name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    background-color: #313131;
    padding: 10px 0;
}

.people-item .people-detail .people-name h3 {
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.people-item .people-detail .people-name span {
    font-size: 18px;
    font-weight: 400;
}

.people-item .people-detail .people-bottom-detail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    margin-top: 20px;
    background-color: #111111;
}

.people-item .people-detail .people-bottom-detail .star-rating,
.people-item .people-detail .people-bottom-detail .add-rate,
.people-item .people-detail .people-bottom-detail .total-rating {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    background-color: #0181FE;
}

.people-item .people-detail .people-bottom-detail .total-rating {
    position: relative;
}

.people-item .people-detail .people-bottom-detail .total-rating a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.people-item .people-detail .people-bottom-detail .star-rating img {
    width: 15px;
    object-fit: scale-down;
}

.people-item .people-detail .people-bottom-detail .star-rating span {
    font-size: 20px;
    color: #ffffff;
}

.people-item .people-detail .people-bottom-detail .add-rate {
    background-color: #999999;
    cursor: pointer;
}

.people-item .people-detail .people-bottom-detail .add-rate.disabled {
    cursor: unset;
}

.people-item .people-detail .people-bottom-detail .add-rate p,
.people-item .people-detail .people-bottom-detail .total-rating p {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
}

.people-item .people-detail .people-bottom-detail .total-rating {
    background-color: #FE0000;
}

/* SINGLE PEOPLE */

.button-review-etc-wrap {
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.button-review-etc-wrap .review-star-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: blue;
    background-color: #fac000;
    background-color: hsl(210deg 100% 50%);
    justify-content: center;
}

.button-review-etc-wrap .review-star-rating svg {
    width: 32px;
    height: 32px;
}

.button-review-etc-wrap .review-star-rating span {
    margin-top: 5px;
}

.button-review-etc-wrap > div {
    width: 33%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.button-review-etc-wrap .rate-the-actors {
    background-color: #999999;
    position: relative;
}

.button-review-etc-wrap .rate-the-actors a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-review-etc-wrap .rate-actors-value {
    background-color: #fe0000;
}

.title-list-movie > h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #353535;
    position: relative;
    margin-bottom: 30px;
}

.title-list-movie > h3:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 20%;
    height: 2px;
    background-color: #fa6054;
    left: 0;
}

.table-list-movies .list-the-movies {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    position: relative;
}

.table-list-movies .list-the-movies .floating-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-the-movies:nth-child(odd) {
    background-color: #111111;
}

.table-list-movies .list-the-movies img {
    height: 150px;
}

.table-list-movies .list-the-movies .image-movies-list {
    height: 150px;
    width: 100px;
}

.table-list-movies .list-the-movies h5:nth-child(2) {
    margin-left: 50px;
    min-width: 300px;
    max-width: 300px;
}

.table-list-movies .list-the-movies h5:nth-child(3) {
    margin-left: 100px;
    max-width: 200px;
}

.table-list-movies .list-the-movies .review-star-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: blue;
    background-color: #fac000;
    background-color: hsl(210deg 100% 50%);
    justify-content: center;
    margin-left: auto;
    font-size: 22px;
}

.table-list-movies .list-the-movies .review-star-rating svg {
    width: 26px;
    height: 26px;
}

.table-list-movies .list-the-movies .review-star-rating span {
    margin-top: 5px;
    min-width: 65.5px;
    text-align: right;
}

.table-list-movies {
    margin-bottom: 100px;
    max-height: 600px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.table-list-movies::-webkit-scrollbar-track {
    background: #1d1d1d;
}

.table-list-movies::-webkit-scrollbar-thumb {
    background: #393939;
    cursor: pointer;
    border-radius: 10px;
}

.table-list-movies::-webkit-scrollbar {
    width: 10px;
}

.single-people .row.list-movies-wrap {
    background-color: #1d1d1d;
    padding-top: 50px;
}

.single-people #infinite-article > div.wpb_row {
    display: none;
}

/* Dashrate-act Styling  */

.profile-page {
    padding: 100px 0;
}

.profile-page .container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.profile-page .profile-account {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 2px solid #232426;
    padding-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.profile-page .profile-account .image-author {
    line-height: 0;
    margin-right: 40px;
    float: left;
}

.profile-page .profile-account .image-author img {
    border-radius: 50%;
    width: 150px;
    min-width: 150px;
}

.profile-page .profile-account .profile-author {
    overflow: hidden;
}

.profile-page .profile-account .profile-author {
    width: 100%;
}

.profile-page .profile-account .profile-author .name-user span {
    position: relative;
}

.profile-page .profile-account .upload-button {
    display: inline-block;
    background-color: #595edc;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 10px 30px;
    border-style: solid;
    border-radius: 10px;
    right: 0;
    top: 30px;
    transition: all .3s;
    margin-bottom: 15px;
    min-width: 95px;
    text-align: center;
    font-weight: 600;
}

.profile-page .profile-account .upload-button:hover {
    background-color: #4d4ea0;
}

.profile-page .profile-account .edit-profile {
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 13px 25px;
    border-style: solid;
    right: 0;
    top: 30px;
    color: #ffffff;
    transition: all .3s;
    text-align: center;
    font-weight: 700;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-weight: 400;
}

.profile-page .profile-account .edit-profile:hover {
    background-color: #ffffff;
    color: #000000;
}


.profile-page .title-form {
    margin: 40px 0;
}

.profile-page .form-page .image-pro {
    display: block;
    vertical-align: middle;
    line-height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto 10px;
    max-width: 100px;
    cursor: pointer;
    min-height: 100px;
    min-width: 100px;
}

.profile-page .profile-image {
    padding: 20px 20px 20px;
    border-radius: 20px;
    background-color: #1e1e1e;
}

.profile-page #text_description {
    resize: none;
}

.profile-page .form-page .text-add {
    vertical-align: middle;
    margin-left: 0;
    display: block;
    text-align: center;
}

.profile-page .form-page .image-pro:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all .3s;
    z-index: 0;
    border-radius: 50%;
}

.profile-page .form-page .image-pro:hover:after {
    opacity: .4;
    transition: all .3s;
}

.profile-page .form-page .image-pro span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    transition: all .3s;
}

.profile-page .form-page .image-pro:hover span {
    opacity: 1;
    transition: all .3s;
    z-index: 1;
}

.profile-page .form-page .social {
    position: relative;
}

.profile-page .form-page .social i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 20px;
}

.profile-page .form-page input:read-only {
    background-color: #444444;
}

.profile-page .inner-form-edit {
    background-color: #1e1e1e;
    padding: 20px;
    border-radius: 20px;
}

.profile-page .form-page .change-password {
    display: block;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #000000;
    padding: 12px 30px;
    border-style: solid;
    border-radius: 10px;
    text-align: center;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 100%;
    transition: all .3s;
}

.profile-page .form-page .change-password:hover {
    background-color: #ffffff;
    color: #000000;
    transition: all .3s;
}

.video-wrap.style-2.ele .video-item .video-thumb img {
    width: 100%;
}

.profile-page .form-page .image-pro img {
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
}

.profile-page .form-page .image-pro:before {
    content: "\f03e";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #ffd431;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    justify-content: center;
    color: #000;
    display: none;
}

.profile-page .title-form h3 {
    font-size: 24px;
    line-height: 1.16;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    border: 0 solid #dcd7ca;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #343a3e!important;
}

.tabs .inner-tabs ul {
    list-style: none;
    display: block;
    border-bottom: 1px solid #34393d;
    padding-left: 0;
}

.tabs .inner-tabs ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.tabs .inner-tabs ul li a {
    padding: 10px 25px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .3s;
    font-weight: 500;
}

.tabs .inner-tabs ul li.active a,
.tabs .inner-tabs ul li a:hover {
    background: #353a3e;
    transition: all .3s;
}

.tabs .inner-tabs ul li.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: #3c6f80;
    left: 0;
    height: 2px;
}

.tables-movies .the-video {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.tables-movies .the-video img {
    max-width: 165px;
    border-radius: 10px;
    min-width: 165px;
}

.notif-wrap {
    display: none;
}

.button-profile-wrap {
    text-align: right;
    display: flex;
    gap: 15px;
    flex-direction: column;
    min-width: 140px;
    margin-left: 50px;
}

.search-page .container,
.category-page .container {
    padding: 0;
}

.button-profile-wrap .upload-button i {
    margin-right: 5px;
}

.filter-and-count .title-list-movie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #353535;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.filter-and-count .title-list-movie:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 20%;
    height: 2px;
    background-color: #fa6054;
    left: 0;
}

.filter-and-count .title-list-movie h3 {
    padding-bottom: 0;
    border-bottom: 0 solid #353535;
    position: relative;
    margin-bottom: 0;
}

.filter-and-count .title-list-movie h3:after {
    display: none;
}

.tables-movies .the-video .title {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 5px;
    white-space: normal;
}

.tables-movies .the-video span {
    font-size: 14px;
}

.tables-movies span.status {
    background-color: #ffd531;
    padding: 7px 12px;
    color: #000;
    border-radius: 10px;
    display: inline-block;
}

.tables-movies span.status.green {
    background-color: #32e75f;
    color: #fff;
}

.tables-movies table.dataTable tbody tr {
    background-color: transparent;
    transition: all .3s;
}

.tables-movies table.dataTable tbody tr:hover {
    background-color: #343a3e;
    transition: all .3s;
}

.tables-movies table.dataTable tbody tr:hover .tags a {
    transition: all .3s;
    border-color: #24282b;
}

.tables-movies table.dataTable thead th,
.tables-movies table.dataTable thead td {
    padding: 40px 10px 30px!important;
    text-align: left;
    outline: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid #343a3e!important;
}

.tables-movies table.dataTable tbody th,
.tables-movies table.dataTable tbody td {
    vertical-align: middle;
    padding: 20px 10px!important;
}

.tables-movies .dataTables_wrapper .dataTables_length {
    display: none;
}

.tables-movies table.dataTable tbody td .tags a {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 5px;
    line-height: 1.5;
    border: 2px solid #262626;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    background-color: #262626;
}

.tables-movies table.dataTable tbody td .date {
    font-size: 14px;
}

.tables-movies table.dataTable thead,
.tables-movies table.dataTable tbody {
    border: 0!important;
}

.tables-movies table.dataTable thead {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50%!important;
    padding: 0!important;
    width: 40px;
    height: 40px;
    display: flex;
    line-height: 2.5;
    border: 1px solid #353a3e!important;
    margin-left: 3px!important;
    margin-right: 3px!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: unset!important;
}

.tables-movies .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.tables-movies .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: no-repeat;
    color: #fff!important;
    border-radius: 50%;
    padding: 0.3em 1em;
}

.tables-movies .dataTables_wrapper .dataTables_paginate {
    padding-top: 20px;
}

.tables-movies .btn {
    width: 35px;
    height: 35px;
    background: #353a3e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    transition: all .3s ease;
    padding: 0;
}

.tables-movies .btn.btn-yellow {
    background: #151515;
    border: 2px solid #262626;
}

.tables-movies .btn.btn-red {
    background: #262626;
    border: 2px solid #262626;
}

.tables-movies .btn.btn-yellow:hover {
    background: #262626;
}

.tables-movies .btn.btn-red:hover {
    background: #f33435;
    border: 2px solid #f33435;
}

.tables-movies .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.tables-movies .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.tables-movies .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff!important;
}

#tableVids_filter {
    display: none;
}

.tables-movies .the-movie {
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 250px;
}

.tables-movies .the-movie .movie-image {
    min-width: 100px;
    height: 150px;
    background-color: rgb(170 170 170 / 36%);
    margin-right: 50px;
}

.tables-movies .the-movie .movie-meta {
    margin-bottom: 0;
    white-space: normal;
    min-width: 210px;
}

.tables-movies .the-movie .movie-image img {
    height: 150px;
    width: 100px;
    object-fit: cover;
    min-width: 100px;
}

.tables-movies table.dataTable.display tbody td {
    border: 0!important;
}

.tables-movies table.dataTable.display tbody tr:nth-child(odd) {
    background-color: #1d1d1d!important;
}

.tables-movies table.dataTable.display tbody tr:hover td {
    background-color: unset!important;
}

.tables-movies .rate-movie-actor {
    text-align: right;
}

.tables-movies .rate-movie-actor .review-star-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: blue;
    background-color: #fac000;
    background-color: hsl(210deg 100% 50%);
    justify-content: center;
    margin-left: auto;
    font-size: 22px;
}

.tables-movies .rate-movie-actor .review-star-rating svg {
    width: 26px;
    height: 26px;
}

.tables-movies .rate-movie-actor .review-star-rating span {
    margin-top: 5px;
    min-width: 65.5px;
    text-align: right;
}

select#filter-table option {
    background: #111;
    outline: 0!important;
}

.movies-loop {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.movies-loop .movies-item {
    text-align: center;
}

.movies-loop .movies-item .movies-thumb {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.movies-loop .movies-item .movies-thumb img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.movies-loop .movies-item .movies-category {
    color: #dddddd;
}

.movies-loop .movies-item .movies-category span:after {
    content: '/';
    padding: 0 5px 0px 10px;
}

.movies-loop .movies-item .movies-category span:last-child:after {
    display: none;
}

/* Modal Rate */
/* The Modal (background) */
.rate-act-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #313131;
    margin: auto!important;
    padding: 45px 25px;
    width: 100%;
    max-width: 1000px;
    border-radius: 15px;
    position: relative;
}

/* The Close Button */
.ebcf_close {
    float: none;
    position: relative;
    width: 40px;
    height: 40px;
    border: 0 solid #e97e35;
    cursor: pointer;
}

.ebcf_close span {
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    transform: translate(50%, -50%)rotate(-45deg);
    right: 50%;
    top: 50%;
}

.title-modal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid #5e5e5e;
}

.title-modal-top h4 {
    margin-bottom: 0;
}

.ebcf_close span:last-child {
    transform: translate(-50%, -50%)rotate(45deg);
    margin-right: -1px;
}

.ebcf_modal-content .rate-act-image-left {
    min-width: 240px;
}

.ebcf_modal-content .rate-act-image-left img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
}

.modal-rate-act-content h4 {
    margin-bottom: 0;
    font-size: 19px;
    color: #52141a;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-rate-act-content .rate-act-long-text {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    padding-right: 40px;
}

.modal-rate-act-content .rating-number-wrap {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #5e5e5e;
    padding-bottom: 40px;
}

.rating-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #111;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}

.rating-item.active,
.rating-item:hover {
    background-color: #dddddd;
    color: #000000;
}

.rate-act-modal button.btn-submit {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 20px;
    background-color: #111;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
}

.rate-act-modal button.btn-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.rate-act-modal a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 20px;
    background-color: #111;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
}

#tableVids tr.clickable-row {
    cursor: pointer;
}

.dashboard-page .tables-movies {
    background-color: #1d1d1d;
}

.movies-loop-swiper .swiper-slide {
    height: 60vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.movies-loop-swiper .swiper-slide .movies-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movies-loop-swiper .swiper-slide .movies-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movies-loop-swiper .swiper-slide .movies-desc {
    margin: 40px 10%;
    position: relative;
    z-index: 5;
    padding: 15px;
    overflow: hidden;
    max-width: 100%;
}

.movies-loop-swiper .swiper-slide .movies-desc {
    text-align: center;
}

.movies-loop-swiper .swiper-slide .movies-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    transform-origin: 0 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: none;
    background-image: -owg-linear-gradient(rgba(0,0,0,0) 40%, rgba(10,10,10,0.5));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0) 40%, rgba(10,10,10,0.5));
    background-image: -moz-linear-gradient(rgba(0,0,0,0) 40%, rgba(10,10,10,0.5));
    background-image: -o-linear-gradient(rgba(0,0,0,0) 40%, rgba(10,10,10,0.5));
    background-image: linear-gradient(rgba(0,0,0,0) 40%, rgba(10,10,10,0.5));
}

.movies-loop-swiper .swiper-slide .movies-thumb .movies-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all .3s;
}

.movies-loop-swiper .swiper-slide:hover .movies-thumb .movies-overlay {
    opacity: 0.3;
}

.movies-loop-swiper.swiper-container {
    padding-bottom: 35px;
}

.movies-loop-swiper.swiper-container .swiper-pagination {
    bottom: 0;
}

.movies-loop-swiper .floating-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    z-index: 4;
}

.movies-loop-swiper.swiper-container .swiper-pagination-bullet {
    opacity: 1;
}

.movies-loop-swiper.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.movies-loop-swiper.swiper-container .swiper-button-next, 
.movies-loop-swiper.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}

.movies-loop-swiper.swiper-container .swiper-button-prev, 
.movies-loop-swiper.swiper-container .swiper-container-rtl .swiper-button-next {
    left: 40px;
    right: auto;
}

.movies-loop-swiper.swiper-container .swiper-button-next, 
.movies-loop-swiper.swiper-container .swiper-button-prev {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s ease;
}

.movies-loop-swiper.swiper-container:hover .swiper-button-next,
.movies-loop-swiper.swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.movies-loop-swiper.swiper-container .swiper-button-next:after, 
.movies-loop-swiper.swiper-container .swiper-button-prev:after {
    font-size: 11px;
    color: #ffffff;
}

.actors-people-list.short-code-people .people-loop {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
}

.actors-people-list.short-code-people .people-loop .people-item {
    grid-column: span 4 / span 4;
}

.actors-people-list.short-code-people .people-loop .people-item h4 {
    text-transform: capitalize;
}

.actors-people-list.short-code-people .people-item .people-img {
    height: 45vh;
}

.profile-page .row {
    padding: 0;
    margin: 0 -15px;
}

.form-page #video_file, .form-page #feat_thumb {
    display: none;
}

.form-page .form-group {
    margin-bottom: 15px;
}

.edit-profile-page .form-page .form-group:last-child {
    margin: 0!important;
    padding: 0;
    border-top: 0;
    margin-bottom: 15px!important;
}

.form-page .form-group .control-label {
    font-size: 14px;
    line-height: 1.75;
    color: #aaaaaa;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.form-page .form-group .form-control {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    background-color: #292929;
    color: #ffffff;
    height: auto;
    line-height: 1.3;
}

.form-page .form-group select.form-control {
    appearance: auto;
    padding: 13px;
}

.column-2 {
    width: 50%;
}

.column-1 {
    width: 100%;
    flex: unset!important;
}

.column-3 {
    width: 33.33333%;
    flex: unset!important;
}

.column-2of3 {
    width: 66.66667%;
    flex: unset!important;
}

label.add-file-wrap.clearfix {
    display: inline-block;
    margin: 0;
}

/* The Modal (background) */

.password-modal {
    opacity: 0;
    position: fixed;
    /* Stay in place */
    z-index: -1;
    /* Sit on top */
    padding-top: 25vh;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    transition: all .3s;
    visibility: hidden;
}

.profile-page .modal-outer {
    padding: 0 30px;
}

.password-modal p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.password-modal.show {
    opacity: 1;
    z-index: 99;
    /* Sit on top */
    transition: all .3s;
    visibility: visible;
}


/* Modal Content */

.password-modal-content {
    background-color: #121315;
    margin: auto;
    padding: 30px;
    max-width: 500px;
}

.edit-profile-page .form-page .password-modal-content .form-group  {
    padding: 0!important;
}

.profile-page .title-modal {
    border-bottom: 2px solid #34393d;
    padding: 0 0px 20px;
    margin-bottom: 20px;
}


/* The Close Button */

.profile-page .close_modal {
    float: right;
    font-weight: bold;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profile-page .close_modal:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 7px;
    width: 3px;
    height: 17px;
    background: #ffffff;
    transform: rotate(-45deg);
    border-radius: 5px;
}

.profile-page .close_modal:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 7px;
    width: 3px;
    height: 17px;
    background: #ffffff;
    border-radius: 5px;
    transform: rotate(45deg);
}

.form-page .form-group span.mandatory {
    color: #ec5050;
}

.profile-author span {
    max-width: 650px;
    display: block;
}

.nav-pictures {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 25px;
}

.nav-pictures.prev-picture {
    left: 30px;
}

.nav-pictures.next-picture {
    right: 30px;
    left: auto;
}

.form-group.profile-image {
    position: relative;
    text-align: center;
}

.form-group.profile-image .name-profile-image {
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}

.avatar_img--loading {
    opacity: 0;
}

.avatar_img {
    width: 100%;
    height: auto;
    animation: inPop 250ms 150ms 1 forwards cubic-bezier(0.175, 0.885, 0.32, 1.175);
    transform: scale(0);
    opacity: 0;
}

@keyframes inPop {

    100% {
        transform: scale(1);
        opacity: 1;
    }
    
}

.form-group.profile-image input#video_file2 {
    display: none;
}

select#movies-select-rate {
    background: unset!important;
    background-color: #313131!important;
    margin-bottom: 30px;
    appearance: auto;
    color: #fff;
    outline: 0!important;
}