* {
    padding: 0;
    margin: 0;
}

.aj-custom-scroll::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.aj-custom-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.user-profile .widget-content-area .user-info-list ul.contacts-block i.las {
    font-size: 20px !important;
}
.user-profile .widget-content-area .user-info-list ul.contacts-block li {
    display: flex;
}
.widget-chart-one .apexcharts-yaxis-title {
    font-size: 0.6rem;
}
.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;
}
.select2-container--bootstrap .select2-selection {
    background-color: #200e2b !important;
    border: 1px solid #7647a2;
}
.row.tnxCls{
  padding: 20px;
}
.row.tnxCls .transaction_table{
  padding: 20px;
  background-color: #0e1726;
  border-radius:6px;
}
.row.tnxCls .transaction_table .row.txnSecCls{
  margin-top: 1.5rem;
}
.row.tnxCls .transaction_table .row.txnSecCls P.exportCls{
  padding:0 20px 0 35px;
}
.row.tnxCls .custom-select{
  background-position:93% center;
}
.row.tnxCls .cb_table{
  padding: 10px;
  background-color: #0e1726;
  border-radius:6px;
}
.mainDiv{
  background-color: #0e1726;
  border-radius:6px;
  padding: 20px;
}

.mainDiv .custom-select{
  background-position:93% center;
}
.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-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;
}

.custom_scroll_sec::-webkit-scrollbar-track
{

  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: #acb0c3;
}
.custom_scroll_sec::-webkit-scrollbar
{
	width: 3px;
	background-color: #acb0c3;
}
.custom_scroll_sec::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #acb0c3;
}
.searchClsMain .dataTables_filter label{
  position:relative;
}
.dropdown.exPbtn{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin-bottom:20px;
}
div#userSelectionModal .modal-body{
    overflow-x: auto;
}
div#userSelectionModal .modal-body::-webkit-scrollbar {
    height: 5px;
    background-color: #060818;
}
div#userSelectionModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #009688;
    border-radius: 5px;
}
div#importMTSResponseModal .modal-body{
    overflow-x: auto;
}
div#importMTSResponseModal .modal-body::-webkit-scrollbar {
    height: 5px;
    background-color: #060818;
}
div#importMTSResponseModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #009688;
    border-radius: 5px;
}
table.tks_fixed_clmn_almt tfoot tr th:nth-child(1){
    padding-top: 26px;
}
table.tks_fixed_clmn_almts tfoot tr th:nth-child(1){
    padding-top: 28px;
}
.daterangepicker:after{
    display: none !important;
}
.daterangepicker:before{
    display: none !important;
}
table.permission_edit_tbl_almt_tks {
    width: 100%;
    table-layout: fixed;
}
th.edt_rl_tks_ref {
    width: 15%;
}
th.edt_rl_tks_opt {
    width: 10%;
}
th.edt_rl_tks_nme {
    width: 30%;
}
th.edt_rl_tks_des {
    width: 45%;
}
.tbl_ovfl_tks::-webkit-scrollbar {
    width: 5px;
    background-color: #060818;
}
.tbl_ovfl_tks::-webkit-scrollbar-thumb {
    background-color: #009688;
    border-radius: 5px;
    height: 50px;
}
.tks_input_search{
    border-radius: 10px !important;
}