.aj-pri-img {
    width: 50px;
    margin: 0 auto;
}
.aj-pri-img img {
    width: 100%;
    /* height: 40px; */
}
.aj-pri-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0.5rem;
}
.aj-pri-wrap {
    margin: 1rem 0;
    display: flex;
    justify-content: space-evenly;
    background-color: #283046;
    border-radius: 6px;
}
.aj-pri-item {
    position: relative;
    padding: 1rem;
    cursor: pointer;
}
.aj-pri-overlay {
    position: absolute;
    background-color: #283046;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
.aj-pri-rm-o {
    position: unset;
}

.aj-h-100 {
    /* height: 100%; */
}
.aj-no-data-wrap {
    display: inline-flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aj-no-data-img {
    width: 64px;
}
.aj-no-data-text {
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
/*  */

.aj-lev-wrap {
    background-color: #283046;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;
    display: flex;
    /* justify-content: space-around; */
    padding: 10px;
}

.aj-lev-img {
    width: 45px;
    margin: auto;
}
.aj-lev-item:first-child {
    margin-left: 0;
}

.aj-lev-item {
    /* padding: 10px; */
    width: 68px;
    height: 68px;
    line-height: 68px;
    padding: 0px;
    border: 2px solid;
    border-color: #454b59;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.aj-lev-active {
    border-color: #34d716;
    background-color: #232f4f;
}

.aj-rm-overlay {
    display: none;
}
/* .aj-lev-head-wrap {
    background-color: #283046;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} */
.aj-lwt-list .timeline-item:not(:last-of-type) {
    padding-bottom: 1rem;
}
.aj-fx-ht {
    height: 360px;
    overflow: auto;
}

.aj-fx-ht::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.aj-fx-ht::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.aj-n-tc-wrap {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}
.aj-us-export-btn-wrap {
    position: absolute;
    right: 30px;
    top: -20px;
}
.aj-col-div {
    padding: 0 15px;
    margin-bottom: 10px;
}
form.aj-expo-btn-form {
    position: absolute;
    top: -20px;
    right: 40px;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #171d30;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6257cb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.aj-lg-reg-wrap {
    margin-top: 11rem;
}
.aj-usr-pr-btn {
    width: 180px;
    padding: 7px;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    box-shadow: none;
    background-color: #161d31;
    border: none;
    font-weight: 600;
    border: 2px solid #655fde;
    transition: all 0.5s;
}

.aj-usr-pr-btn:hover {
    background-color: #000;
    border-color: #fff;
}

.aj-usr-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

.aj-pay-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aj-bal-wrap {
    font-weight: 600;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #6056c8;
    height: 100%;
}

.aj-bal-wrap:last-child {
    border-right: none;
}

.aj-bal-wrap span:first-child {
    color: #e58900;
    font-size: 0.85rem;
}

.aj-bal-wrap span:last-child {
    margin-top: 2px;
    font-size: 1.1rem;
}
.aj-r-ed-wrapper {
    height: 300px;
    overflow: auto;
}

.aj-export-u-btn {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -70px;
    right: 30px;
}

.aj-export-u-btn form {
    text-align: right;
    margin-bottom: 1rem;
}
.aj-role-wrap {
    margin-top: 10px !important;
    margin-right: 10px !important;
    width: 250px;
    margin: 0 0 0 auto;
    background-color: #43527a !important;
}

.aj-role-search {
    background-color: #425179 !important;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}
.userTypes:focus-visible{
  outline-offset: unset !important;
}
