/* generic styles */

body * {
    transition: all 0.8s ease;
}

img {
    width: auto;
    max-width: 100%;
}

a {
    color: #1E1E1E;
}

a:hover {
    opacity: 0.8;
}

.d-flex {
    display: flex;
    gap: 10px;
}

@media(max-width: 767px) {
    .d-flex {
        flex-direction: column;
    }
}

.flex-column {
    flex-direction: column;
}

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

.d-grid {
    display: grid;
}

.cols-2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cols-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.cols-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .gap-sm {
        gap: 20px;
    }

    .gap-md {
        gap: 40px;
    }

    .gap-lg {
        gap: 80px;
    }
}

.jcsb {
    justify-content: space-between;
}

.ais {
    align-items: start;
}

.ass {
    align-self: start;
}

.aic {
    align-items: center;
}

.aie {
    align-items: end;
}

.ase {
    align-self: end;
}

.jcs {
    justify-content: start;
}

.jcc {
    justify-content: center;
}

.jsc {
    justify-self: center;
}

.jce {
    justify-content: end;
}

.flex-1 {
    flex: 1;
    width: 100%;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.txt-white,
.txt-white * {
    color: #ffffff;
}

input[type=datetime-local] {
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}

/* icons */

.ico-edit {
    background: url('/wp-content/themes/hello-elementor-child/assets/images/ico-edit.png') no-repeat;
    background-size: 14px;
    background-position: center;
}

/* end icons */

/* buttons */

.btn-style1 {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px 15px;
    text-indent: 22px;
    background-position: 16px;
}

.btn-style2,
input[type="submit"],
button[type="submit"] {
    background-color: #0C5489;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    ;
}

input[type="submit"],
button[type="submit"] {
    margin-top: 15px;
    text-indent: 0;
}

.btn-style2:hover {
    color: #ffffff !important;
}

/* end buttons */

/* font styles */

.font-style1 {
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E
}

.font-style2 {
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #8E8E8E;
}

.font-style3 {
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #1E1E1E;
}

/* end font styles */

/* boxes style */

.box-style1 {
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    padding: 30px;
}

/* end boxes style */

/* end generic styles */

/* inputs */

.inputs-style1 input {
    background: #F6F6F6;
    font-size: 14px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 1px solid #EDEDED;
    height: 40px;
    padding: 0 16px;
    color: #4D4D4D;
    border-radius: 8px;
}

/* end inputs */

/* Select2 Theme Overrides */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 2px 5px;
    min-height: 40px;
    background: #F6F6F6;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1a5489;
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1a5489;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 5px;
    border: none;
    background: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: transparent;
    color: #ffdada !important;
}

.select2-dropdown {
    border-radius: 8px;
    border: 1px solid #EDEDED;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10001;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1a5489;
}

.woocommerce-custom-account-wrapper {
    padding: 20px;
    padding-top: 120px;
    padding-left: 167px;
}

.account-top-bar,
.account-left-bar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.account-top-bar {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    height: 100px;
    width: 100%;
}

.account-left-bar {
    width: 150px;
    background: #0C5489;
    height: 100%;
    padding: 30px 10px;
}

.account-left-bar a:not(.logo-link) {
    color: #ffffff;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
}

.active-filter {
    /* Guarantees #1a5489 by starting from black base and using precise transformation */
    filter: brightness(0) invert(24%) sepia(87%) saturate(1381%) hue-rotate(188deg) brightness(91%) contrast(95%);
}

.account-left-bar a img[src*="ico-home.png"] {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-bottom: 5px;
}

.dash-home-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.logo-link {
    margin-bottom: 7px;
}

.logo-link img {
    max-width: 8rem;
    max-height: 100px;
    width: 100%;
    height: auto;
    padding-top: 0.75rem;
}

.user-cover {
    min-height: 280px;
    background: url('/wp-content/themes/hello-elementor-child/assets/images/cover-bg.png');
    background-position: center;
    background-size: cover;
    border-radius: 22px;
    padding: 15px 30px;
}

.user-cover h1,
.user-cover h2,
.user-cover h3,
.user-cover h4,
.user-cover h5,
.user-cover h6,
.user-cover p {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.profile-pic-wrap {
    position: relative;
}

.profile-pic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E5E5E5;
    background-image: url('/wp-content/themes/hello-elementor-child/assets/images/no-user-dp.png');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    border-radius: 500px;
}

.profile-pic.small {
    width: 65px;
    height: 65px;
}

.profile-pic a {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.profile-pic.topbar-pic {
    width: 56px;
    height: 56px;
}

.profile-pic-edit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    /* filter: invert(1); */
}

.hamburger {
    width: 25px;
    cursor: pointer;
    margin-left: 20px;
}

.hamburger span {
    display: block;
    height: 1px;
    margin: 7px 0;
    background: #fff;
    /* white */
    border-radius: 2px;
}

/* Cross (X) button */
.close-sidebar {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
}

.close-sidebar::before,
.close-sidebar::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}

.close-sidebar::before {
    transform: rotate(45deg);
}

.close-sidebar::after {
    transform: rotate(-45deg);
}

.account-left-bar {
    position: fixed;
    left: 0;
    transition: left 0.3s ease;
    padding-right: 0;
    padding-top: 0px;
}

.account-left-bar.open {
    left: 0;
}

.wcr-menu-indicator {
    width: 4px;
    height: 44px !important;

    margin-right: 10px !important;
}

@media (max-width: 767px) {
    .woocommerce-custom-account-wrapper {
        padding: 0;
    }

    .account-top-bar {
        position: unset;
        display: flex;
        background: #0C5489;
        flex-direction: row;
    }

    .account-left-bar {
        left: -100%;
        width: 150px;
        z-index: 1001;
    }

    .account-left-bar.open {
        left: 0;
    }

    .woocommerce-account-layout {
        padding: 20px;
    }

    .user-cover h2 {
        font-size: 32px !important;
    }

    .account-top-bar>.d-flex.aic {
        flex-direction: row;
        color: #ffffff;
    }

    .account-top-bar>.d-flex.aic img:first-child {
        filter: invert(1) grayscale(1) brightness(2);
    }

    .close-sidebar {
        display: block;
    }

    input[type="submit"],
    button[type="submit"] {
        width: 100%;
    }

    .subscription-error {
        margin: 15px 0;
        padding: 15px 0 25px;
        width: 100%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
}

/* artists listing page */

.artist-grid {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .artist-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .artist-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 40px;
    }

}

.artist-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* padding: 15px;
    padding-top: 25px; */
    border-radius: 10px;
    overflow: hidden;
    gap: 0;
}

.artist-card .profile-pic {
    width: 100%;
    height: 220px;
    border-radius: 0;
}

.artist-card .profile-pic a {
    line-height: 0;
    display: flex;
    width: 100%;
    height: 100%;
    /* border-radius: 200px; */
    /* border: 3px solid #cccccc; */
    background-size: cover !important;
    background-position: center center !important;
}

.artist-card.dark .profile-pic a {
    border: 3px solid #ffffff;
}

.artist-card .artist-name {
    margin: 0;
    padding: 15px 0;
    display: block;
    width: 100%;
    background: rgb(12, 84, 137, 0.7);
}

.artist-card .artist-name a {
    font-family: "Calibri", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-align: center !important;
    width: 100%;
    display: block;
}

.artist-card.dark .artist-name a {
    color: #ffffff !important;
}

.artist-card:hover .profile-pic a {
    scale: 1.1;
}

.artist-card:hover .artist-name {
    background: rgb(12, 84, 137, 1);
}

/* end artists listing page */

/* radiosshow listing */

.radioshow-list {}

.radioshow-list .header-row {
    height: 60px;
}

.radioshow-list .item-row {
    background: #F7941E1A;
    height: 60px;
    overflow: hidden;
}

/* end radioshow listing */

/* pagination */

.generic-pagination,
.elementor-pagination {
    text-align: center;
    margin-top: 50px;
}

.generic-pagination a,
.generic-pagination span,
.elementor-pagination a,
.elementor-pagination span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0 5px !important;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Calibri", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.elementor-pagination a,
.elementor-pagination span {
    margin: 0 3px !important;
}

.generic-pagination .current,
.elementor-pagination .current {
    background-color: #0C5489;
    color: #fff;
    border-color: #0C5489;
    font-family: "Calibri", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}

/* end pagination */

/* Latest css */


.p-btn {
    border: none;
    border-radius: 80px;
    width: 226px;
    height: 46px;
    background-color: #0C5489;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

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

.pt-10 {
    padding-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

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

.mb-5 {
    margin-bottom: 5px;
}

.user-cover-190 {
    min-height: 190px;
}

.normal-text {
    font-size: 16px;
    font-weight: 400;
}

/* shop archive css */

.shop-sidebar {
    background: #edeaeaff;
    padding: 15px;
}

.shop-sidebar h2,
.shop-sidebar h3:not(.wp-block-heading) {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Zoline", Sans-serif;
}

.shop-sidebar h3.wp-block-heading {
    font-size: 21px;
    border-top: 1px solid #cacaca;
    padding-top: 18px;
}

.wc-block-product-filter-price-slider__content input {
    padding: 0 !important;
    background: none;
    border: none !important;
}

.wc-block-product-filter-price-slider__content .wc-block-product-filter-price-slider__right.text input:last-child {
    text-align: right;
}

select {
    border: 1px solid #cacaca;
}

ul.products li.product {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100% !important;
    margin: 0 !important;
}

ul.products li.product h2,
ul.products li.product span.price {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

ul.products li.product h2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 10px !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

ul.products li.product .add_to_cart_button {
    background: #0C5489;
    color: #ffffff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

ul.products li.product img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}

.shop-page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0;
    width: 100%;
    max-width: 98%;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.woocommerce ul.products::before {
    display: none !important;
}

@media (min-width: 420px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 768px) {
    .shop-page-wrapper {
        width: 1280px;
        margin: 80px 0 0;
        padding: 0;
        gap: 30px;
    }

    .shop-sidebar {
        width: 20%;
    }

    .shop-main {
        width: 80%;
    }

    /* .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    } */
}

@media (min-width: 767px) and (max-width: 1024px) {
    .shop-sidebar {
        width: 30%;
    }

    .shop-main {
        width: 70%;
    }

    /* .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 46%;
    } */

    /* .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media (min-width: 1025px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

/* end shop archive css */

.album-card {
    background-color: #E5E5E5;
    border-radius: 5px;
    padding: 8px;
}

.album-card .thumb img {
    width: 100%;
    border-radius: 5px;
}

.album-card h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-d69c41a);
}

.album-card p {
    font-size: 12px;
    font-weight: 300;
    color: var(--e-global-color-d69c41a);
}

.album-card h3,
.album-card p {
    margin: 0;
    padding: 5px 0;
    font-family: "Vazirmatn", Sans-serif !important;
}

.login-frm input[type="text"],
.login-frm input[type="email"],
.login-frm input[type="password"] {
    height: 52px;
    background: none !important;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-bottom: 22px;
    box-shadow: 0px 4px 4px 0px #FFFFFF;
    text-align: center;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #1E1E1E !important;
}

.login-frm button[type="submit"] {
    height: 56px;
    background: #0C5489;
    border: 0;
    width: 100%;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
}

.login-frm p {
    margin-bottom: 0;
}

.login-frm .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 20px;
}

.login-frm .woocommerce-LostPassword {
    margin-top: 10px;
}


.tab-nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-wrap: wrap;
}



.table-overflow-wrapper {
    max-width: 100%;
    overflow-x: auto;
    min-height: 50vh;
}

.table-header,
.table-row {
    min-width: 700px;
}

.dash-home-icon {
    line-height: 0;
    margin-left: 120px;
    margin-right: auto;
}

.bell-icon,
.dash-home-icon img {
    height: 25px !important;
    max-width: 25px !important;
    width: auto;
}

@media(max-width: 767px) {
    .dash-home-icon {
        margin-left: 10px;
    }

    .dash-home-icon img {
        height: 25px;
    }

    .tab-nav .tab.status {
        width: 100%;
    }

    .user-cover {
        padding: 15px;
    }

    .user-cover .user-info {
        text-align: center;
    }

    .main-content-area,
    .main-content-area .left-side.box-style1 {
        width: 100% !important;
    }

    .this-week-card {
        flex-direction: row !important;
        justify-content: center;
    }

    .total-label-top {
        text-align: center;
    }

    .daily-item.d-flex,
    .daily-item .daily-time-wrapper.d-flex {
        flex-direction: row;
    }

    .chart-section,
    .chart-wrapper,
    .chart-wrapper canvas {
        width: 100% !important;
    }

    .chart-wrapper canvas {
        height: auto !important;
    }

    .channel-content-header h2 {
        font-size: 24px !important;
        text-align: center !important;
        flex: 1;
        width: 100%;
    }

    .view-all-btn {
        align-self: center !important;
    }

    .video-list .video-item.d-flex {
        flex-direction: row;
    }

    .right-sidebar {
        width: 100% !important;
        padding-left: 0 !important;
    }
}


#pro-plan {
    color: #ffffff;
}

#pro-plan::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.page-id-2806.woocommerce-order-received .elementor-element-bbc1187,
.page-id-2806.woocommerce-order-received .elementor-element-bf518dc,
.page-id-2806:not(.woocommerce-order-received) .elementor-element-3cdf996 {
    display: none !important;
}

@media(max-width: 767px) {
    .page-id-2806 .woocommerce ul.order_details {
        flex-direction: column;
        display: flex;
        padding-left: 0;
        gap: 10px;
    }

    .page-id-2806 .woocommerce ul.order_details li {
        border-right: 0;
        padding-right: 0;
    }
}

/* Keep WooCommerce billing phone visible */
.woocommerce-checkout #billing_phone {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Make intl-tel-input wrapper full width */
.woocommerce-checkout .iti {
    width: 100%;
}

.woocommerce-checkout .iti__tel-input {
    width: 100%;
}

/* Notification Styles */
.notification-wrapper {
    position: relative;
    margin: 0 15px;
}

.bell-trigger {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4d4d;
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
    min-width: 15px;
    text-align: center;
    border: 1px solid #fff;
    z-index: 2;
}

.notification-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.notification-panel {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.notification-panel.open {
    right: 0;
}

.notification-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-notifications {
    cursor: pointer;
    font-size: 24px;
    color: #999;
    line-height: 1;
}

.notification-body {
    flex: 1;
    overflow-y: auto;
}

.notification-item {
    padding: 12px 15px;
    border-bottom: 1px solid #f9f9f9;
    transition: background 0.2s;
    cursor: pointer;
}

.notification-item:hover {
    background: #fcfcfc;
}

.notification-item.unread {
    background: #f0f7ff;
}

.notification-title {
    font-weight: 600;
    font-size: 13px;
    color: #1a5489;
    margin-bottom: 3px;
}

.notification-msg {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 5px;
}

.notification-time {
    font-size: 11px;
    color: #999;
}

.notification-link {
    display: inline-block;
    font-size: 11px;
    color: #1a5489;
    text-decoration: underline;
    margin-top: 5px;
}

.notification-empty {
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

.user-info-topbar {
    margin-left: 10px;
}

.profile-link-topbar {
    display: block;
    margin-left: 15px;
}