.btn-count {
    background-color: #f0f2f5;
    border: 1px solid #dcdee0;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #ff8a00;
    cursor: default !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px 5px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    transition: background-color 0.3s ease, color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-email {
    background-color: #ff8a00;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: "Amazon Ember",sans-serif; */
    font-size: 14px;

    padding: 5px 10px 5px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.btn-email:disabled {
    border: none;
}

.btn-single-email {
    background-color: #ff8a00;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: "Amazon Ember",sans-serif; */
    font-size: 14px;

    padding: 4px 8px 4px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.btn-count:hover {
    background-color: #dee0e3;
    color: #ff8a00;
}

.btn-count:focus,
.btn-email:focus,
.btn-single-email:focus {
    background-color: #dee0e3;
    color: #ff8a00;
    font-weight: 500;
}

.btn-email:hover,
.btn-single-email:hover {
    background-color: #dee0e3;
    color: #ff8a00;
    font-weight: 500;
}

.email-list {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    margin-right: 10px;
    height: fit-content;
}

th {
    font-size: 14px;
    margin-right: 10px;
}

td {
    font-size: 14px;
    margin-right: 10px;
}

.bi-x-lg {
    cursor: pointer;
}

/* Apply styles to input with id="subject" */
#sender-name.form-control,
#subject.form-control,
#message-text.form-control {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #a8a4a4 !important;
    box-shadow: none !important;
}

/* Apply styles to focused state of input with id="subject" */
#subject.form-control:focus,
#message-text.form-control:focus {
    border: none !important;
    border-bottom: 1px solid #8a8888 !important;
    box-shadow: none !important;
    cursor: text !important;
    /* Set cursor to text */
}

#message-text {
    height: 200px !important;
}

.recipient-box {
    overflow-y: scroll;
    max-height: 110px;
}

.form-control {
    font-size: 14px;
}

.col-form-label {
    font-size: 14px;
}

/* profile picture section  */
.container {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
}

.drag-area {
    height: 250px;
    /* width: 736px; */
    object-fit: cover;
    border: 1px dashed #ff8a00;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin: 10px auto; */
    background-color: #f0f2f5;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cover-pic {
    height: 250px;
    /* width: 736px; */
    position: relative;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cover-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.drag-area .icon {
    font-size: 20px;
    color: #5c5e61;
}

.upload-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;

    border: 6px solid #c5cdd4;
}

.header {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.drag-area .support {
    font-size: 12px;
    color: gray;
    margin: 10px 0 15px 0;
}

.bi-pencil-square {
    font-size: 20px;
}

.drag-area .browse-file {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px 8px 16px;
    background-color: #ff8a00;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.drag-area.active {
    border: 2px solid #1683ff;
}

.drag-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-feat-img-thumb {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 12px;
}

.updated-feat-img {
    position: relative;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px !important;
}

.p-feat-img-upload {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ff8a00;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.close-cover {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #ff8a00;
}

.cover-pic-upload {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff8a00;
    right: 5px;
    bottom: 10px;
}

.publish-podcast-btn {
    background-color: #2271b1;
    width: 100%;
    font-size: 18px;
    color: white;
    border: #1c465a;
}

.publish-podcast-btn:hover {
    background-color: #1c5786;
    color: white;
    border: #1c465a;
}

.publish-podcast-btn:focus {
    background-color: #1c5786;
    color: white;
    border: #1c465a;
}

.publish-podcast-btn:disabled {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.publish-alert {
    padding: 10px;

    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.pod-btn {
    font-size: 14px;
    background-color: #ff8a00;
    padding: 5px 10px 5px 10px;
}

.pod-btn a {
    color: #ffffff;
}

/* create and edit post status style  */

.display-post-img {
    width: 200px;
    height: 200px;
    margin-top: 5px;
}

.btn-status {
    background-color: #ff8a00;
    width: 100%;
    font-size: 18px;
    color: white;
    border: #ca6e05;
}

.btn-status:hover {
    background-color: #b3660f;
    color: white;
    border: #ca6e05;
}

.btn-status:focus {
    background-color: #ff8a00;
    color: white;
    border: #ca6e05;
}

.btn-status:disabled {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

div#error-alert {
    max-height: 150px;
    margin: 10px 0;
    overflow-y: auto;
    /* Auto will show scrollbar only if content exceeds container height */
}

#add-email-media {
    background-color: transparent;
    border: 1px solid #1c465a;
    border-radius: 5px;
    color: #1c465a;
    padding: 3px 6px;
    margin-bottom: 5px;
}

.readonly {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.iframeContainer {
    position: relative;
    width: 100%;

}

.iframeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.relative-position {
    position: relative;
}

.absolute-position {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}


/** 
* @author Webermelon
* @dev Shahin Moyshan
* @description New Version of Podcast Style
* @date 24 May, 2025
*/
.eps_section {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
    border-collapse: separate;
    margin-bottom: 0;
    border: 1px solid #ddd;
}

.ui-datepicker-calendar td {
    border: none;
    padding: 0;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
    display: none;
    border: 1px dashed #ff8a00;
    padding: 10px;
    background: #ffffff;
    border-radius: 12px;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #ff8a00 none;
    color: white !important;
    border: 1px solid #ff8a00;
}

.ui-datepicker-header.ui-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 17px;
    background: #ff8a00;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.ui-datepicker-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-style: italic;
    font-weight: bold;
}

#ui-datepicker-div a,
#ui-datepicker-div span {
    text-decoration: none;
    color: #212529;
    cursor: pointer;
}

#ui-datepicker-div a.ui-datepicker-next,
#ui-datepicker-div a.ui-datepicker-prev {
    padding: 5px 10px;
    opacity: 0.75;
}


#ui-datepicker-div a.ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-title span,
#ui-datepicker-div a.ui-datepicker-prev span {
    color: #fff;
}

#ui-datepicker-div a.ui-datepicker-next:hover,
#ui-datepicker-div a.ui-datepicker-prev:hover {
    background: #e37b00;
    opacity: 1;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    display: inline-block;
    width: 30px;
    text-align: right;
    border: 1px solid #ddd;
    margin: 3px 2px;
    padding: 1px 6px;
    background: #fff;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
}

table.ui-datepicker-calendar th {
    padding: 5px 6px;
    background: #f8f9fa;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.eps_form_input_grouped {
    position: relative;
}

.eps_form_input_grouped_icon {
    position: absolute;
    right: 18px;
    top: 16px;
    color: #99A1AF;
    transition: all .15s ease-in;
}

.eps_form_input_grouped_icon:hover {
    color: #101828;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable {
    pointer-events: none;
}

.ui-datepicker-calendar .ui-state-disabled {
    opacity: 0.30;
}

/**
 * podcast redisgn
 */
.eps_section_card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
}

.eps_section .eps_btn {
    padding: 8px 18px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 8px;
    font-weight: 400;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.eps_section .eps_btn.eps_btn-sm {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}
.eps_section td {
    place-content: center;
}
.eps_section .drag-handle {
    cursor: move;
    place-content: center;
    text-align: center;
}
.eps_section button.eps_save_order,
.eps_section button.eps_change_reordering_btn {
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    color: #fff;
}
.eps_section .eps_reordering {
    display: none;
}
.eps_section td.eps_reordering_visible,
.eps_section th.eps_reordering_visible {
    display: table-cell;
}
.eps_section .eps_reordering_visible,
.eps_section .eps_change_reordering_btn {
    display: block;
}
.eps_save_order .ezw-btn-loader.ezw-visible {
    display: inline-block;
}
.eps_save_order {
    position: relative;
}
.eps_save_order .ezw-btn-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    width: 22px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.eps_section .eps_btn.eps_btn-xs {
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.eps_section .eps_btn.eps_btn-primary {
    background-color: #ff8a00;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-red {
    background-color: #E7000B;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-red:hover {
    background-color: #d6000a;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-red:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(231, 0, 11, 0.5);
}

.eps_section .eps_btn.eps_btn-success {
    background-color: #00A300;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-success:hover {
    background-color: #008f00;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-success:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 163, 0, 0.5);
}

.eps_section .eps_btn.eps_btn-gray {
    background-color: #262626;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-primary:hover {
    background-color: #e07b00;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-gray:hover {
    background-color: #343a40;
    color: #fff;
}

.eps_section .eps_btn.eps_btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 138, 0, 0.5);
}
.eps_section tr:has(.dragging) {
    border:2px solid #ff8a00!important;
}

.eps_section .eps_btn.eps_btn-outline-primary {
    background-color: #FFEDD4;
    color: #FF6900;
    border: none;
}

.eps_section .eps_btn.eps_btn-outline-primary:hover {
    background-color: #FFDBB2;
    color: #FF6900;
}

.eps_section .eps_btn.eps_btn-outline-primary:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 138, 0, 0.5);
}

.eps_section .eps_btn.eps_btn-outline-blue {
    background-color: #DBEAFE;
    color: #193CB8;
    border: none;
}

.eps_section .eps_btn.eps_btn-outline-blue:hover {
    background-color: #BFDBFE;
    color: #193CB8;
}

.eps_section .eps_btn.eps_btn-outline-blue:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(21, 93, 252, 0.5);
}

.eps_section .eps_btn.eps_btn-outline-red {
    background-color: #FFE2E2;
    color: #9F0712;
    border: none;
}

.eps_section .eps_btn.eps_btn-outline-red:hover {
    background-color: #FFBDBD;
    color: #9F0712;
}

.eps_section .eps_btn.eps_btn-outline-red:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(231, 0, 11, 0.5);
}

.eps_section .eps_btn.eps_btn-gray:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.eps_section .eps_btn.eps_btn-outline-gray {
    background-color: #E9ECEF;
    color: #6C757D;
    border: none;
}
.eps_section .eps_btn.eps_btn-outline-gray:hover {
    background-color: #DEE2E6;
    color: #6C757D;
}
.eps_section .eps_btn.eps_btn-outline-gray:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.eps_section .eps_podcast_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.eps_section .eps_podcast_list .eps_podcast_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 20px 35px;
    border-radius: 12px;
    box-shadow: 0 1px #B3B3B340;
}

.eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details {
    display: flex;
    align-items: center;
    gap: 40px;
}

.eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details img {
    width: 104px;
    height: 104px;
    border-radius: 24px;
    object-fit: cover;
    background-color: #dbdfe2;
}

.eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 14px;
}

.eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details .eps_podcast_item_stats>div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details .eps_podcast_item_stats h3 a {
    color: #101828;
    text-decoration: none;
    display: block;
}

.eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details .eps_podcast_item_stats>div span {
    color: #6A7282;
    font-size: 14px;
}

.eps_flex_ycenter {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details .eps_podcast_item_stats h3 {
    margin-bottom: 12px;
}

.eps_section .eps_pagination ul {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.eps_section .eps_pagination ul li a,
.eps_section .eps_pagination ul li span {
    color: #313131;
    border-color: #E9E9E9;
}

.eps_section .eps_pagination ul li.active span {
    background: #FF8800;
    border-color: #FF8800;
    color: #fff;
}

.eps_section .eps_pagination ul li a,
.eps_section .eps_pagination ul li span {
    border-radius: 6px !important;
}

.eps_section .eps_pagination ul li a:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 138, 0, 0.5);
    border: 1px solid #eba048;
}

.eps_section .eps_pagination ul li a.prev,
.eps_section .eps_pagination ul li a.next {
    display: flex;
    align-items: center;
    gap: 4px;
}

.eps_section .eps_dashboard_profile {
    overflow: hidden;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 12px 28px;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: #F8FAFC;
}

.eps_section .eps_dashboard_profile img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
}

.eps_section .eps_dashboard_header {
    background: #F8FAFC80;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;
}

.eps_section .eps_dashboard_header .eps_dashboard_header_description>div span {
    color: #6A7282;
    font-size: 14px;
}

.eps_section .eps_dashboard_header .eps_dashboard_header_buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.eps_section .eps_dashboard_header .eps_dashboard_header_description h3 {
    margin-bottom: 12px;
}

.eps_section .eps_dashboard_header .eps_dashboard_header_description h3 a {
    color: #101828;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.eps_section .eps_dashboard_header .eps_dashboard_header_description>div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.eps_section_dashboard {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.eps_section .eps_dashboard_content .eps_dashboard_tab {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.eps_section .eps_dashboard_content .eps_dashboard_tab a {
    color: #4A5565;
    display: block;
    padding: 10px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.eps_section .eps_dashboard_content .eps_dashboard_tab a.eps_dashboard_tab_active {
    border-bottom: 1px solid #99A1AF;
}

.eps_section .eps_profile_avatar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.eps_section .eps_profile_avatar img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.eps_section .eps_profile_avatar span {
    color: #314158;
    font-weight: 400;
    font-size: 12px;
}

.eps_section .eps_dashboard_content .eps_dashboard_table table {
    border: none;
    margin: 0;
}

.eps_section .eps_dashboard_content .eps_dashboard_table table thead {
    background-color: #F9FAFB;
}

.eps_section .eps_dashboard_content .eps_dashboard_table table th,
.eps_section .eps_dashboard_content .eps_dashboard_table table td {
    color: #314158;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 16px;
    border: none;
}

.eps_section .eps_dashboard_content .eps_dashboard_table table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #E2E8F0;
}

.eps_section .eps_dashboard_content .eps_dashboard_table table th {
    color: #6A7282;
    font-weight: 500;
    padding: 14px 16px;
}

.eps_section .eps_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 24px;
    background: #F0F2F5;
    color: #101828;
}

.eps_section .eps_badge.eps_badge-green {
    background: #D0FAE5;
    color: #009966;
}

.eps_section .eps_badge.eps_badge-red {
    background: #FFE2E2;
    color: #E7000B;
}

.eps_section .eps_badge.eps_badge-amber {
    background: #FFF7ED;
    color: #FF8A00;
}

button.swal2-styled {
    color: #fff;
}

.eps_section .eps_dashboard_content {
    padding: 30px 35px;
}

.eps_section .dt-length,
.dt-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 210px;
}

.eps_section .dt-length select {
    display: inline-block;
    width: 60px;
}

.eps_section .dt-search input {
    height: 35px;
    width: 150px;
}

.eps_section div#eps_subcribers_table table {
    margin-top: 15px;
}

div#eps_subcribers_table ul.pagination li.dt-paging-button:first-child,
div#eps_subcribers_table ul.pagination li.dt-paging-button:last-child {
    display: none;
}

table#eps_view_advertiser th,
table#eps_view_guest_request_details th {
    font-weight: 500;
    background: #f8fafc;
}

table#eps_view_advertiser td,
table#eps_view_guest_request_details td {
    padding: 8px 16px;
}

a.eps_back_to_dashboard {
    color: #FF8A00;
    font-weight: 400;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 5px;
}

a.eps_back_to_dashboard:hover{
    color: #ca6d02;
}

#eps_subcribers_table ul.pagination {
    margin-bottom: 0;
}

#eps_subcribers_table ul.pagination li.active a {
    background: #ff8a00;
    border-color: #ff8a00;
}

.eps_create_podcast_thumbnail {
    padding-bottom: 40px;
    margin-top: -70px;
}

.eps_dashboard_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255,255,255,0.65);
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eps_dashboard_loading i {
    font-size: 22px;
    opacity: .85;
}

.eps_dashboard_content{
    position: relative;
}

@media (max-width: 768px) {
    .eps_section .eps_podcast_list .eps_podcast_list_item {
        padding: 20px;
    }

    .eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details img {
        width: 70px;
        height: 70px;
    }

    .eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details {
        gap: 15px;
    }

    .eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_actions a span {
        display: none;
    }

    .eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details .eps_podcast_item_stats>div {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 2px;
    }

    .eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_actions {
        flex-direction: column;
        gap: 6px;
    }

    .eps_section .eps_podcast_list .eps_podcast_list_item .eps_podcast_item_details .eps_podcast_item_stats h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .eps_section .eps_dashboard_header {
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }

    .eps_section .eps_dashboard_header {
        padding: 20px;
    }

    .eps_section .eps_dashboard_content .eps_dashboard_table table {
        display: block;
        overflow-x: auto;
    }

    .eps_section .eps_dashboard_content {
        padding: 20px 10px;
    }

    #eps_subcribers_table table {
        display: block;
        overflow-x: auto;
    }
}