* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Helvetica Now Display';
    width: 100%;
    height: 100%;
    background-color: #F4F4F7;
}

:root {
    --black: #000000;
    --text_color: #171717;
    --page_title_color: #1B2C5B;
    --red: #E50914;
    --white: #FFFFFF;
    --dark: #6F6F6F;
    --side_bar_title_text: #A0A0A0;
    --menu_color: #828282;
    --user_small_text: #525252;
    --table_header_text: #6E717B;
    --table_body_text: #2D3E6B;
    --table_header: #F9FAFC;
    --green: #5cb85c;
    --unactive: #bebebe;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: var(--dark);
}

.primary_red_txt {
    color: #e50914;
}

.primary_red_txt_two {
    color: #e50914;
}

.curson_pointer {
    cursor: pointer;
}

/************************************ login ***************************************/
.login_bg {
    width: 100%;
    height: 100vh;
    background-image: url("../images/login_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.update_btn {
    position: absolute;
    margin-left: 9px;
    margin-top: 1px;
    padding: 6px;
    border-radius: 8px;
    border: none;
    background-color: var(--red);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;

}

.media_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.media_title h3 {
    font-size: 18px;
    color: var(--table_body_text);
}

.login_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.login_box_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
}

.play_now_right_content .logo img {
    width: 290px;
}

.login_box {
    width: 100%;
    max-width: 1104px;
    background-color: var(--black);
    padding: 50px 89px;

}

.otp_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 14px;
}

.otp_box .otp_input {
    width: 47px;
    height: 50px;
    border-radius: 5px;
    background-color: #E8F0FE;
    box-shadow: none;
    outline: none;
    text-align: center;
    border: 0;
}

.play_now_right_content {
    width: 100%;
    max-width: 351px;
    margin-left: auto;
}

.admin_box_title {
    padding: 50px 0 32px;
}

.admin_box_title h3 {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
}

.input_box {
    background-color: #E8F0FE;
    border: 0;
    border-radius: 5px;
    height: 50px;
    padding-left: 16px;
    outline: none;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}



::placeholder {
    color: #6F6F6F;
}

.forgot_password {
    text-align: right;
    padding-top: 5px;
}

.forgot_password a {
    text-decoration: none;
    color: var(--dark);
    font-size: 16px;
}

.submit_btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: var(--red);
    color: var(--white);
    font-size: 22px;
}

.container_check_box input:checked~.checkmark {
    background-color: #737373;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border-radius: 4px;
}

.play_now_right_content .cust_login_label {
    color: #6f6f6f !important;
}

.cust_form_check {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sign_up {
    width: 100%;
    height: 47px;
    border: 0;
    border-radius: 5px;
    background-color: var(--red);
    color: var(--white);
    font-size: 22px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    padding: 6px;
}

.sign_up:hover {
    color: var(--white);
}

/************************************ end_login ***************************************/


/************************************ common_css ***************************************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

.main_wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;

}

.active_icon {
    display: none;
}

.page_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page_title h3 {
    color: var(--page_title_color);
    font-size: 32px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.dashboard_title {
    color: var(--text_color) !important;
    font-weight: 900 !important;
}

.hamburger-icon {
    width: 2.5rem;
    display: none;
}

.line {
    width: 1.7rem;
    height: 3px;
    background: var(--red);
    transition: 0.5s;
    border-radius: 2.5rem;
    margin-bottom: 0.4em;
    opacity: 1;
    transition: all 0.3s ease;
}

.line:last-child {
    margin-bottom: 0;
}

.active .line:first-child {
    transform: rotate(46deg);
    transform-origin: 2px 8px;
}

.active .line:nth-child(2) {
    opacity: 0;
}

.active .line:last-child {
    transform: rotate(-46deg);
    transform-origin: 4px -4px;
}

.common_box {
    padding: 28px 28px;
    position: relative;
    background-color: var(--white);
    border-radius: 6px;
}

.site_settings_box {
    padding: 0 0;
}

.drm_radio_btn label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cust_padding {
    padding: 12px 22px;
}

.search_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 22px;
    position: relative;
}

.form_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.search_left_section {
    background-color: var(--white);
    padding-right: 7px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
}

.search_icon {
    position: absolute;
    padding: 17px;
}

.search {
    width: 400px;
    padding: 15px 10px 15px 50px;
    border: 0;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.search::placeholder {
    color: #A4A4A4;
    font-size: 14px;
    font-weight: 500;
}

.search_dropdown_section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #E4E6EB;
}

.search_dropdown_section .form-select {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    width: 166px;
    margin: 0 0 0 18px;
}

.search_dropdown_section .form-select:focus {
    outline: none;
    box-shadow: none;
}

.search_dropdown_section select {
    color: #333;
}

.search_dropdown_section select.gray {
    color: #BCBCBC;
}

.search_dropdown_section option {
    color: var(--text_color);
}

.search_dropdown_section .grayout option:first-child {
    color: gray;
}

.search_btn_section {
    margin-left: 24px;
}

.search_btn_section .btn_search,
.search_btn_section a {
    display: inline-block;
    background-color: #E6E9F3;
    color: #1B2C5B;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    padding: 11px 25px;
    border-radius: 10px;
    border: 0;
}

.search_left_side a {
    display: inline-flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 32px;
    text-decoration: none;
    font-size: 16px;
    color: var(--text_color);
    font-weight: 700;
}

.search_left_side a span {
    padding: 0 18px 0 0;
}

table {
    border-radius: 32px;
    overflow: hidden;
}

table thead tr {
    background-color: var(--table_header);
    color: var(--table_header_text);
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #E4E6EB;
}

table thead tr th {
    padding: 18px !important;
    font-weight: 400;
}

table tbody {
    background-color: var(--white);
}

table tbody tr {
    vertical-align: middle;
}

table tbody tr td {
    padding: 20px !important;
    font-size: 16px;
    color: var(--table_body_text);
    font-weight: 500;
    border: 0;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table tbody tr td:last-child {
    overflow: inherit !important;
}

table th:first-child {
    border-radius: 32px 0 0 0;
    -moz-border-radius: 32px 0 0 0;
    -webkit-border-radius: 32px 0 0 0;
}

table th:last-child {
    border-radius: 0 32px 0 0;
    -moz-border-radius: 0 32px 0 0;
    -webkit-border-radius: 0 32px 0 0;
}


.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 24px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E8E8E8;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--green);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--green);
}

.updateBanStatus:checked+.slider {
    background-color: var(--red);
}

.updateBanStatus:focus+.slider {
    box-shadow: 0 0 1px var(--red);
}

.creator_status_controls_hide {
    display: none !important;
}

.updateSeasonBanStatus:checked+.slider {
    background-color: var(--red);
}

.updateSeasonBanStatus:focus+.slider {
    box-shadow: 0 0 1px var(--red);
}

input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.action_btn ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.accordion .admin_user_table tr td {
    padding: 0 !important;
}

.action_btn ul li {
    list-style-type: none;
    position: relative;
}

.action_btn ul li a {
    margin: 0 33px 0 0;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.page-link.active,
.active>.page-link {
    background-color: #ECEDF1;
    border: 0;
    color: var(--table_body_text);
}

.page-link {
    background-color: transparent;
    color: var(--table_body_text);
    border: 0;
    font-weight: 700;
    margin: 0 15px 0 0;
}

.page-link:hover {
    color: var(--table_body_text);
}

.pagination_btn {
    font-weight: 700;
    color: var(--table_body_text);
    text-decoration: none;
    border: 2px solid #E1E5E7;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    margin-right: 15px !important;
}

.pagination_btn:hover {
    color: var(--table_body_text);
}

.common_margin .common_box {
    margin-top: 38px;
}

.input_section {
    margin-bottom: 18px;
}

.input_section label {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.input_section_box {
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 2px solid #F6F6F6;
    color: var(--table_body_text);
}

.form-select {
    border-color: #F6F6F6;
}

.form-select:focus {
    border-color: #F6F6F6;
}

.form-control {
    padding: 6px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 2px solid #F6F6F6;
    color: var(--table_body_text);
}

.form-control:focus {
    border: 2px solid #F6F6F6;
    box-shadow: none;
}

.input-group-text {
    background-color: transparent;
    border: 2px solid #F6F6F6;
    color: #8E97AF;
}

.input_section_box:focus {
    border: 2px solid #F6F6F6;
}

.input_section_box::placeholder {
    color: var(--table_body_text);
    font-weight: 500;
}

.validation {
    color: red;
    font-weight: 700;
}

.form-select:focus {
    box-shadow: none;
    outline: none;
}

.radio_section .form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
    box-shadow: none;
}

.form-check-label {
    position: relative;
    top: 2px;
    color: var(--table_body_text) !important;
    font-weight: 500 !important;
}

.radio_section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.radio_section .form-check {
    margin: 0 30px 0 0;
}

.form_btn {
    text-align: right;
}

.cmn_btn {
    padding: 8px 25px;
    border-radius: 10px;
    border: 0;
}

.btn_cancel {
    border: 2px solid #E1E5E7;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--table_body_text);
    padding: 10px 25px;
    margin-right: 12px;
}

.btn_cancel:hover {
    color: var(--table_body_text);
}

.create {
    background-color: var(--red);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
}

.bootstrap-select {
    margin: 0 2px 0 10px !important;
}

.search_dropdown_section .dropdown-toggle {
    background-color: transparent;
    border: 0;
    /* padding: 0; */
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.search_dropdown_section .dropdown-toggle:hover {
    background-color: transparent;
}

.search_dropdown_section .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

.search_dropdown_section .bootstrap-select>.dropdown-toggle.bs-placeholder {
    background-color: transparent;
    /* padding: 0; */
}

.search_dropdown_section .dropdown-toggle::after {
    content: none;
}

.search_dropdown_section .bootstrap-select>.dropdown-toggle:after {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 166px;
    padding: 0px !important;
}

.select_countries .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    padding: 6px !important;
}

.dropdown-menu {
    max-height: 500px !important;
    overflow: auto !important;
}

.duration_search .search {
    width: auto;
    padding: 6px 8px 6px 0px;
}

.bootstrap-select .dropdown-menu li a {
    padding-left: 24px;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: #F9FAFC;
    color: var(--table_body_text);
}

.bootstrap-select .bs-ok-default:after {
    border-color: var(--red);
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.role_list .form-check {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.role_list .form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--table_body_text) !important;
    font-weight: 500 !important;
}

.role_list .form-check-input {
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #D9D9D9;
    margin-right: 12px;
}

.role_list .form-check-input:checked {
    border: 0 !important;
}

.role_list .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.vertical_line {
    border-right: 1px solid #F4F4F7;
}

.common_padding {
    padding: 28px 40px;
}

.inner_title h3 {
    font-size: 20px;
    color: var(--table_body_text);
    font-weight: 700;
    padding-bottom: 28px;
}


.swal2-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--table_body_text);
    padding: 28px 0;
}

.swal2-html-container {
    max-width: 502px;
    font-size: 18px !important;
    color: #6C7898 !important;
    margin: auto !important;
    line-height: 1.4 !important;
}

.swal2-confirm {
    border: 2px solid #E1E5E7 !important;
    color: var(--table_body_text) !important;
    font-size: 16px !important;
    background-color: transparent !important;
    padding: 7px 28px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.swal2-confirm:hover {
    background-image: none !important;
}

.swal2-cancel {
    font-size: 16px !important;
    background-color: var(--red);
    color: var(--white);
    padding: 7px 28px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.swal2-cancel:hover {
    background-image: none !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    border-radius: 24px;
}

.status_active,
.status_deactive {
    background-color: var(--green);
    padding: 7px 21px;
    border-radius: 5px;
}

.status_active label {
    color: var(--white) !important;
    padding: 0 !important;
}

.status_deactive {
    background-color: red;
}

.error h4 {
    font-size: 14px;
    margin: 10px 0;
}

.search-modal {
    position: relative;
}

.search-modal-body {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    top: 10px;
    border-radius: 5px;
    max-height: 500px;
    overflow: auto;
}

.celebs_name {
    color: #38466F;
    margin-bottom: 5px;
    font-weight: 500;
    cursor: pointer;
}

.celebs_name:hover {
    color: var(--black);
}

.search-modal-text h3 {
    font-size: 16px;
    text-align: center;
}

.modal_cust_dropdown {
    padding: 20px 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal_cust_dropdown li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-bottom: 5px;
}

.modal_cust_dropdown a {
    text-decoration: none;
    color: var(--white);
    background-color: var(--red);
    font-weight: 600;
    padding: 8px 15px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 30px;
}

.videoName {
    width: 90%;
    margin: auto;
    position: relative;
    top: 10px;
}

.image_modal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 0;
}

.single_img_modal .modal-dialog {
    max-width: 725px !important;
}

.poster_img .image_modal {
    grid-template-columns: repeat(5, 1fr);
}

.single_img_modal .image_modal {
    grid-template-columns: repeat(4, 1fr);
}

.image_modal li a {
    background-color: transparent;
    margin: 0 10px 0 0;
    padding: 0;
}

.image_modal li a img {
    width: auto;
    height: 100px;
    padding: 0;
    border-radius: 10px;
    position: relative;
    object-fit: cover;
}

.btn_search {
    display: inline-block;
    background-color: #E6E9F3;
    color: #1B2C5B;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 12px;
    border-radius: 10px;
}

.btn_search:hover {
    color: #1B2C5B;
}

.load_more_btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

/************************************ end_common_css ***************************************/


/************************************ side_bar ***************************************/
.side_bar {
    height: 100vh;
    overflow: auto;
    background-color: var(--white);
    flex-shrink: 0;
    transition: all .5s;
    z-index: 100;
}

.side_bar_logo {
    padding: 49px 60px;
}

.side_bar_logo img {
    width: 144px;
}

.side_bar_menu {
    padding: 0 60px 50px;
}

.menu_title {
    padding-bottom: 20px;
}

.menu_title h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--side_bar_title_text);
}

.menu_section ul li {
    list-style-type: none;
    margin-bottom: 30px;
}

.menu_section ul li:last-child {
    margin-bottom: 0;
}

.menu_section ul li a img {
    width: 22px;
}

.menu_section ul li a,
.monatization_menu {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--menu_color);
    font-weight: 500;
    position: relative;
}

.monatization_menu {
    cursor: pointer;
}

.menu_section ul li a .menu_name {
    padding-left: 15px;
}

.sub_menu {
    padding-left: 20px;
    margin-top: 10px;
    display: none;
}

.open_sub_menu .sub_menu {
    display: block;
}

/* .open_sub_menu .arrow_down{
    transform: rotate(-180deg);
} */
.sub_menu li {
    margin-bottom: 10px !important;
    transition: all .5s;
    list-style-type: disc !important;
}

.sub_menu li a.active {
    color: var(--red);
}

.sub_menu li a:hover {
    color: var(--red);
}

.arrow_down {
    width: 15px !important;
    position: absolute;
    left: 120%;
    top: 21%;
    opacity: 0.5;
}

.arrow_rotted {
    transform: rotate(-180deg);
}

.open_menu.active {
    color: var(--red);
    /* or your theme red */
    font-weight: bold;
}


/************************************ side_bar_end ***************************************/

/************************************ user_profile ***************************************/
.user_profile,
.user_profile_inner_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.user_profile_img {
    width: 62px;
    height: 62px;
    border-radius: 15px;
}

.user_profile_details {
    padding-left: 24px;
}

.user_profile_details h4 {
    font-size: 20px;
    color: var(--text_color);
    font-weight: 700;
}

.user_profile_details h5 {
    font-size: 14px;
    color: var(--user_small_text);
}

.profile_more_menus {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 70px;
    z-index: 10;
    background-color: var(--white);
    padding: 18px 46px 18px 18px;
    border-radius: 15px;
    transition: all 0.4s ease-in-out;
    border: 1px solid #CCCCCC;
    transform: scaleY(0);
    transform-origin: 50% 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.user_profile_inner_section:hover .profile_more_menus {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.profile_more_menus ul li {
    list-style-type: none;
    margin-bottom: 18px;
}

.profile_more_menus ul li:last-child {
    margin-bottom: 0;
}

.profile_more_menus ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #2D3E6B;
    font-weight: 600;
}

/************************************ end_user_profile ***************************************/


/************************************ index ***************************************/
.wrapper {
    padding: 62px 60px 62px 42px;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.dashboard_first_section {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.dashboard_dotted_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    flex-grow: 1;
}

.dashboard_dotted_box {
    padding: 0 28px 24px;
    border: 2px dashed #D6D6D8;
    border-radius: 32px;
}

.dashboard_dotted_img {
    margin-top: -35px;
}

.dashboard_dotted_box_name {
    padding-top: 24px;
}

.dashboard_dotted_box_name h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text_color);
}

.dashboard_dotted_box_number {
    padding-top: 29px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dashboard_dotted_box_number h2 {
    font-size: 36px;
    font-weight: 900;
    padding-right: 14px;
}

.dashboard_white_box {
    width: 320px;
    padding: 28px 28px;
    background-color: var(--white);
    border-radius: 32px;
}

.dashboard_white_box_number {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dashboard_white_box_number h3 {
    font-size: 36px;
    font-weight: 900;
    padding-right: 14px;
}

.dashboard_white_box_name h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text_color);
    margin-top: 6px;
}

.dashboard_white_img_section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dashboard_white_box_img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 44px;

}

.dashboard_white_img_section img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 1px solid var(--white);
    margin-left: -15px;
}

.dashboard_white_img_section img:first-child {
    margin-left: 0;
}

.user_count {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #F2F2F2;
    color: var(--text_color);
    border: 1px solid var(--white);
    margin-left: -15px;
    text-align: center;
    line-height: 42px;
    font-size: 12px;
    font-weight: 700;
}

.see_all_user a {
    font-size: 14px;
    font-weight: 700;
    color: #1D85FF;
}

.dashboard_second_section {
    margin-top: 58px;
}

.graph_title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.graph_title h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text_color);
}

.graph_selected {
    width: 100px;
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    color: var(--text_color);
    font-weight: 700;
}

.graph_selected:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #D9D9D9;
}

.ct-label {
    color: #BFBFBF !important;
    font-size: 14px !important;
    font-weight: 600;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: var(--red) !important;
}

.ct-series-b .ct-bar {
    stroke: #FFC1C4 !important;
}

.revenue_dropdown {
    margin-left: auto;
}

.report_dropdown {
    margin-left: 15px;
}

.first_indicators,
.second_indicators {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 20px;
}

.first_indicators .dark_point {
    width: 8px;
    height: 8px;
    background-color: #FF6B72;
    border-radius: 100%;
    margin-right: 12px;
}

.first_indicators h4,
.second_indicators h4 {
    color: #636363;
    font-size: 14px;
    font-weight: 700;
}

.second_indicators .light_point {
    width: 8px;
    height: 8px;
    background-color: #FFC1C4;
    border-radius: 100%;
    margin-right: 12px;
}

.play_report_graph_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.graph_indicators {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.graph_common_space {
    padding-bottom: 60px;
}

.logo-img:hover path {
    fill: darkblue !important;
}

/************************************ end_index ***************************************/


/************************************ admin_user ***************************************/
.view_admin_details_modal .modal-dialog {
    max-width: 412px;
}

.view_admin_details_modal .modal-dialog .modal-content {
    border-radius: 24px;
}

.user_title h3 {
    font-size: 16px;
    color: #6E717B;
    font-weight: 500;
}

.modal_user_profile_details {
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.user_img {
    position: relative;
}

.user_img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.active_status,
.unactive_status {
    width: 10px;
    height: 10px;
    background-color: var(--green);
    border-radius: 100%;
    position: absolute;
    bottom: 10%;
    right: 1%;
    outline: 5px solid var(--white);
}

.unactive_status {
    background-color: var(--unactive);
}

.user_img_details {
    padding-left: 28px;
}

.user_img_details h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--table_body_text);
    margin-bottom: 6px;
}

.user_img_details h5 {
    font-size: 14px;
    font-weight: 500;
    color: #6C7898;
}

.line_two {
    width: 100%;
    height: 2px;
    background-color: #E4E6EB;
}

.account_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 28px 0;
    width: 302px;
    margin: auto;
    border-bottom: 1px solid #E0E6ED;
}

.account_details_div {
    text-align: center;
}

.account_details_div h4 {
    font-size: 14px;
    color: var(--table_body_text);
    font-weight: 500;
    padding-bottom: 8px;
}

.account_details_div h5 {
    color: #6C7898;
    font-size: 16px;
    font-weight: 500;
}

.btn_disable,
.btn_unable {
    padding: 10px 18px;
    text-align: center;
    background: #C50909;
    display: inline-block;
    border-radius: 8px;
    color: var(--white);
    text-decoration: none;
    margin: 10px auto;
    width: 30%;
    display: flex;
    justify-content: center;
}

.btn_unable {
    background-color: var(--green) !important;
}

.modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px;
    cursor: pointer;
}

.delete_img .modal-dialog {
    max-width: 548px;
}

.delete_img .modal-dialog .modal-content {
    border-radius: 24px;
}

.delete_large_title {
    padding: 28px 0;
}

.delete_large_title h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--table_body_text);
}

.delete_main_text {
    padding-bottom: 28px;
}

.delete_main_text h4 {
    max-width: 502px;
    font-size: 18px;
    color: #6C7898;
    margin: auto;
    line-height: 1.4;
}

.delete_btn_section {
    padding-bottom: 28px;
}

.modal_cmn_btn {
    padding: 7px 28px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    margin: 0 10px 0 0;
}

.modal_cancel {
    border: 2px solid #E1E5E7;
    color: var(--table_body_text);
    font-size: 16px;
}

.modal_cancel:hover {
    color: var(--table_body_text);
}

.modal_proceed {
    background-color: var(--red);
    color: var(--white);
}

.modal_proceed:hover {
    color: var(--white);
}

/************************************ end_admin_user ***************************************/

/************************************ add_role ***************************************/
.role_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 25px;
}

/************************************ end_add_role ***************************************/

/************************************ page_list ***************************************/
.page_list_img {

    height: 40px;
    border-radius: 5px;

}

/************************************ end_page_list ***************************************/


/************************************ create_page ***************************************/
.input_file_section {
    border: 2px solid #F6F6F6;
    border-radius: 10px;
    width: 100%;
    max-width: 159px;
    cursor: pointer;
}

.input_file_inner_content {
    padding: 34px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.input_file_inner_content img {
    margin-bottom: 10px;
    max-width: 100%;
    height: 80px;
    padding: 0 15px;
    object-fit: contain;
}

.input_file_inner_content a {
    font-size: 12px;
    color: var(--table_body_text);
    font-weight: 500;
    padding-bottom: 4px;
}

.input_file_inner_content h5 {
    font-size: 12px;
    color: #8A96B0;
    font-weight: 500;
}

.create_page_bottom_btn {
    /*    padding-top: 150px;*/
    position: absolute;
    right: 1%;
    bottom: 2%;

}

/************************************ end_create_page ***************************************/

/************************************ page_details ***************************************/
.page_back_arrow {
    margin-right: 18px;
}

.page_details_section {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.page_details_img img {
    width: 407px;
    height: auto;
    border-radius: 10px;
}

.page_details_img {
    margin-bottom: 20px;
}

.page_description {
    padding-left: 38px;
    width: 100%;
}

.page_description_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.page_description_title h3 a {
    font-size: 24px;
    color: var(--table_body_text);
    font-weight: 700;
    text-decoration: none;
}

.status_switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.status_switch a {
    text-decoration: none;
    margin-right: 10px;
    background-color: #F4F4F5;
    color: var(--table_body_text);
    padding: 7px 21px;
    font-weight: 700;
    border-radius: 5px;
}

.status_switch label {
    color: #6E717B;
    font-size: 14px;
    padding-right: 12px;
    font-weight: 500;
}

.page_description p {
    padding: 0;
    margin: 0;
    margin-bottom: 15px !important;
    max-width: 850px;
    font-size: 16px;
    color: #6C7898;
    font-weight: 500;
}

.page_description h4 {
    font-size: 16px;
    color: #6C7898;
    margin-bottom: 18px;
    max-width: 850px;
}

.page_description h4:last-child {
    margin-bottom: 0;
}

.page_description .common_text,
.movie_description {
    color: #6C7898;
}

.page_description .common_text span {
    font-weight: 800;
    color: var(--table_body_text);
}

.relese_date {
    padding: 24px 0;
}

.cast_crew {
    padding-bottom: 24px;
}

.page_details_img .title {
    color: #6E717B;
    font-size: 14px;
    padding-bottom: 14px;
}

.page_details_small_img {
    display: flex;
    flex-direction: row;
}

.page_details_main_img img {
    width: 265px;
    height: 168px;
}

.page_details_thumb_img {
    padding-left: 24px;
}

.page_details_thumb_img img {
    width: 118px;
    height: 168px;
    object-fit: cover;
}


/************************************ end_page_details ***************************************/


/************************************ subscription ***************************************/
.sub_box {
    position: relative;
}

.modal_action_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.sub_box_status {
    padding: 8px 28px;
    background-color: #CCF3D0;
    color: #008C0E;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    display: inline-block;
}

.deactive {
    background-color: #EDEDED;
    color: #8B8B8B;
}

.red_btn {
    background-color: #FF0000 !important;
    color: var(--white) !important;
}

.yellow_btn {
    background-color: #FFFF00 !important;
    color: var(--black) !important;
}

.sub_line {
    width: 249px;
    height: 2px;
    background-color: #2D3E6B;
    margin: 32px auto;
}

.dark_line {
    background-color: #F9A221;
}

.dark_text {
    color: #DF8500 !important;
}

.sub_price {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: var(--table_body_text);
    padding-bottom: 14px;
}

.sub_light_text {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--table_body_text);
    font-weight: 500;
}

.sub_box_details {
    padding-top: 40px;
}

.sub_box_details ul {
    padding: 0;
}

.sub_box_details ul li {
    list-style-type: none;
    color: var(--table_body_text);
    font-weight: 500;
    font-size: 16px;
}

.dark_text li {
    color: #DF8500 !important;
}

.sub_box_details ul li img {
    margin-right: 18px;
}

.sub_action {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sub_action a {
    margin-bottom: 10px;
}

/************************************ end_subscription ***************************************/


/************************************ tab_menu ***************************************/
.tab_menu_section {
    padding: 35px 0 18px 18px;
    background-color: #F9FAFC;
    height: 100%;
    max-height: 780px;
    overflow: auto;
    border-radius: 6px
}

.tab_menu_section ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.tab_menu_section ul li {
    list-style: none;
    margin: 0 0 20px 0;
}

.tab_menu_section ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #6E717B;
    font-weight: 500;
    display: block;
}

.tab_menu_section ul li a.active {
    color: var(--red);
    font-weight: 700;
    position: relative;
}

.tab_menu_section ul li a.active::before {
    content: "";
    position: absolute;
    bottom: -160%;
    left: 0%;
    top: -50%;
    height: 100%;
    border-left: 4px solid var(--red);
    transform: translate(-450%, 50%);
}

.settings_menu {
    display: none;
}

.settings_first_section {
    display: flex;
    flex-direction: row;

}

.settings_first_section .input_section {
    width: 100%;
}

.common_tab_menu {
    display: none;
}

.header {
    background-color: var(--table_header);
    color: var(--table_header_text);
    padding: 14px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header h3 {
    font-size: 18px;

}

/************************************ end_tab_menu ***************************************/

/************************************ users ***************************************/
.users_profile {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

/************************************ end_users ***************************************/


/************************************ cast_crew ***************************************/
.birth_day {
    margin-bottom: 24px;
}

.birth_day h5 {
    font-size: 14px;
    color: #6C7898;
    font-weight: 500;
    margin-bottom: 6px;
}

.birth_day h4 {
    font-size: 16px;
    color: var(--table_body_text);
}

.cast_crew_section {
    padding: 18px 24px 0;
}

.social_icon a {
    margin: 0 25px 0 0;
}

.date_section {
    display: flex;
    flex-direction: row;
}

.date_section .input_section_box {
    margin: 0 14px 0 0;
}

.generes_details_img {
    width: 100%;
    height: 237px;
    border-radius: 15px;
}

/************************************ end_cast_crew ***************************************/


/************************************ movie_details ***************************************/
.age_label {
    background-color: #E5E7EC;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 30px;
    margin-left: 12px;
}

.cust_radio {
    display: none;
}

.movie_action div {
    background-color: #F3F3F3;
    border: 1px solid #6E717B;
    padding: 2px 10px;
    border-radius: 30px;
    color: #6E717B;
}

.movie_action div label {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.movie_action {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.movie_action div {
    margin: 0 8px 8px 0;
}

.cust_radio:checked+div {
    background: #fbeced;
    color: var(--red) !important;
    border: 1px solid #da514f;
}

.movie_form_section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.movie_form_section .input_section {
    width: 100%;
    max-width: 300px;
}

.movie_toggle_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
}

.movie_toggle_btn .switch {
    margin-left: 15px;
}

.font-14 {
    font-size: 14px !important;
}

/************************************ end_movie_details ***************************************/

/************************************ add_movies ***************************************/
.movie_action label {
    margin-bottom: 0 !important;
}

.movie_details_radio_section {
    border: 2px solid #F6F6F6;
    border-radius: 10px;
    padding: 14px;
}

.movie_tab_menu_section .nav-pills {
    background-color: #F9FAFC;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 0 18px 40px;
}

.movie_tab_menu_section .nav-pills .nav-link {
    color: #6E717B;
    padding: 0;
    margin: 0 40px 0 0;
}


.movie_tab_menu_section .nav-pills .nav-link.active {
    background-color: transparent;
    color: var(--red);
    font-weight: 700;
    position: relative;
}

.movie_tab_menu_section .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    width: 200%;
    bottom: -90%;
    left: 50%;
    border-bottom: 3px solid var(--red);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    transform: translate(-50%, 50%);
}

.movie_tab_menu_section .tab-content {
    padding: 30px 24px;
}

.add_file_section {
    border: 2px solid #F6F6F6;
    border-radius: 12px;
    padding: 52px 0;
    width: 100%;
    cursor: pointer;
    text-align: center;
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mainVideo,
.media_banner,
.media_poster,
.previewVideo {
    color: var(--black) !important;
    font-size: 14px !important;
}

.imageName {
    margin-top: 12px;
}

.add_file_section h5 {
    margin-top: 12px;
    color: #6E717B;
    font-size: 12px;
    font-weight: 500;
}

.add_movie_btn {
    margin-right: 28px;
    margin-bottom: 28px;
}

.add_movie_label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.add_movie_label label {
    margin-bottom: 0;
}

.add_movie_label h5 {
    font-size: 12px;
    font-weight: 500;
    color: #6E717B;
}

.add_movie_label h5 span {
    color: #3F6FEA;
}

.add_banner_file_section {
    padding: 33px 0;
}

.add_movie_add_btn {
    padding: 12px 28px;
    border-radius: 5px;
    background-color: #38466F;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.add_movie_add_btn:hover {
    color: var(--white);
}

.cast_crew_tab {
    display: flex;
    align-items: center;
}

.cast_crew_tab_table_box_img {
    /* width: 140px; */
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cast_crew_tab_table_box_img img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.cast_crew_tab_table_box_img span {
    color: #6E717B;
    font-size: 14px;
    font-weight: 500;
    margin-left: 28px;
}

.cast_crew_tab_position h4 {
    font-size: 14px;
    font-weight: 500;
    color: #6E717B;
}

.cast_crew_tab_table {
    margin-top: 38px;
}

.cast_crew_tab_table_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

/************************************ end_add_movies ***************************************/


/************************************ tv_shows ***************************************/
.tv_shows_table tbody tr:not(:last-child) {
    border-bottom: 1px solid #E4E6EB;
}

.add_season_text {
    display: block;
    font-size: 12px;
    background-color: #F5F8FC;
    color: var(--table_body_text);
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 3px;
    position: absolute;
    margin-left: -30px;
    opacity: 0;
}

.add_season:hover .add_season_text {
    opacity: 1;
}

.tv_shows_title {
    cursor: pointer;
    position: relative;
}

.tv_shows_title h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--table_body_text);
}

.tv_shows_title h4 {
    font-size: 14px;
    font-weight: 500;
    color: #6C7898;
}

.tv_shows_table_small_width {
    width: 100px;
}

.inner_table {
    margin-bottom: 0 !important;
    width: 780px;
    margin: auto;
}

.inner_table tbody tr td:nth-child(2) {
    padding-left: 0 !important;
}

.table_arrow_down {
    margin-left: 6px;
}

.arrow {
    position: absolute;
    top: 11px;
    margin-left: 11px;
}

.arrow::after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;


}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    left: 6px;
    top: -1px;
    transform: rotate(0deg);
}

.tv_shows_title.active .arrow::before {
    transform: rotate(-45deg);
}

.tv_shows_title.active .arrow::after {
    transform: rotate(-180deg);
    top: -8px;
}

/************************************ end_tv_shows ***************************************/


/************************************ tv_show_details ***************************************/
.tv_show_total_count {
    background-color: #2D3E6B;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 8px;
    margin-top: 22px;
}

.tv_show_cust_padding {
    padding: 24px;
}

.tv_show_middle_line {
    border-bottom: 1px solid #E4E6EB;
}

.tv_show_details_tab_menu_section {
    padding-top: 40px;
}

.season_tab_img img {
    width: 72px;
    height: 46px;
    border-radius: 5px;
}

.tv_show_details_tab_menu .nav-pills .nav-link.active {
    background-color: #F6F6F6;
}

.season_tab_text h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--table_body_text);
    padding-bottom: 4px;

}

.season_tab_text h3 a {
    font-size: 14px;
    padding-left: 9px;
}

.season_tab_text {
    margin-left: 22px;
}

.season_tab_text h4 {
    color: #697595;
    font-size: 14px;
    font-weight: 500;
}

.tv_show_details_tab_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 12px;
    transition: all .5s;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.tv_show_details_tab_box:hover {
    background-color: #F6F6F6;
}

.tv_show_details_tab_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
}

.tv_show_details_tab_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.episode_list_img img {
    width: 128px;
    height: 78px;
    border-radius: 10px;
}

.episode_list_left_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.episode_list_text {
    margin-left: 28px;
}

.episode_list_text h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--table_body_text);
    padding-bottom: 8px;
}

.episode_list_text p {
    font-size: 12px;
    color: #6C7898;
    max-width: 726px;
}

.episode_list_right_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.episode_list_right_section a {
    margin: 0 0 0 33px;
}

.episode_list_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.add_more {
    position: relative;
}

.add_more a {
    text-decoration: none;
}

.add_more span {
    display: block;
    font-size: 12px;
    background-color: #F5F8FC;
    color: var(--table_body_text);
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 3px;
    position: absolute;
    margin-left: -15px;
    white-space: nowrap;
    opacity: 0;
}

.add_more:hover span {
    opacity: 1;
}

/************************************ end_tv_show_details ***************************************/

/************************************ season_details ***************************************/
.total_episode {
    background-color: transparent;
    color: #42517A;
    padding: 0;
    margin: 0;
}

.season_details_tab_section {
    gap: 0;
}

/************************************ end_season_details ***************************************/

/************************************ episode_details ***************************************/
.episode_details_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
}

.episode_details_section_box {
    margin-bottom: 10px;
}

.episode_details_section_box_label h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--table_body_text);
    padding-bottom: 18px;
}

.episode_details_section_box_img img {
    width: 304px;
    /*    height: 193px;*/
    border-radius: 24px;
}

/************************************ end_episode_details ***************************************/


/************************************ media_content ***************************************/
.media_content_tab {
    padding: 18px 0 18px 48px;
    background-color: #F9FAFC;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom: 2px solid #E4E6EB;
}

.media_content_tab ul {
    display: flex;
}

.media_content_tab ul li {
    list-style: none;
    margin: 0 70px 0 0;
}

.media_content_tab ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #6E717B;
    font-weight: 500;
}

.media_content_tab ul li a.active {
    color: var(--red);
    font-weight: 700;
    position: relative;
}

.media_content_tab ul li a.active::after {
    content: "";
    position: absolute;
    bottom: -160%;
    left: 50%;
    width: 200%;
    height: 3px;
    background-color: var(--red);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    transform: translate(-50%, 50%);
}

.media_content_box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.video_img {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.video_img img {
    width: auto;
    height: 78px;
    border-radius: 10px;
}

.video_img h4 {
    padding-left: 24px;
    font-size: 18px;
    color: var(--table_body_text);
    font-weight: 700;
}

.file_size {
    font-size: 14px;
    color: #909AB4;
    font-weight: 500;
}

.media_content_icon ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.media_content_icon ul li {
    list-style-type: none;
    margin: 0 50px 0 0;
    position: relative;
}

.media_content_icon .ms_icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 12px;
    background-color: #F5F8FC;
    color: var(--table_body_text);
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 3px;
}

.manage_subtitle:hover .ms_icon {
    opacity: 1;
}

.upload_modal .modal-dialog {
    max-width: 656px;
}

.upload_modal .modal-dialog .modal-content {
    border-radius: 24px;
}

.upload_modal .nav-pills {
    padding: 20px 60px 0;
}

.upload_modal .nav-pills .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #6E717B;
    border-radius: 0;
    margin: 0 40px 0 0;
}

.upload_modal .nav-pills .nav-link.active {
    background-color: transparent;
    color: var(--red);
    font-weight: 700;
    border-bottom: 2px solid var(--red);
}

.tab_line {
    border: 1px solid #E4E6EB;
}

.upload_main_content {
    margin: 28px 27px;
}

.modal_input {
    padding: 12px 18px 12px 50px;
    background-color: #F4F4F7;
    border-radius: 32px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 0;
}

.modal_search {
    position: relative;
}

.modal_search img {
    position: absolute;
    padding: 14px;
}

.upload_modal .modal-content {
    height: auto;
}

.upload_icon {
    width: 42px;
    padding: 2px;
    margin-left: 6px;
    margin-right: 4px;
}

.subscriped_user_list .account_details_div {
    position: relative;
}

.subscriped_user_list .account_details_div::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 0;
    width: 2px;
    height: 100%;
    border-right: 1px solid #E0E6ED;
}

.subscriped_user_list .account_details_div:last-child::after {
    content: none;
}

/************************************ end_media_content ***************************************/



/************************************ add_new_css ***************************************/
.cust_selected .bootstrap-select {
    width: 100% !important;
    border: 2px solid #F6F6F6;
    margin-left: 0 !important;
}

.cust_selected .bootstrap-select .btn {
    background-color: transparent;
    border: 0 !important;
    padding: 0 !important;
}

.cust_selected .bootstrap-select .btn:focus {
    outline: 1px solid var(--white) !important;
    box-shadow: none !important;
}

.cust_selected .dropdown-toggle::after {
    content: none;
}

.form-selects {
    padding: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.banner_img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #F6F6F6;
    padding: 10px;
}

.not_found_text {
    text-align: center;
    padding: 100px 0;
    font-size: 20px;
}

/************************************ add_new_css ***************************************/

.dropdown-menu .inner {
    /*    display: contents;*/
    max-height: 300px !important;
    overflow: auto !important;
}

.swal2-title {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.table_flex {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.table_glow {
    flex-grow: 1;
    flex-shrink: 0;
}

.table_glow h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--text_color);
}

.signUpText {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.signUpText p {
    color: var(--white);
}

.signUpText a {
    color: var(--red);
    text-decoration: none;
    padding-left: 5px;
    font-weight: 600;
}

.status_section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.status_box {
    margin-bottom: 10px;
}

.status_section .status_box {
    margin: 0 30px 10px 0;
}

.status_box h4 {
    margin-bottom: 10px !important;
}

.profile_pic {
    width: 300px !important;
    margin-bottom: 20px;
}

.create_user_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.create_user_info h4 {
    margin: 0;
}

.create_user_info h5 {
    font-size: 18px;
    margin-left: 5px;
    margin-left: 10px;
}


.creator_main_details {
    display: flex;
    flex-direction: row;
}

.creator_img .profile_pic {
    width: 180px !important;
    height: 180px !important;
    border-radius: 100%;
}

.status_approve {
    background-color: green !important;
}

.status_suspend {
    background-color: red !important;
}

.creator_status h4 {
    padding-right: 10px;
    font-size: 14px;
}

.creator_status span {
    margin: 0 5px 0 0;
}

.creator_inner_detils .create_user_info {
    margin-bottom: 15px;
}

.creator_inner_detils .create_user_info:last-child {
    margin-bottom: 0;
}

.cust_flex {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.platform_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    align-items: flex-start;
    width: 50%;
}

.platform_box {
    text-align: center;
}

.platform_img {
    width: 50px;
    margin-bottom: 10px;
}

.platform_box h4 {
    font-weight: 700;
}

.platform_box h5 {
    color: var(--table_header_text);
    font-size: 16px;
}

.platform_details {
    margin-top: 50px;
}

.platform_details h3 {
    color: var(--text_color) !important;
    font-weight: 900 !important;
    margin-bottom: 20px;
}

.platform_table tbody tr td .platform_icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
}

.open_details {
    cursor: pointer;
}

.creator_inner_detils h5 {
    margin-left: 0 !important;
    font-size: 18px;
}

.f-large {
    font-weight: 600 !important;
    font-size: 26px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: green;
}

input:checked+.slider:before {
    transform: translateX(18px);
}

.label-text {
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600;
    color: var(--page_title_color);
}

.toggle_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.toggle_section h4 {
    padding-bottom: 5px;
}

.w-150 {
    width: 150px;
}
.cornet_btn{
    padding: 4px 20px;
    border: 0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}
.cornet_btn.accept{
    background-color: green;
    color: var(--white);
}
.cornet_btn.reject{
    background-color: red;
    color: var(--white);
}
.bg_dark{
    background-color: #f5f5f5;
}
.w-140{
    width: 140px;
}

.dropdown-toggle::after {
    display: none !important;
}
/************************************ media ***************************************/
@media (max-width: 1699.98px) {
    .media_content_icon ul li {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 1399.98px) {
    .side_bar_logo {
        padding: 40px 50px;
    }

    .side_bar_menu {
        padding: 0 50px 50px;
    }

    .wrapper {
        padding: 50px 50px 50px 30px;
    }

    .dashboard_first_section {
        margin-top: 70px;
    }

    .search_section {
        margin-top: 22px;
    }

    .search {
        width: 340px;
    }

    .search_left_side {
        margin-top: 10px;
    }

    .role_list {
        grid-template-columns: repeat(5, 1fr);
        row-gap: 20px;
    }



    .inner_table {
        margin-left: 206px;
    }

    .tv_show_details_tab_menu_section {
        padding-top: 20px;
    }

    .tv_show_details_tab_section {
        gap: 10px;
    }

    .episode_list_text {
        margin-left: 18px;
    }

    .episode_list_right_section a {
        margin: 0 0 0 24px;
    }

    .season_details_episode .episode_list_text {
        margin-left: 0;
        margin-top: 10px;
    }

    .season_details_episode .episode_list_right_section a {
        margin: 0 10px 0 0;
    }

    .form_section {
        flex-direction: column;
        align-items: flex-start;
    }

    .search_btn_section {
        margin-left: 0;
        margin-top: 12px;
    }

    .search_section {
        flex-direction: column;
        align-items: flex-start;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: auto !important;
        margin: 4px !important;
    }

    .arrow_down {
        left: 100%;
    }

    .settings_first_section .input_section {
        margin: 0 20px 0 0;
    }

    #country_box .geo_drop {
        width: 100% !important;
    }
    .cust_flex{
        flex-wrap: wrap;
    }
    .common_margin .common_box{
        width: 100% !important;
    }
}

@media (max-width: 1199.98px) {
    .login_box {
        max-width: 950px;
    }

    .side_bar_logo {
        padding: 30px 40px;
    }

    .side_bar_logo img {
        width: 130px;
    }

    .side_bar_menu {
        padding: 0 40px;
    }

    .wrapper {
        padding: 40px 40px 40px 20px;
    }

    .dashboard_dotted_img img {
        width: 50px;
    }

    .dashboard_dotted_img {
        margin-top: -28px;
    }

    .dashboard_dotted_box_number h2 {
        font-size: 32px;
    }

    .dashboard_white_box_number h3 {
        font-size: 32px;
    }

    .dashboard_second_section .common_box {
        margin-bottom: 10px;
    }


    .search_left_side {
        margin-top: 10px;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }

    .action_btn ul {
        justify-content: start;
    }

    .birth_day {
        margin: 24px 0;
    }

    .page_description {
        padding-left: 0 !important;
    }

    .role_list {
        grid-template-columns: repeat(4, 1fr);
    }

    .page_details_img img {
        width: 360px;
        height: 200px;
    }

    .page_description {
        padding-left: 20px;
    }

    .tab_menu_section {
        padding: 18px 0 18px 20px;
    }

    .tab_menu_section ul {
        white-space: nowrap;
    }


    .movie_tab_menu_section .nav-pills .nav-link {
        margin: 0 30px 0 0;
    }

    .cast_crew_tab .input_section_box {
        margin-bottom: 10px !important;
    }

    .inner_table {
        margin-left: 174px;
    }

    .episode_list_text p {
        max-width: 550px;
    }

    .add_episode_text {
        margin-left: 15px;
    }

    .episode_details_section_box_img img {
        width: 270px;
        height: 170px;
    }

    .video_img img {
        width: auto;
        height: 60px;
    }

    .media_content_icon ul li {
        margin: 0 20px 0 0;
    }

    .page-link {
        margin: 0;
    }

    .side_bar_menu {
        padding: 0 20px;
    }

    .page_details_section {
        flex-direction: column;
    }

    .tv_show_total_count {
        margin-top: 0;
    }

    .relese_date {
        padding: 0;
    }

    .movie_tab_menu_section .nav-pills {
        padding: 18px 0 18px 20px;
    }
}

@media (max-width: 991.98px) {
    .login_box {
        width: 100%;
        max-width: 650px;
    }

    .login_box_left_img img {
        width: 450px;
    }

    .play_now_right_content .logo img {
        width: 200px;
    }

    .admin_box_title {
        padding: 20px 0 25px;
    }

    .admin_box_title h3 {
        font-size: 26px;
    }



    .login_box_content {
        flex-direction: column;
        text-align: center;
    }

    .play_now_right_content {
        max-width: 400px;
        margin: auto;
    }

    .login_box_left_img {
        margin-bottom: 20px;
    }

    .side_bar_logo {
        padding: 20px 30px;
    }

    .side_bar_menu {
        padding: 0 30px;
    }

    .side_bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        white-space: nowrap;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .wrapper {
        padding: 20px 20px 20px 10px;
    }

    .page_title h3 {
        font-size: 26px;
    }

    .user_profile_img {
        width: 50px;
        height: 50px;
    }

    .user_profile_details {
        padding-left: 12px;
    }

    .user_profile_img {
        width: 40px;
        height: 40px;
    }

    .user_profile_details {
        display: none;
    }

    .hamburger-icon {
        width: 2.5rem;
        display: block;
        margin-left: 10px;
    }

    .profile_more_menus {
        margin-top: 48px;
        width: 200px;
        padding: 10px 25px 10px 18px;
    }

    .dashboard_first_section {
        margin-top: 50px;
    }

    .profile_more_menus ul li {
        margin-bottom: 12px;
    }

    .dashboard_first_section,
    .dashboard_dotted_section {
        gap: 20px;
    }

    .dashboard_second_section {
        margin-top: 25px;
    }

    .search_section {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .search {
        padding: 10px 10px 10px 50px;
    }

    .search_icon {
        padding: 12px;
    }

    .search_dropdown_section .form-select {
        width: 150px;
        margin: 0 0 0 8px;
    }

    .search_btn_section .btn_search,
    .search_btn_section a {
        padding: 8px 20px;
        font-size: 16px;
    }

    .common_margin .common_box {
        margin-top: 22px;
    }

    .common_padding {
        padding: 28px 30px;
    }

    .page_back_arrow {
        width: 40px;
    }


    .tab_menu_section {

        width: 100%;
        height: auto;
        border-radius: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transition: all .5s;
        z-index: 100;
    }

    .tab_menu_section ul {
        flex-direction: row;
        justify-content: center;
        height: auto;
        white-space: nowrap;
    }

    .tab_menu_section ul li {
        margin: 0 10px;
    }


    .site_settings_box {
        border-radius: 32px;
        margin-top: 16px;
        padding: 0 !important;
    }

    .common_tab_menu {
        display: block;
    }

    .tv_show_cust_padding {
        padding: 14px;
    }

    .season_details_episode .episode_list_text {
        margin-left: 10px;
    }

    .action_btn ul {
        justify-content: flex-start;
    }

    .tab_menu_section ul li a.active::before {

        display: none;
    }

    .tab_menu_section {
        padding: 18px 30px 18px 30px;
    }

    .search_section {
        flex-direction: row;
        align-items: center;
    }

    .form_section {
        flex-direction: row;
    }

    .search_btn_section {
        margin-top: 0;
        margin-left: 0px;
    }

    .search_left_section {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .create_page_bottom_btn {
        margin-bottom: 0;
        bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .cust_padding {
        padding: 12px 18px;
    }

    .login_box {
        max-width: 550px;
        padding: 50px 20px;
    }

    .login_box_left_img img {
        width: 400px;
    }

    .play_now_right_content .logo img {
        width: 180px;
    }

    .admin_box_title h3 {
        font-size: 22px;
    }



    .dashboard_dotted_img img {
        width: 40px;
    }

    .dashboard_dotted_img {
        margin-top: -22px;
    }

    .dashboard_dotted_box {
        padding: 0 20px 24px;
    }

    .dashboard_dotted_box_name {
        padding-top: 18px;
    }

    .dashboard_dotted_box_number {
        padding-top: 20px;
    }

    .dashboard_dotted_box_number h2 {
        font-size: 28px;
        padding-right: 6px;
    }

    .dashboard_white_box_number h3 {
        font-size: 28px;
    }

    .dashboard_white_box_img {
        margin-top: 30px;
    }

    .dashboard_second_section {
        margin-top: 20px;
    }

    .form_section {
        width: 100%;
    }

    .search_left_section {
        background-color: transparent;
        width: 100%;
        padding-right: 0;
        flex-direction: column;
    }


    .search_bar {
        width: 100%;
    }

    .search {
        width: 100%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .search_dropdown_section {
        width: 100%;
        margin-top: 10px;
        border-left: 0;
    }

    .search_dropdown_section .form-select {
        margin: 0 auto;
        width: 49%;
    }

    .search_left_side a img {
        width: 45px;
    }

    .search_btn_section {
        margin-left: 0;
        margin-top: 0px;
        width: 100%;
    }


    .search_left_side {
        width: 100%;
    }

    .search_left_side a {
        width: 100%;
        justify-content: center;
    }

    .common_margin .common_box {
        margin-top: 16px;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }

    .bootstrap-select {
        margin: 0 7px 0 0px !important;
    }

    .role_list {
        grid-template-columns: repeat(3, 1fr);
    }

    .role_list .form-check-input {
        margin-right: 8px;
    }

    .inner_title h3 {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .page_details_section {
        flex-direction: column;
    }

    .page_description {
        padding-left: 0;
        padding-top: 10px;
    }

    .page_details_img img {
        width: 300px;
    }

    .page_description_title h3 a {
        font-size: 20px;
    }

    .page_description p {
        padding: 12px 0;
    }

    .page_description h4 {
        margin-bottom: 12px;
    }

    .movie_tab_menu_section .nav-pills {
        padding: 12px 0 12px 20px;
    }

    .movie_tab_menu_section .nav-pills .nav-link {
        margin: 0 20px 0 0;
    }

    .movie_tab_menu_section .nav-pills .nav-link.active::after {
        bottom: -50%;
    }

    .inner_table {
        margin-left: 80px;
    }

    .season_tab_text {
        margin-left: 10px;
    }

    .tv_show_details_tab_section {
        gap: 0px;
    }

    .episode_list_text p {
        max-width: 400px;
    }

    .episode_list_right_section a {
        margin: 0 0 0 16px;
    }

    .add_episode_text {
        margin-left: 0px;
    }

    .episode_details_section_box_img img {
        width: 220px;
        height: 150px;
    }

    .episode_details_section_box_label h5 {
        padding-bottom: 6px;
        font-size: 16px;
    }

    .media_content_tab ul li {
        margin: 0 40px 0 0;
    }

    .tab_menu_section ul {
        justify-content: flex-start;
    }

    .tab_menu_section {
        padding: 18px 30px 18px 0px;
    }

    .table {
        white-space: nowrap;
    }

    .action_btn ul li a {
        margin: 0 18px 0 0;
    }

    .movie_tab_menu_section .nav-pills .nav-link.active::after {
        display: none;
    }
    .creator_main_details{
        flex-direction: column;
        align-items: flex-start;
    }
    .creator_main_details .user_img_details{
        padding-left: 0 !important;
    }
    .platform_section {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .login_box_content {
        flex-direction: column;
        text-align: center;
    }

    .login_box_left_img img {
        width: 250px;
    }

    .login_box {
        max-width: 400px;
        padding: 30px 20px;
    }

    .login_box_left_img {
        margin-bottom: 10px;
    }



    .input_box {
        margin-bottom: 10px;
    }

    .admin_box_title {
        padding: 10px 0 10px;
    }

    .input_box {
        height: 40px;
        font-size: 14px;
    }

    .submit_btn {
        height: 40px;
        font-size: 16px;
        margin-top: 12px;
    }

    .play_now_right_content .logo img {
        width: 150px;
    }

    .admin_box_title h3 {
        font-size: 18px;
    }

    .profile_more_menus {
        width: 180px;
    }

    .wrapper {
        padding: 10px 10px 10px 10px;
    }

    .page_title h3 {
        font-size: 24px;
    }

    .user_profile_img {
        width: 35px;
        height: 35px;
    }

    .dashboard_dotted_section {
        grid-template-columns: repeat(3, 1fr);
    }

    .dashboard_dotted_box {
        margin-bottom: 15px;
    }

    .dashboard_dotted_box:last-child {
        margin-bottom: 0;
    }

    .graph_common_space {
        padding-bottom: 20px;
    }

    table {
        white-space: nowrap;
    }

    table thead tr th,
    table tbody tr td {
        padding: 14px !important;
    }

    .pagination {
        margin-top: 10px;
    }

    .page-link {
        margin: 0 8px 0 0;
    }

    .input_section label {
        margin-bottom: 10px;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 50% !important;
    }

    .bootstrap-select {
        margin: 0 1px 0 0px !important;
    }

    .role_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .vertical_line {
        border-right: 0;
        border-bottom: 1px solid #F4F4F7;
    }

    .page_description_title h3 a {
        font-size: 18px;
    }

    .page_description p {
        padding: 8px 0;
    }

    .page_description h4 {
        margin-bottom: 8px;
    }

    .page_details_img img {
        width: 250px;
        height: 150px;
    }

    .page_description p,
    .page_description h4 {
        max-width: 100%;
    }

    .sub_main_box {
        margin-bottom: 10px;
    }

    .add_movie_btn {
        margin-bottom: 28px;
    }

    .inner_table {
        margin-left: 45px;
    }

    .episode_list_text {
        margin-left: 0;
        margin-top: 10px;
    }

    .episode_list_right_section a {
        margin: 10px 0 0 10px;
    }

    .episode_details_section_box_img img {
        width: 150px;
        height: 110px;
    }

    .episode_details_section {
        column-gap: 12px;
    }

    .media_content_tab {
        padding: 10px 0 10px 30px;
    }

    .media_content_tab ul li a.active::after {
        bottom: -111%;
    }

    .video_img img {
        width: auto;
        height: 50px;
    }

    .video_img h4 {
        padding-left: 8px;
        font-size: 15px;
    }

    .upload_modal .nav-pills {
        padding: 15px 20px 0;
    }

    .upload_modal .nav-pills .nav-link {
        margin: 0 10px 0 0;
    }

    .cust_padding {
        padding: 12px 12px;
    }

    .header h3 {
        font-size: 16px;
    }
}

@media (max-width: 425.98px) {
    .dashboard_dotted_section {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard_white_section,
    .dashboard_white_box {
        width: 100%;
    }

    .dashboard_dotted_box:nth-child(3) {
        margin-bottom: 0;
    }

    .common_box {
        padding: 18px 18px;
    }

    .graph_title h4 {
        font-size: 16px;
    }

    .ct-line-chart,
    .ct-bar-chart {
        height: 250px !important;
    }

    .report_dropdown {
        margin-left: 5px;
    }

    .graph_indicators {
        flex-direction: column;
    }

    .ct-label {
        font-size: 10px !important;
    }

    .search_left_side a span {
        font-size: 14px;
    }

    .action_btn ul li a {
        margin: 0 24px 0 0;
    }

    .page-link {
        margin: 0;
        font-size: 14px;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .pagination_btn {
        margin-right: 6px !important;
        padding: 2px 12px;
        font-size: 14px;
    }

    .input_section label {
        margin-bottom: 8px;
    }

    .form_btn {
        text-align: center;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 14px;
    }

    .search_dropdown_section {
        flex-direction: column;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
        margin-bottom: 5px !important;
        min-width: auto;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):last-child {
        margin-bottom: 0 !important;
    }

    table tbody tr td {
        padding: 12px !important;
    }

    .action_btn ul li a img {
        width: 18px;
    }

    .modal_user_profile_details {
        padding: 15px 0 20px 28px;
    }

    .user_img_details {
        padding-left: 20px;
    }

    .account_details {
        padding: 18px 0;
    }


    .delete_large_title {
        padding: 16px 0;
    }

    .delete_large_title h3 {
        font-size: 18px;
    }

    .delete_main_text h4 {
        max-width: 350px;
        font-size: 16px;
    }

    .delete_main_text {
        padding-bottom: 20px;
    }

    .delete_btn_section {
        padding-bottom: 22px;
    }

    .modal_cmn_btn {
        margin: 0 6px 0 0;
    }



    .common_padding {
        padding: 18px 25px;
    }

    .page_description p,
    .page_description h4 {
        font-size: 14px;
    }

    .page_back_arrow {
        width: 30px;
        margin-right: 9px;
    }

    .sub_line {
        margin: 20px auto;
    }

    .sub_price {
        font-size: 45px;
        padding-bottom: 5px;
    }

    .sub_box_details {
        padding-top: 20px;
    }

    .sub_box_img img {
        width: 70px;
    }

    .sub_box_details ul li img {
        margin-right: 6px;
    }

    .settings_first_section {
        flex-wrap: wrap;

    }

    .date_section {
        flex-wrap: wrap;
    }

    .date_section .input_section_box {
        margin: 0 0 10px 0;
    }

    .page_description_title {
        flex-wrap: wrap;
    }

    .page_description_title h3 a {
        margin-bottom: 10px;
    }

    .status_switch a {
        margin-right: 6px;
    }

    .add_movie_btn {
        margin-right: 0px;
    }

    .cast_crew_tab_table_box {
        margin-bottom: 14px;
    }

    .cast_crew_tab_table_box_img span {
        margin-left: 6px;
    }

    .cast_crew_tab_table_box_img img {
        width: 25px;
        height: 25px;
    }

    .inner_table {
        margin-left: 30px;
    }

    .tv_show_cust_padding {
        padding: 10px;
    }

    .tv_show_total_count {
        margin-top: 8px;
    }

    .upload_main_content {
        margin: 15px 15px;
    }

    .upload_modal .modal-content {
        height: auto;
    }

    .sign_up {
        width: 100%;
        height: 39px;
        padding: 7px;
        font-size: 16px;
    }
}

@media (max-width: 375.98px) {
    .login_box {
        max-width: 300px;
    }

    .dashboard_dotted_box {
        padding: 0 12px 24px;
    }

    .dashboard_dotted_box_name h4 {
        font-size: 16px;
    }

    .dashboard_dotted_box_number {
        padding-top: 10px;
    }

    .dashboard_dotted_box_number h2 {
        font-size: 24px;
    }

    .dashboard_white_box {
        padding: 18px 18px;
    }

    .dashboard_white_box_number h3 {
        font-size: 24px;
    }

    .dashboard_white_box_name h4 {
        font-size: 16px;
    }

    .dashboard_white_box_img {
        margin-top: 20px;
    }

    .role_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_details_img img {
        width: 100%;
    }

    .sub_box_details ul li {
        font-size: 14px;
    }

    .age_label {
        margin-left: 0;
        margin-top: 2px;
    }

    .movie_tab_menu_section .nav-pills .nav-link {
        margin: 0 10px 0 0;
    }

    .media_content_tab ul li {
        margin: 0 20px 0 0;
        white-space: nowrap;
    }

    .otp_box .otp_input {
        width: 30px;
        height: 34px;
    }
}

/************************************ end-media ***************************************/

