/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

main.site-main.page.type-page.status-publish.hentry.pmpro-has-access {

    margin-top: 100px;

    margin-bottom: 100px;

}



.e-con-inner {

    max-width: 1320px;   

    width: 100%;

    margin: 0 auto;      

    padding: 0 15px;

    box-sizing: border-box;

}



.admin-account-section {

    position: relative;

    width: 100%;

    height: 350px;

    overflow: hidden;

}



.admin-bg {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



.admin-content {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, 0.5); /* optional dark overlay */

}



.admin-content h1 { color: #ffffff; font-size: 40px; line-height: 1.2em; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin: 0; font-family: "Oswald", sans-serif; background: rgb(0 0 0 / 60%); padding: 18px 34px; border-radius: 10px;}



.ht-account-wrapper{
    display:flex;
    gap:80px;
    max-width:1320px;
    margin:80px auto 80px auto;
    width: 100%;
    padding: 0 15px;
}

.ht-account-sidebar{
    width: 320px;
    background: #f5f5f5;
    border-radius: 14px;
    padding: 32px 20px;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: fit-content;
}

.ht-user-box h2 {
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2em;
}



.ht-user-box{ margin-bottom:20px; display: flex; align-items: center; gap: 16px; }



.ht-user-box img{
    border-radius:50%;
    margin-bottom:10px;
}

.ht-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.ht-menu li {
    padding:12px 14px;
    margin-bottom:8px;
    cursor:pointer;
    border-radius:8px;
    background: transparent;
    color: #000;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
}
.ht-menu a li span{ color: #FB2940;}

.ht-menu li.active  {
    background: #fff !important;
    color: #000 !important;
}

li.logout-text { color: #FB2940; }
.ht-menu li { display: flex; align-items: center; gap: 10px; justify-content: space-between; }
.ht-menu li .black-arrow-active-icon { display: none; }
.ht-menu li.active .black-arrow-active-icon { margin-left: 10px; display: block; }

.subscription-card.level-6 {
    display: none;
}

.ht-account-content{
    flex:1;
    border-radius:14px;
    padding: 0px;
    color:#fff;
}



.ht-box{
    background:#1a1a1a;
    padding:20px;
    border-radius:12px;
    margin-bottom:20px;
}



.ht-profile-image-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
}

.ht-profile-image {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background-size: cover;

    background-position: center;

    position: relative;

    cursor: pointer;

    border: 1px solid #e5e5e5;

}

.ht-profile-image .ht-edit-icon { position: absolute; bottom: 0; right: 0; background: #c59d1e; color: #000; width: 22px; height: 22px; border-radius: 50%; text-align: center; line-height: 22px; font-size: 14px; cursor: pointer; border: 1px solid #fff; }


/* My Profile */

.ht-account-content#ht-account-content h2 { letter-spacing: 0.6px; margin-top: 0; font-family: "Oswald", sans-serif; font-weight: bold; font-size: 28px; text-transform: uppercase; color: #fff;}
.ht-account-content#ht-account-content .my-account-wrapper {  padding: 25px 0 0; }
.ht-account-content#ht-account-content .my-account-wrapper .account-header h3 { margin: 20px 0 0; font-family: "Oswald", Sans-serif; line-height: 1.2em; font-weight: normal;}
.ht-account-content#ht-account-content .my-account-wrapper input {background: #fff; opacity: 1; border-radius: 0px; color: #000; font-family: 'poppins', sans-serif; font-weight: 500; font-size: 12px; padding: 12px 10px;  border: 1px solid rgba(0, 0, 0, 20%);}
.ht-account-content#ht-account-content .my-account-wrapper select {background: #fff; border-radius: 0px; color: #000; font-family: 'poppins', sans-serif; font-weight: 500; font-size: 12px; padding: 12px 10px;  border: 1px solid rgba(0, 0, 0, 20%);}
.ht-account-content#ht-account-content .my-account-wrapper textarea {background: #fff; border-radius: 0px; color: #000; font-family: 'poppins', sans-serif; font-weight: 500; font-size: 12px; padding: 12px 10px;  border: 1px solid rgba(0, 0, 0, 20%);}
.ht-account-content#ht-account-content .my-account-wrapper .address-grid .address-card { background: none; padding: 0;}
.ht-account-content#ht-account-content .my-account-wrapper .address-grid .address-card h4 {  color: #000; font-family: "Oswald", Sans-serif; }
.account-card form input::placeholder { color: #000; }

/* Admin Dashboard Css */
.admin-dashboard-main-wrap { display: flex; flex-direction: column; }
.user-info-admin { display: flex; gap: 26px; }
.user-info-admin h3 { margin-top: 0px !important; margin-bottom: 20px !important; }

.admin-account-profile-content .account-card { background: #f5f5f5; }

/* Customer Profile Page Css */
.customer-profile-form-wrap .form-title-wrap h3 {
    margin-top: 0px !important;
}

.customer-profile-form-wrap .form-title-wrap { width: 100%; }

.customer-profile-form-wrap .form-title-wrap h3 { margin-bottom: 20px !important; }

.customer-profile-form-wrap {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 14px;
    margin-top: 20px;
}

.customer-profile-form-wrap .my-account-wrapper {
    padding: 0px !important;
}

.customer-profile-form-wrap .account-card {
    padding: 0px;
}

.customer-profile-form-wrap .profile-image-upload input[type="file"] {
    width: 100%;
    margin-top: 5px;
    color: #fff;
}

.customer-profile-form-wrap .profile-image-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.customer-profile-form-wrap .profile-image {
    width: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    aspect-ratio: 1 / 1;  
    height: fit-content;
}

.customer-profile-form-wrap .profile-image input[type="file"] {
    display: none;
}

.customer-profile-form-wrap .profile-image .edit-icon { position: absolute; bottom: -15px; right: 0px; left: 0; margin: auto; background: #fff; color: #000; width: 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px; font-size: 16px; cursor: pointer; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0px 0px 2px #ddd; }

.customer-profile-form-wrap .account-header img {
    border-radius: 0;
    object-position: inherit;
    object-fit: inherit;
    display: inherit;
}

.customer-profile-form-wrap .account-header {
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
}

.customer-profile-form-wrap .account-header h3 {
    color: #000000;
}

.customer-profile-form-wrap input, .customer-profile-form-wrap select, .customer-profile-form-wrap textarea { background: #fff !important; border: 1px solid rgb(0 0 0 / 20%) !important; border-radius: 0px !important; font-size: 16px !important; font-weight: 500 !important; line-height: 1.2em !important; color: rgb(0 0 0 / 80%) !important; font-family: 'poppins', sans-serif !important; padding: 15px 20px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.customer-profile-form-wrap input::placeholder, .customer-profile-form-wrap select::placeholder, .customer-profile-form-wrap textarea::placeholder { font-size: 16px !important; font-weight: 500 !important; line-height: 1.2em !important; color: rgb(0 0 0 / 80%) !important; font-family: 'poppins', sans-serif !important; }

.customer-profile-form-wrap .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.customer-profile-form-wrap .user-email {
    color: #383838;
    font-size: 14px;
}

.customer-profile-form-wrap .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}
/*
.customer-profile-form-wrap input, .customer-profile-form-wrap select, .customer-profile-form-wrap textarea {
    background: #1c1c1c;
    border: 1px solid #2a2a2a;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    width: 100%;
} */

.customer-profile-form-wrap input:read-only {
    opacity: .6;
}

.customer-profile-form-wrap .save-btn { width: 100%; background: linear-gradient(145deg, #D4AF37 0%, #B8860B 100%); color: #000000; font-weight: 700; font-size: 16px; line-height: 1.2em; border-radius: 8px; font-family: 'poppins', sans-serif; border: 1px solid #B8860B; white-space: normal; word-break: break-word; padding: 12px 15px; text-transform: uppercase; margin-top: 36px; }

.customer-profile-form-wrap .save-btn:hover {
    border: 1px solid #B8860B; color: #fff;
}
.customer-profile-form-wrap .success-msg {
    background: rgba(197,157,30,.15);
    border-left: 4px solid #c59d1e;
    padding: 10px;
    margin-bottom: 15px;
}

.customer-profile-form-wrap .address-grid {
    margin-top: 30px;
}

.customer-profile-form-wrap .address-grid h4 { font-family: 'oswald', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.customer-profile-form-wrap .address-grid .address-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.customer-profile-form-wrap .address-grid .address-block h6{
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.2em;
}

.customer-profile-form-wrap .address-card {
    background: none !important;
    padding: 15px 23px !important;
    border: 1px solid #dddd !important;
    border-radius: 20px !important;
}

.customer-profile-form-wrap .address-card textarea {
    border-radius: 10px !important;
    background: none !important;
    border: 1px solid #ddd !important;
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.4em;
    font-weight: 400;
    padding-right: 25px !important;
}

.customer-profile-form-wrap .address-card .address-box { position: relative;}
.customer-profile-form-wrap .address-card .address-box button.edit-text { position: absolute; right:8px; top:12px; border:none; padding:0;}
.customer-profile-form-wrap .address-card .address-box button.edit-text:hover, 
.customer-profile-form-wrap .address-card .address-box button.edit-text:focus {border:none; outline:none; background: none;}

.customer-profile-form-wrap .address-card h4 {
    margin-bottom: 10px;
}

.customer-profile-form-wrap .full-width-div {
    grid-column: span 2;
}

.customer-profile-form-wrap .select-div-wrap {
    position: relative;
}
.customer-profile-form-wrap .select-div-wrap select { position: relative; z-index: 1; padding-right: 40px !important; }

.customer-profile-form-wrap .select-div-wrap::after { content: ''; position: absolute; right: 15px; top: 55%; transform: translateY(-55%); width: 12px; height: 12px; background: url('/wp-content/plugins/ht-core-plugin/assets/images/black-down-icon.png')  no-repeat center; background-size: contain; pointer-events: none; z-index: 2; }

.plslog {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 60px 0;
}
.plslog h2{font-family: "Oswald", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 31px;
    color: #fff;
    margin-bottom: 40px;
}
.plslog a {
    background: linear-gradient(160deg, rgba(212, 175, 55, 1) 3%, rgba(184, 134, 11, 1) 100%);
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 60px;
    text-transform: uppercase;
}
.plslog a:hover, .plslog a:focus-visible {
    color: #ffffff;
}

/* Media Query */
@media screen and (max-width: 1200px) {
   .customer-profile-form-wrap .account-header h3 { font-size: 22px !important; }
   .customer-profile-form-wrap .address-grid h4 { font-size: 24px !important; }
   .customer-profile-form-wrap .address-grid .address-block h6 { font-size: 16px !important; }
  .ht-account-content { padding: 0px; }
  .ht-account-wrapper { gap: 30px !important; display: grid !important; grid-template-columns: 4fr 6fr !important; }
  .expert-submit-picks .ht-cards ul li { width: 100%; margin: 0px; }
  .expert-submit-picks .ht-cards ul { display: grid; grid-template-columns: repeat(2, 1fr); }
  .expert-submit-picks li.total-picks { grid-column: span 2; }
  .ht-account-content#ht-account-content h2, .ht-user-box h2 { font-size: 24px; }
  .ht-account-content#ht-account-content .my-account-wrapper .account-header h3 { font-size: 24px; }
  .ht-account-content#ht-account-content .my-account-wrapper .address-grid .address-card h4 { font-size: 20px; }
  .ht-account-sidebar { width: 100% !important; }
  .account-card { padding: 30px 20px; }
  .admin-content h1 { font-size: 35px; }
  .customer-profile-form-wrap .ht-account-content { width: 100% !important; } 
}
@media (max-width: 880px) {
    .hide-mobile-wrap { display: none; }
    .my-account-sidebar { display: none; }
    .ht-account-wrapper { grid-template-columns: 1fr !important; gap: 50px !important; }
}

@media (max-width: 767px) {
    .expert-dashboard-off-canvas-wrap .ht-profile-image-wrapper { display: none; }
    .ht-header-right { width: 100%; display: flex; justify-content: end; }
    .ht-header-left { display: flex; gap: 15px; text-align: left; align-items: flex-start; flex-direction: column; width: 100%; }
    .ht-account-content#ht-account-content h2 { margin-bottom: 0px; }
    .admin-account-section { height: 220px; }
    .admin-content h1 { font-size: 25px; }
    .expert-submit-picks .ht-header { display: flex; gap: 30px; margin-bottom: 40px; flex-direction: column;}
    .expert-submit-picks .ht-header .ht-header-left { width: 100%; align-items: center;}
    .expert-submit-picks .ht-header .ht-header-right { width: 100%; justify-content: center;}
    .expert-submit-picks .ht-tabs .ht-search form#ht-search-form { grid-template-columns: 1fr; flex-direction: unset; }
    .ht-account-content#ht-account-content .my-account-wrapper .account-header h3 { margin-top: 0px; }
    /* Customer Profile */
    .customer-profile-form-wrap .ht-account-sidebar { width: 100% !important; }
    .customer-profile-form-wrap .account-header { flex-direction: column; }
    .customer-profile-form-wrap .form-section { padding: 0; }
    .customer-profile-form-wrap .grid-2 { display: flex; flex-direction: column; }
    .customer-profile-form-wrap .address-grid .address-block { grid-template-columns: repeat(1, 1fr); }
    .customer-profile-form-wrap .account-header h3 { font-size: 20px !important; }
}