/* Edit Profile Page Styles */

.edit-profile-page {
    background: #0f0f0f;
    color: #fff;
    padding: 20px;
}

    .edit-profile-page .container {
        display: flex;
    }

    /* SIDEBAR */
    .edit-profile-page .sidebar {
        width: 280px;
    }

    .edit-profile-page .ep-profile-card {
        background: #151515;
        padding: 20px;
        border-radius: 12px;
    }

    .edit-profile-page .ep-avatar {
        position: relative;
        width: 120px;
        height: 120px;
        margin: auto;
    }

        .edit-profile-page .ep-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .edit-profile-page .ep-badge {
        position: absolute;
        bottom: 5px;
        right: 8px;
        background: red;
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 12px;
    }

    .edit-profile-page .ep-username {
        text-align: center;
        font-size: 20px;
        margin-top: 12px;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
    }

    .edit-profile-page .ep-verified {
        color: #4fa3ff;
    }

    .edit-profile-page .ep-stats {
        display: flex;
        justify-content: space-around;
        margin: 15px 0;
    }

    .edit-profile-page .ep-btn {
        width: 100%;
        padding: 10px;
        background: #222;
        border: 1px solid #333;
        border-radius: 6px;
        color: #fff;
        cursor: pointer;
    }

    .edit-profile-page .ep-divider {
        height: 1px;
        background: #333;
        margin: 15px 0;
    }

    .edit-profile-page .ep-status-box p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .edit-profile-page .ep-status {
        float: right;
        padding: 2px 8px;
        border-radius: 6px;
    }

    .edit-profile-page .ep-green {
        background: #10b981;
    }

    .edit-profile-page .ep-verification-box {
        margin-top: 20px;
    }

    .edit-profile-page .ep-verify-btn {
        width: 100%;
        padding: 10px;
        background: #d62424;
        border: none;
        color: #fff;
        border-radius: 6px;
    }

    /* MAIN CONTENT */
    .edit-profile-page .ep-card {
        background: #151515;
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

        .edit-profile-page .ep-card textarea {
            width: 100%;
            height: 120px;
            background: #111;
            border: 1px solid #333;
            color: #fff;
            padding: 12px;
            border-radius: 8px;
        }

    /* GRID */
    .edit-profile-page .ep-grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .edit-profile-page .ep-input-group {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .edit-profile-page .ep-full {
        grid-column: span 2;
    }

    .edit-profile-page input,
    .edit-profile-page select {
        padding: 10px 12px;
        background: #111;
        border: 1px solid #333;
        border-radius: 6px;
        color: #fff;
    }

    .edit-profile-page .ep-check-row {
        display: flex;
        gap: 20px;
    }

    .edit-profile-page .container::after {
        display: none;
    }

    .edit-profile-page .ep-left-sidebar {
        width: 25.6%;
    }

    /* CARD */
    .edit-profile-page .ep-left-card {
        background: #1a1a1a;
        padding: 22px;
        border-radius: 14px;
    }

    /* AVATAR SECTION */
    .edit-profile-page .ep-avatar-wrap {
        text-align: center;
        position: relative;
        margin-bottom: 10px;
    }

    .edit-profile-page .ep-avatar-ring {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 3px;
        background: linear-gradient(45deg, #ff1414, #00ff62);
        margin: 0 auto;
    }

        .edit-profile-page .ep-avatar-ring img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    /* Percentage Badge */
    .edit-profile-page .ep-avatar-percentage {
        position: absolute;
        bottom: 0;
        right: 90px;
        background: red;
        padding: 5px 12px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 13px;
    }

    /* USERNAME */
    .edit-profile-page .ep-username {
        text-align: center;
        margin: 10px 0;
        text-align: center;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

.justify-post {
    justify-content: space-between;
    margin-bottom: 24px;
}

    .justify-post .posts-no {
        font-size: 20px;
        font-family: Poppins;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

/* STATS */
.edit-profile-page .ep-stats-row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 25px;
    text-align: center;
}

    .edit-profile-page .ep-stats-row div span {
        display: block;
        font-size: 12px;
        opacity: 0.8;
    }

/* CHANGE PHOTO BUTTON */
.edit-profile-page .ep-change-btn {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    background: #262626;
    border: 1px solid #3a3a3a;
    color: #ccc;
    margin-bottom: 24px;
    cursor: pointer;
}

/* DETAILS PERCENTAGE BOX */
.edit-profile-page .ep-detail-box {
    background: #111;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 32px;
}

.edit-profile-page .ep-detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.edit-profile-page .ep-badge-green {
    background: #104e1f;
    color: #47ff72;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
}

/* TITLE */
.edit-profile-page .ep-ver-title {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
}

/* EMAIL VERIFIED BUTTON */
.edit-profile-page .ep-status-green {
    width: 100%;
    padding: 14px 13px;
    background: rgba(17, 156, 43, 0.16);
    border: none;
    color: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

span.ep-cross {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* VERIFY BUTTON */
.edit-profile-page .ep-status-red {
    width: 100%;
    padding: 18px 14px;
    background: #611616;
    border: none;
    color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

span.ep-dot {
    height: 24px;
}

.edit-profile-page .ep-verify-btn-small {
    background: rgba(255, 0, 0, 0.4);
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    border: solid 1px rgba(92, 98, 112, 0.4);
    padding: 6px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

/* RIGHT SECTION */
.edit-profile-page .ep-right-section {
    padding-left: 20px;
    width: 75%;
}

/* BOX WRAPPER */
.edit-profile-page .ep-box {
    background: #1a1a1a;
    padding: 24px;
    border-radius: 14px;
    margin-bottom: 20px;
    text-align: left;
}

.edit-profile-page .mb-thirttwoo {
    margin-bottom: 32px;
}

/* BOX TITLE */
.edit-profile-page .ep-box-title {
    font-size: 17px;
    margin-bottom: 18px;
}

/* LABEL */
.edit-profile-page .ep-label,
.edit-profile-page .ep-field label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #ddd;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 12px;
}

/* TEXTAREA */
.edit-profile-page textarea {
    width: 100%;
    height: 90px;
    background: #0f0f0f;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 12px;
    color: #fff;
    resize: none;
}

/* GRID LAYOUT */
.edit-profile-page .ep-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
}

.mtthirttwo {
    margin-top: 32px;
}

/* INPUT + SELECT */
.edit-profile-page input,
.edit-profile-page select {
    width: 100%;
    padding: 16px;
    background: transparent;
    border: 1px solid rgba(92, 98, 112, 1);
    border-radius: 10px;
    color: #fff;
}

.edit-profile-page select {
    appearance: none;
    color: rgba(171, 176, 186, 1);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.ep-field input::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(171, 176, 186, 1);
}

/* CHECKBOX ROW */
.edit-profile-page .ep-checkbox-row {
    display: flex;
    gap: 20px;
    margin: 15px 0;
    width: 57%;
}

.radio-button-div.flex-fifty .ep-checkbox-row {
    margin-bottom: 32px;
}

.radio-button-div.flex-fifty .radio-card {
    border-radius: 8px;
}

.edit-profile-page select::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: Gray/5;
}

/* CUSTOM CHECKBOX */
.edit-profile-page .ep-checkbox {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    background: transparent;
    border: 1px solid #333;
    border-radius: 10px;
    width: 214px;
}

    .edit-profile-page .ep-checkbox input {
        width: 16px;
        height: 16px;
    }

.edit-profile-page .title-v, .edit-profile-page .ep-box-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

.edit-profile-page .title-v-text {
    border: none;
    background: transparent;
    border-top: solid 1px rgba(69, 74, 84, 1);
    border-radius: 0;
    margin-top: 16px;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.title-v-text::placeholder {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(199, 202, 209, 1);
}

/* Custom Select Styles */
.custom-select-container {
    width: 100%;
    position: relative;
    font-family: sans-serif;
}

    .custom-select-container .arrow {
        font-size: 18px;
        opacity: 0.6;
    }

.custom-select-1 {
    background: #1b1b1d;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid rgba(92, 98, 112, 1);
    color: #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

    .custom-select-1:hover {
        border-color: rgba(127, 191, 255, 0.4);
    }

/* DROPDOWN BOX */
.dropdown {
    background: #101012;
    border-radius: 14px;
    border: 1px solid rgba(127, 191, 255, 0.2);
    margin-top: 6px;
    padding: 12px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}

/* SEARCH BOX */
.custom-select-container .search-box {
    background: #1b1b1d;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
}

    .custom-select-container .search-box input {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        color: #fff;
        font-size: 16px;
        padding: 0;
    }

.custom-select-container .search-icon {
    position: absolute;
    right: 12px;
    opacity: 0.7;
}

/* Select Box */
.htr-multiselect-1 .htr-select-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: #111;
    border: 1px solid #444;
    border-radius: 10px;
    cursor: pointer;
}

.htr-multiselect-1 .htr-selected-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Tag */
.htr-multiselect-1 .htr-tag {
    background: #7a0003;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .htr-multiselect-1 .htr-tag .htr-remove {
        cursor: pointer;
        font-weight: bold;
    }

/* Arrow */
.htr-multiselect-1 .htr-arrow {
    color: #ccc;
}

/* Dropdown List */
.htr-multiselect-1 .htr-options-list {
    position: absolute;
    width: 100%;
    background: #111;
    border: 1px solid #444;
    border-radius: 10px;
    margin-top: 5px;
    display: none;
    max-height: 180px;
    overflow-y: auto;
    z-index: 100;
}

.htr-multiselect-1 .htr-option {
    padding: 12px;
    color: #fff;
    cursor: pointer;
}

    .htr-multiselect-1 .htr-option:hover {
        background: #7a0003;
    }

.prev-next-button.edit-button-prv {
    justify-content: flex-end;
    width: 100%;
    gap: 16px;
    margin-top: 40px;
}

.edit-button-prv a {
    border: solid 1px rgba(92, 98, 112, 0.4);
}


/* RESPONSIVE */
@media(max-width: 768px) {
    .edit-profile-page .ep-grid-2 {
        grid-template-columns: 1fr;
    }

    .edit-profile-page .ep-right-section {
        padding-left: 0;
    }
}
