.account-mod, .account-data{
    height:unset;
}
.account-pfp{
    height: 100px;
    width: 100px;
    background-size: cover;
    background-color: var(--background);
    padding: 35px;
    border-radius: 100px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid var(--themeColor);
}

.account-name{
    text-align: center;
    color: var(--brightText);
    font-size: 20px;
    font-weight: bold;
}

.resp-quest-head i{
    color: var(--themeColor);
    font-size: 20px;
    position: relative;
    top: 2px;
}

.account-dealer{
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px;
}

.account-role{
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}

.account-nav{
    list-style: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 0.1px dotted var(--text);
}

.account-nav li{
   margin-bottom:20px;
   cursor:pointer;
}

.an-arrow{
    position: absolute;
    right: 15px;
    margin-top: 4.5px;
    display: none !important; /* Ensure the arrow is hidden by default */
}

.account-nav li:hover .an-arrow {
    display: inline !important; /* Show the arrow on li hover */
}

.account-tag{
    text-align: center;
    margin-bottom: 10px;
    color:var(--themeColor);
}

.edit-profile-btn{
    position: absolute !important;
    right: 20px;
    font-size: 20px;
    color: var(--themeColor);
    cursor: pointer;
}

.user-btn{
    color:var(--themeColor);
}

.an-arrow{
    display: inline !important;
    position: absolute;
    right: 20px;
    margin-top: 3px;
}

table tr, table th {
    border-bottom: 0.1px dotted rgba(130, 141, 159, 0.1);
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(130, 141, 159, 0.1);
}

.hover-row:hover{
    background: var(--hoverBackground);
}

table td {
    height: 50px;
    padding: 25px 10px !important;
    font-weight: 500;
    cursor: pointer;
    transition: .5s;
}

table th span {
    font-size: 0.9em;
    font-weight: 300;
    text-align: left;
    margin-left: 0;
}

.pass-cont{
    max-width: 600px;
    margin: auto;
}

.save-password-btn, .save-alerts-btn, .manage-btn{
    background: var(--btnColor);
    color: var(--brightText);
    font-weight: 500;
    height: 55px;
    width: 200px;
}

.account-mod-title{
    margin-top: 38px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.alerts-section{
    margin-left: 50px;
}

.alert-sub-title{
    color: var(--brightText);
}

.subscription-title{
    color: var(--brightText);
    opacity: .6;
    font-size: 13px;
}

.current-cont{
    margin-bottom: 25px;
}

.manage-btn{
    height: 45px;
}

.current-plan{
    font-size: 24px;
    color: var(--brightText);
    position: relative;
    top: 16px;
}

.plan-img{
    height: 50px;
    border-radius: 4px;
    margin-right: 8px;
}

.new-user-btn{
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 10px;
    color: var(--brightText);
}

.input-sub-title{
    font-size: 12px;
    opacity: .6;
    margin-bottom: 13px;
}

/* Hide the default file input */
input[type="file"] {
    display: none;
}

/* Custom button styling */
.upload-btn {
    display: inline-block;
    cursor: pointer;
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.image-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-preview{
    height: 50px;
    width: 50px;
    background-size: cover;
    position: absolute;
    margin-top: -85px;
    border-radius: 5px;
}

.tag-error{
    font-size: 12px;
    margin-bottom: 20px;
    color: #f74245;
    font-style: italic;
}

.login-user{
    font-size: 20px;
    color: var(--brightText);
}

.warn-btn{
    background: none;
    border-color: var(--warnColor);
}

.table-pfp{
    position: absolute;
    background-image: url(../img/user-images/prime-profile-gallery-img-1.jpg);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    margin-top: -11px;
}

.table-name{
    margin-left: 52px;
    color: var(--brightText);
    font-weight: 600;
}

.delete-team-btn{
    width: 100%;
    height: 50px;
    border: none;
}

.save-success{
    margin-left: 20px;
    color: #22cd85;
}