.hp-login-form .form-group {
    display: grid;
}
form#custom-registration-form .form-group, form#forgot_password_form .form-group {
    display: grid;
    padding-bottom: 10px;
}
form#custom-registration-form .form-group .roles-section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}
form#custom-registration-form .form-group .roles-section label {
    position: relative;
    margin: 0;
    padding-left: 40px;
}
form#custom-registration-form .form-group input[type="submit"] {
    cursor: pointer;
}
/*.hp-login-form .form-group .form-bottom-actions {   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}*/
button#tvadi-seller-transferPaymentButton.hidden {
    display: none;
}
.total-amount label {
    margin: 0px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.hplr-dashboard .dashboard-container {
    display: flex;
    min-height: 100vh;
    flex-wrap: wrap;
}

.hplr-dashboard .sidebar {
    max-width: 350px;
    background-color: #1a1a1a;
    color: #fff;
    width: 100%;
}
.hplr-dashboard .sidebar h2 {
    margin-top: 0;
    font-size: 35px;
    margin-bottom: 30px;
    padding: 15px 25px;
    border-bottom: 1px solid #404040;
    font-family: var(--font-style-2);
}

.hplr-dashboard .sidebar nav ul {
    list-style: none;
    padding: 0;
}

.hplr-dashboard .sidebar nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 15px 25px;
}
.hplr-dashboard .sidebar nav ul li a:hover {
    text-decoration: underline;
}
.hplr-dashboard .main-content {
    flex: 1;
    padding: 15px 45px 45px 45px;
    background: #1a1a1a;
    border-left: 1px solid #404040;
    max-width: calc(100% - 350px);
}
.hplr-dashboard-content h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.hplr-dashboard .main-content section

.hplr-dashboard .main-content h2 {
    margin-top: 0;
    font-size: 2em;
    color: #333;
}
.hplr-dashboard .dashboard-container aside.sidebar nav ul li a.active,
.hplr-dashboard .dashboard-container aside.sidebar nav ul li a:hover {
    background: var(--color-secondary);
}
/*.hplr-dashboard .profile-card, .edit-profile {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}*/

.hplr-dashboard .profile-card h3, .edit-profile h3 {
    font-size: 37.5px;
    line-height: 47.5px;
    font-weight: 200;
    letter-spacing: -0.25px;
    margin-bottom: 12px;
    color: #fff;
}
.hplr-dashboard-content form#d-edit-profile .form-group ,.profile-card .form-group{
    display: grid;
    padding-bottom: 10px;
}
img.loader {
    width: 30px;
    height: 30px;
}

/*--------------- LOGIN REGISTER START ----------------*/
.login-register h1.entry-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}
.login-register label {
    font-size: 20px;
    line-height: 33px;
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
}
.login-register input::placeholder,
.login-register textarea::placeholder {
    color: #b4b3b3;
}
.login-register input,
.login-register textarea {
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px !important;
    padding: 8px 25px !important;
    border: 1px solid #6c6c6c !important;
    height: 60px;
    outline: 0;
    width: 100%;
}
.login-register textarea{
    height: 150px;
}
.login-register .form-group {
    margin-bottom: 30px;
}
.login-register button{
    padding: 12px 20px;
    min-width: 150px;
}
.login-register .dashboardbtns button {
    min-width: auto;
}
.rememberme{
    position: relative;
}
.rememberme input[type="checkbox"] {
    appearance: none;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
}
.rememberme input[type="checkbox"]:checked:before {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}
.rememberme input[type="checkbox"]:before {
    width: 22px;
    height: 22px;
    border: 2px solid #6c6c6c;
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
}
.rememberme input[type="checkbox"]:checked:after {
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    bottom: 0;
    border: 2px solid var(--color-white);
    width: 8px;
    height: 12px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
}
.rememberme label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0 !important;
}
.form-bottom-actions p {
    margin: 0;
    text-align: center;
}
.form-bottom-actions p a{
    color: var(--color-secondary);
}
.form-bottom-actions p a:hover{
    color: var(--color-white);
    text-decoration: underline !important;
}
.roles-section input[type="radio"], .roles-section input[type="checkbox"] {
    appearance: none;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
}
.roles-section input[type="radio"]:before, .roles-section input[type="checkbox"]:before {
    content: '';
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 2px solid #6c6c6c;
    bottom: 0;
    position: absolute;
}
.roles-section input[type="radio"]:checked:before, .roles-section input[type="checkbox"]:checked:before {
    border-color: var(--color-secondary);
}
.roles-section input[type="radio"]:checked:after, .roles-section input[type="checkbox"]:checked:after {
    position: absolute;
    content: '';
    left: 6px;
    top: 9px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: var(--color-secondary);
    bottom: 0;
}
#l-success, #o-success {
    font-size: 20px;
    font-weight: 500;
    color: #13bb13;
}
#l-error, #o-error {
    font-size: 20px;
    font-weight: 500;
    color: red;
}
.hp-login-form,
.helpful-forgot-password {
    max-width: 650px;
    margin: 0 auto;
}
.helpful-register-form{
    max-width: 900px;
     margin: 0 auto;
}
.card-data p {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #404040;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rememberme {
    flex-wrap: wrap;
    row-gap: 15px;
}
.login-register button:active{
    border-color: var(--color-secondary) !important;
    background: var(--color-secondary) !important;
}
img.loader{
    max-width: unset !important;
}
.profile-card-box {
    display: flex;
/*    align-items: center;*/
    gap: 15px;
    margin-bottom: 40px;
    padding: 0 30px;
}
#profile-cover-preview {
    padding: 10px;
    border: 1px solid rgb(153 141 141 / 20%);
}
#profile-cover-preview .das-u-profile-cover {
    width: 100%;
    height: 126px;
    object-fit: cover;
}
.profi-pic-top {
    margin-top: -80px;
}
.profile-card-box .profi-pic-top img, #profile-pic-preview .das-u-profile {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.profile-card{
    position: relative;
}
.profile-cover {
    height: 300px;
}
.profile-cover .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-card-box h3 {
    font-size: 28px !important;
}
.upload-profile-area {
    position: relative;
    margin-top: 18px;
}
.upload-profile-area .upload-profile {
    padding: 7px 18px;
    font-size: 16px;
    color: var(--color-white);
    font-weight: bold;
    border: 2px solid;
    border-radius: 100px;
    text-transform: capitalize;
    border-color: var(--color-secondary);
    background: var(--color-secondary);
    display: inline-block;
}

.select-all-checkbox{
    margin-bottom: 20px;
}
.select-all-checkbox .site-checkbox label{
    margin-bottom: 0;
    position: relative;
    margin-left: 10px;
    padding-left: 20px;
}
.select-all-checkbox .site-checkbox label input{
    display: none;
}
.like_history_select{
    padding-left: 20px;
    position: relative;
}
.like_history_select + .like_history_select{
    margin-top: 30px;
}
.like_history_select .d-checkbox{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.like_history_select .listing-item:before,
.select-all-checkbox .site-checkbox label>span:before{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.like_history_select .listing-item:after,
.select-all-checkbox .site-checkbox label>span:after{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.81632 0.133089C10.0421 0.33068 10.0626 0.674907 9.86176 0.897832L4.20761 7.1736C4.00571 7.39769 3.65904 7.41194 3.43943 7.20522L0.167566 4.12504C-0.0364783 3.93294 -0.0560104 3.61286 0.119053 3.39404C0.312223 3.15257 0.671949 3.11934 0.901844 3.32611L3.44037 5.60947C3.66098 5.80791 4.00062 5.79016 4.19938 5.56984L9.06279 0.177574C9.25956 -0.0406347 9.59519 -0.0604144 9.81632 0.133089Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    z-index: 1;
    opacity: 0;
}
.like_history_select input:checked + .listing-item:before,
.select-all-checkbox .site-checkbox label input:checked + span:before{
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.like_history_select input:checked + .listing-item:after,
.select-all-checkbox .site-checkbox label input:checked + span:after{
    opacity: 1;
}
.like_history_select input:checked + .listing-item{
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}
/*--------------------------------*/
@media (max-width:1199px){
    .login-register article{
        padding: 25px !important;
    }
    .hplr-dashboard .sidebar h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .hplr-dashboard .sidebar{
        max-width: 250px;
    }
    .hplr-dashboard .main-content{
        padding: 15px 25px 25px 25px;
        max-width: calc(100% - 250px);
    }
    .hplr-dashboard .profile-card h3, .edit-profile h3 {
        font-size: 28px;
        line-height: 39px;
    }
    .login-register input{
        padding: 15px 20px !important;
        height: 60px;
        font-size: 20px;
    }
    .login-register label{
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media (max-width:991px){
    .login-register article{
        padding: 25px !important;
        margin: 25px auto !important;
    }
    .login-register label{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .login-register input{
        height: 55px;
    }
    .hp-login-form, .helpful-forgot-password {
        max-width: 100%;
        margin: 0 auto;
    }
    .login-register button {
        padding: 7px 20px;
        min-width: 250px;
    }
    .login-register h1.entry-title{
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width:767px){
    .hplr-dashboard .sidebar{
        max-width: 100%;
    }
    .hplr-dashboard .main-content {
        border-left: 0;
        border-top: 1px solid #404040;
        max-width: 100%;
    }
    .hplr-dashboard .sidebar nav ul li a{
        font-size: 18px;
        padding: 10px 25px;
    }
    .hplr-dashboard .profile-card h3, .edit-profile h3{
        margin-bottom: 0;
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width:575px){
    .login-register .form-group {
        margin-bottom: 21px;
    }
    .login-register input{
        font-size: 18px;
        padding: 12px 25px !important;
        height: 50px;
    }
}
/*--------------- LOGIN REGISTER END ----------------*/
.profile-url-section {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
.profile-url-section span a.url {
    display: block;
}
div#dashboard-make-button-section {
    text-align: right;
}
button#submit-otp-register-btn {
    width: 100%;
}
img.das-u-profile {
    background: #1a1a1a;
}
span.role-text {
    text-transform: capitalize;
}
a.verify-account-link {
    color: #6d4eec;
    font-weight: 600;
}
button#d-delete-user-account-btn {
    background-color: #af0202;
	border-color: #fff;
}
button#d-delete-user-account-btn:hover {
    background-color: #000;
	border-color: #fff;
}
button#d-delete-user-account-btn:active {
    background-color: #af0202 !important;
	border-color: #fff !important;
}
.icon-btn img.icon-btn-img {
    width: 20px;
    height: 20px;
}
.toast-tvadi-message-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    position: fixed;
}
.toast-tvadi-message-center .toast-title {
    color: #000;
    font-size: 18px;
}
input.d-checkbox {
    width: 15px;
    height: 15px;
}
.site-checkbox label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.select-all-checkbox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    align-items: center;
}
.dashboard-page-heading {
    padding-bottom: 5px;
    border-bottom: 1px solid #404040;
}
.dashboard-page-content {
    padding-top: 35px;
}
.btn-primary.disabled, .btn-primary:disabled {
    background: #6d4eec !important;
    border-color: #6d4eec !important;
}
.table-listing-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
label.checkbox-with-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.tble-transfer-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.payment-modal{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Darker overlay for focus */
}
.payment-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #212121;
    color: #fff;
    border: 1px solid #ffffff4d;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    width: 40%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.payment-modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.platform-fields {
    display: none;
}
.payment-methods-options input[type="radio"] {
    width: 20px;
    height: 20px;
    font-weight: 800;
    padding: 0px !important;
}
.payment-methods-options label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.payment-methods-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
button#tvadi-seller-transferPaymentButton {
    background: #000 !important;
    border: 1px solid #646464;
}
.total-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 20px;
}
.dollar-image-icon {
    max-width: 30px !important;
    height: 30px !important;
}
.inner-content .project-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.profile-light-font {
    font-weight: 100 !important;
    color: #ffffffc9 !important;
}