.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: #000;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #67a08d;
}


/* 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;
    align-items: flex-end;
}

.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;
}

.aj-nw-exp-btn {
    margin-bottom: 10px;
}

li.nav-item.open>a.nav-link.active {
    background: #171D30 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border-top-left-radius: 42px !important;
    border-bottom-left-radius: 42px !important;
    height: 70px;
    display: flex;
    align-items: center;
    /* padding-left: 25px; */
    position: relative;
}

.sidebar li.nav-item.open>a.nav-link.active {
    color: #3DE9AC !important;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
    color: #3DE9AC!important;
    background-color: rgba(0, 0, 0, .02);
}

li.nav-item.open>a.nav-link {
    position: relative;
}

li.nav-item.open>a.nav-link.active::after {
    content: '';
    position: absolute;
    right: 20px;
    background: url(/jrk_arrow.svg);
    z-index: 99;
    background-repeat: no-repeat;
    background-size: 70%;
    width: 18px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
}


/* li.nav-item.open>a.nav-link img {
    height: 20px;
    margin-right: 20px;
} */

.sidebar .nav {
    width: unset !important;
}

.app-header .navbar-toggler-icon {
    background-image: url(/jrk_menu.svg);
}

.app-header {
    height: 80px;
}

.fixed {
    margin-top: 80px !important;
}

.sidebar-pills {
    padding: 30px 10px 10px !important;
}

.sidebar.sidebar-pills .nav-link {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.sidebar.content-bg-color {
    background-color: #2A3044 !important;
}

body {
    background: #171D30 !important;
}

main.main {
    padding-top: 80px !important;
}

.app-body .sidebar.sidebar-pills {
    flex: 0 0 300px !important;
}

html:not([dir=rtl]) .sidebar {
    margin-left: -300px;
}

.sidebar .sidebar-nav {
    width: 300px !important;
}

.app-header .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url(/jrk_menu.svg) !important;
    transform: scale(0.9);
    transition: all 0.5s ease;
}

.jrk_img_bg {
    width: 60px;
    height: 60px;
    background: rgba(23, 29, 48, 0.5);
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-right: 16px;
}

.jrk_img_center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 150px);
    gap: 10px;
}

.jrk_img_center span {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.b3_dL object svg g image {
    display: none !important;
}

.jrk_chat_sec {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #67a08d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.jrk_chat_sec:hover {
    transform: scale(1.1);
    transition: all 0.7s ease;
    box-shadow: 0 0 6px #bbcec7;
}

::selection {
    background-color: #67a08d;
}

.jrk_pad {
    padding-left: 20px !important;
}

img.close__img__ksr {
    z-index: 9;
}

.tourBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    background-color: #000000;
    border-radius: 20px;
    text-transform: math-auto;
    font-size: 18px;
    box-shadow: 0 0px 5px #070606;
    cursor: pointer;
}

#tourModal {
    backdrop-filter: blur(6px);
}

#tourModal .modal-dialog {
    max-width: 1300px;
    width: 100%;
}

#tourModal .modal-content {
    border: 1px solid #2A3043;
    border-radius: 16px;
    overflow: hidden;
}

#tourModal .modal-header {
    display: block;
}

#tourModal .modal-footer {
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 4.5%;
}

#tourModal h5 {
    text-align: center;
    display: block;
    text-transform: capitalize;
    color: #ffffff !important;
    font-size: 26px;
    padding-top: 20px;
}

.close span {
    line-height: 1;
    font-weight: 300;
    font-size: 30px;
    background: #ffffff;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #000000;
}

.tourList-main {
    position: relative;
    padding-left: 4%;
}

#tourList li {
    font-size: 16px;
    list-style: none;
    counter-increment: list-counter;
    color: #ffffff !important;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    padding-bottom: 14px;
    transition: all 0.3s ease;
}

#tourList li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 1.5;
    background: transparent;
    justify-content: center;
    border: 1px solid #2A3043;
    transition: all 0.3s ease;
}

#tourList li:hover {
    color: #58a28c !important;
}

#tourList li:hover::before {
    border: 1px solid #58a28c;
}

#tourList li.active {
    color: #42BA96 !important;
    font-weight: 600;
}

#tourList li.active::before {
    background: #42BA96;
    color: #000000;
    border: 1px solid #42BA96;
}

.disclaimer {
    position: relative;
    padding-left: 13%;
    font-size: 16px;
}

.disclaimer sup {
    font-size: 100%;
    top: -0.3em;
}

.tour-canvas {
    width: 100%;
    height: auto;
}

.skip-btn {
    border-radius: 30px;
    border: 1px solid #2A3043;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    backdrop-filter: blur(7px);
    background-color: #00000021;
}

.skip-btn:hover,
.skip-btn:focus,
.skip-btn:active {
    background-color: #00000070 !important;
    border: 1px solid #2A3043;
    color: #ffffff !important;
    border-color: #2A3043 !important;
}

.tour-check {
    position: relative;
    padding-left: 30px;
}

.tour-check input {
    opacity: 0;
}

.tour-check label {
    position: relative;
    cursor: pointer;
    color: #ffffff;
}

.tour-check label:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #3b4052;
    border-radius: 2px;
    transition: all 0.2s ease;
    background-color: #000000;
}

.tour-check label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    width: 0px;
    height: 0px;
    border: solid #ffffff00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.2s ease;
}

.tour-check input:checked+label::before {
    border: 1px solid #ffffff;
}

.tour-check input:checked+label:after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 12px;
    top: 2px;
}

.tourlist-dash {
    position: relative;
    display: block;
    width: 80%;
    text-align: center;
    font-weight: 900;
    height: 30px;
}

.tourlist-dash::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    top: 20px;
}