:root {
    --pry-color: #d4af37;
    --panel-color: #3c4043;
    --black-color: #000;
    --white-color: #fff;
    --body-color: #e1e1e1;
    --botton-color: #d4af37;
  }

body::-webkit-scrollbar {
    width: 0.8em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px var(--panel-color);
    border-radius: 5px;
    background-color: var(--panel-color);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--pry-color);
    /* outline: 1px solid slategrey; */
    border-radius: 5px;
}

.aj-logo-heading {
    width: 100%;
}
.aj_100-vh {
    height: 100vh;
}
.aj-logo {
    width: 180px;
    margin: 15px auto 0px;
}
.aj_card-header {
    font-weight: bold;
}
.nav-control {
    right: -3rem;
}
.aj_100-vh {
    height: 100vh;
}
.aj_lr-logo {
    width: 200px;
    margin: auto;
}
.header-right .notification_dropdown .nav-link .badge {
    position: absolute;
    font-size: 9px;
    border-radius: 0;
    right: -5px;
    box-shadow: 0px 0px 10px 3px rgb(30 170 231 / 20%);
    top: 0px;
    font-weight: normal;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0px;
}
.header-right .notification_dropdown .nav-link {
    position: relative;
    color: #1eaae7;
    background: #fff;
    border-radius: 100%;
    padding: 11px;
    line-height: 1;
}
.header-right .header-profile > a.nav-link .header-info span {
    font-size: 15px;
    display: block;
    font-weight: 400;
    color: var(--pry-color) !important;
}
.header-right .header-profile img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.fs-12 {
    font-size: 10px !important;
    line-height: 1.3;
}
.header {
    height: 6rem;
}
.deznav {
    width: 20rem;
}
.content-body {
    margin-left: 20rem;
    background-color: var(--body-color);
}
.content-body .container-fluid,
.content-body .container-sm,
.content-body .container-md,
.content-body .container-lg,
.content-body .container-xl {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.aj-flex-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.aj-flex-sp small {
    font-size: 0.85rem;
}
.aj-c-head-one small {
    font-size: 1.5rem;
}
a.btn.aj-print-icon {
    position: absolute;
    right: 160px;
    padding: 3px !important;
}
.aj-logo.aj-small-logo {
    width: 60px;
}
.nav-header {
    height: 6rem;
    width: 20rem;
}
.aj_player-para {
    font-size: 0.8rem;
}
.aj_nav-tabs-pal li a {
    cursor: pointer;
}
table.dataTable tbody td {
    font-size: 15px;
}
.aj_profile-coins {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* .aj_profile-coins .profile-name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.aj_profile-photo {
    width: 100px;
}
.aj_profile-details {
    justify-content: space-between;
    align-items: center;
}
.aj_color-primary {
    color: #1eaae7;
}
.aj_coin-wrap-one {
    display: flex;
    align-items: center;
    height: 100%;
}
.aj_coin-img {
    width: 40px;
    padding: 5px;
    margin-right: 10px;
}
.aj_currency-modify {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
    border-top: 1px solid #aecfe6;
}
.aj_currency-add i,
.aj_currency-sub i {
    cursor: pointer;
}
.aj_currency-add i {
    color: rgb(142, 211, 73);
    font-size: 25px;
    margin-right: 6px;
}
.aj_currency-add span {
    font-size: 13px;
    margin-top: 9px;
    font-weight: 600;
    color: #40596b;
}
.aj_currency-add {
    display: flex;
    justify-content: center;
    justify-items: center;
}
.aj_currency-sub i {
    color: rgb(190, 33, 33);
    font-size: 25px;
}
.aj_coin-price {
    min-width: 80px;
}

.aj_coin-img-silver {
    width: 38px;
}
.profile-coin-main-wrap {
    margin-right: 10px;
    /* height: 100%; */
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    border: 1px solid var(--pry-color);
    box-shadow: 0px 0px 5px 0px rgba(242, 68, 35, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(242, 68, 35, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(242, 68, 35, 0.75);
}
.deznav .metismenu > li a > i {
    font-size: 1.85rem;
    line-height: 45px;
    height: 45px;
    width: 45px;
}
.page-titles {
    margin-bottom: 0;
    /* padding-top: 0; */
    background-color: transparent;
}
.aj_btn-edit-grp button {
    border-radius: unset;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 20px 20px;
    border-bottom: 1px solid #f0f1f5;
}
.aj_coin-price h4 {
    text-align: right;
    padding-right: 3px;
}
.profile-refcode-wrap {
    height: 100%;
}
.aj_ref-wrap-bg {
    background-image: url("../images/ref-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 180px;
    height: 100%;
    position: relative;
}
.aj_ref-wrap-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -15px;
    text-align: center;
}
.aj_ref-wrap-inner span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}
.aj_ref-wrap-inner span:last-child {
    display: block;
}
.aj_time-font {
    font-size: 0.85rem;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    top: 1.5rem !important;
}
/* div.dataTables_wrapper div.dataTables_length select{
    height: 45px !important;
    width: 50px !important;
    min-width: unset !important;
} */

.aj-export-btn .dt-buttons .btn-group button {
    background-color: var(--botton-color);
    border-color: var(--botton-color);
}
.aj-export-btn .dt-buttons .btn-group button:active {
    background-color: var(--botton-color);
    border-color: var(--botton-color);
}
.aj-export-btn {
    text-align: right;
}
[data-header-position="fixed"] .content-body {
    padding-top: 6rem;
}
.aj-pr-sync-btn {
    position: absolute;
    right: 200px;
}
.aj_fs-9 {
    font-size: 0.9rem;
}
.aj_pd-card-body {
    /* border: 1px solid #7fe2fa; */
    /* border-radius: 18px; */
}
.aj_text-color-primary {
    color: var(--pry-color);
}
.aj_pd-card {
    box-shadow: 0px 12px 23px 0px rgb(187 188 195);
}
.dataTablesCard tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.dataTablesCard tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
table.dataTable tbody td {
    background-color: transparent \!important;
}
.aj_pd-o-icon-warp {
    width: 80px;
    margin-right: 18px;
}
.aj_wrap-max-height {
    /* min-height: 550px; */
    max-height: 550px;
    overflow: auto;
}
.aj_kyc-dow-btn {
    font-size: 2rem;
}
.aj_filter-rel-wrap {
    display: flex;
    position: absolute;
    left: 35ex;
    top: 0;
    align-items: center;
}
.card-header.aj_crdstat-header {
    justify-content: flex-start;
}
.aj_ad-img {
    width: 100px;
}
.aj_bt-0 td {
    border-top: none;
    border-right: none;
    border-left: none;
    /* border-color: red !important; */
}
.aj_kyc-stat-plyid th {
    border: 2px solid;
    border-color: var(--pry-color);
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.aj-export-btn
    .dt-buttons.btn-group.d-xs-block.d-sm-inline-block.d-md-inline-block.d-lg-inline-block {
    display: flex !important;
    justify-content: flex-end;
}
S.aj_pid-kyc-stat th {
    border-bottom: 1px solid #1eaae7;
}
.aj_kyc-stat-border {
    border: 2px solid var(--pry-color);
    border-radius: 10px;
}

.aj_pid-kyc-stat-2 th {
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    border-color: #1eaae7;
}
.dt-button-collection.dropdown-menu {
    top: 0 !important;
}

/* .paginate_head .dataTables_paginate {

}


.pagination .page-item .page-link{
	background:none;
	border:none;
}

.pagination .page-item .page-link:hover{
	background: none;
	border-color:none;

    color: #1eaae7;
} */
.paginate_head .dataTables_paginate .paginate_button {
    padding: 4px 8px;
    margin: 1px;
}

.paginate_head .pagination .page-item .page-link {
    padding: 0.25rem 0.8rem;
}
.pagination .page-item .page-link {
    background: none;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background: var(--pry-color) !important;
}

.aj-kycs-list-pd-btn {
    position: relative;
    top: -75px;
}

.aj_kycs-update-btn {
    color: #fff !important;
}

li.paginate_button.page-item.active {
    background-color: var(--pry-color) !important;
}

/*  */
/* .aj_games-inner-wrapper {
    display: flex;
    justify-content: space-between;
}

.aj-games-al-db-btn-wrap {
    display: flex;
    width: 200px;
    justify-content: space-around;
    align-items: center;
}

.aj_game-item-head{
	display: flex;
    justify-content: space-between;
}

.aj_game-item-content {
    display: flex;
} */
.td_row_even input {
    border: none;
    background: transparent;
}

.td_row_even input:focus {
    border: 1px solid #000;
    background: #fff;
}

.PlayFab-input {
    width: 62px;
}

.aj-tb-btn {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 2rem !important;
    height: 40px !important;
    /* margin-right: 0.4rem; */
}

.aj_mt-12 {
    margin-top: 12rem;
}
h1.aj-login-heading {
    color: #fff;
    margin-bottom: 1.5rem;
}

.aj-login-btn {
    width: 200px;
    color: #fbffff  !important;
    background-color: var(--pry-color) !important;
    height: 50px;
    padding: 0.5rem 1rem;
}

.aj_login-form .form-control {
    height: 40px !important;
}

.aj_mt-6 {
    margin-top: 6rem;
}

.aj_offer-img-wrap {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.aj-offer-tb-upload {
    height: 75px;
    width: 75px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* border:1px solid #f0c0d0; */
    /* border-radius:100px; */
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.aj-offer-tb-upload input {
    position: absolute;
    height: 75px;
    width: 75px;
    left: 0px;
    top: 0px;
    background: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}
.aj-offer-tb-upload i {
    font-size: 3rem;
    color: #ee7828;
}

.aj_offer-tb-heading td {
    padding: 10px;
}

.aj_res-table {
    overflow-x: auto;
}

.aj_pro-details-new {
    display: flex;
    align-items: center;
}
.aj_pro-details-new span {
    margin-left: 0.5rem;
}

.aj_pro-card-body {
    box-shadow: 0px 0px 5px 0px rgb(228 153 44);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(228 153 44);
    -moz-box-shadow: 0px 0px 5px 0px rgb(228 153 44);
}

.aj_off-head {
    width: 100%;
    text-align: center;
}

.aj_pro-card-body {
    padding: 1rem;
}
.aj-profile-info {
    /* padding: 0; */
}

.aj-01-img {
    width: 80px;
}

.aj-01-card {
    max-width: 350px;
    width: 350px;
    margin: 0;
}

.aj-gc-side li a {
    padding-left: 2rem !important;
}

.aj-bonus-subside li a {
    padding-left: 6rem !important;
}

.aj-side-pointer {
    cursor: pointer;
}
.aj-ot-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.aj-tb-btn input {
    width: 200px;
}
.aj-offer-tb-upload i {
    cursor: pointer;
}

.dataTablesCard tbody tr:nth-child(even) td {
    background-color: var(--body-color) !important;
}

#crudTable thead > tr > th,
table.dataTable thead > tr > th {
    text-align: center;
}
#crudTable td {
    text-align: center;
}
tfoot{
    text-align: center;
}
.aj-profile-info {
    border-radius: 5px;
    background-color: #023248;
}

i.flaticon-381-user-1.pr-2.aj_color-primary,
.flaticon-381-send-1.pr-2.aj_color-primary,
.flaticon-381-smartphone-4.pr-2.aj_color-primary {
    color: #e6a12f;
}

.aj_pro-details-new .text-primary.mb-0 {
    color: #fbf16f !important;
}

.aj_pro-details-new p {
    color: #fff !important;
}

.aj-profile-info .aj_profile-details .profile-name {
    width: 100%;
}

.aj-01-img img {
    width: 100%;
    height: 100%;
}
.aj-01-img {
    width: 55px;
    height: 55px;
}

.aj_color-primary-2 {
    color: var(--pry-color);
}

.aj_game-tb-card-inner-body {
    overflow-y: auto;
}

.aj-tb-btn input.btn.btn-success.btn-sm.playfab_submit {
    background-color: #e6a12f;
    border-color: #e6a12f;
}

.deznav .metismenu > li a > i {
    color: var(--pry-color);
}

.aj_gt-radio-btn {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    margin: 0 !important;
}

.aj_gt-radio-btn input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.aj_gt-radio-btn label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3),
        0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.aj_gt-radio-btn label:hover {
    cursor: pointer;
}

.aj_gt-radio-btn input:checked + label {
    background-color: #1eaae7;
    box-shadow: none;
    margin-bottom: 0;
    text-decoration: underline;
}

.aj_gt-radio-btn label:first-of-type {
    /* border-radius: 4px 0 0 4px; */
    margin-bottom: 0;
}

.aj_gt-radio-btn label:last-of-type {
    /* border-radius: 0 4px 4px 0; */
    margin-bottom: 0;
}

.aj_table-premission .thead-light th {
    text-align: center;
}

.aj_table-premission th,
.aj_table-premission td {
    text-align: center;
}

.aj_table-premission tbody tr th:first-child {
    background-color: #71d5ff;
    color: #fff;
    vertical-align: middle;
}

/*  */

.aj_input_wrapper {
    width: 80px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.aj_input_wrapper input[type="checkbox"] {
    width: 80px;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ff0a0a;
    border-radius: 2px;
    position: relative;
    outline: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.aj_input_wrapper input[type="checkbox"]:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 34px;
    height: 34px;
    background: #dfeaec;
    z-index: 2;
    border-radius: 2px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.aj_input_wrapper svg {
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
}

.aj_input_wrapper .aj_is_checked {
    width: 18px;
    left: 18%;
    -webkit-transform: translateX(190%) translateY(-30%) scale(0);
    transform: translateX(190%) translateY(-30%) scale(0);
}

.aj_input_wrapper .aj_is_unchecked {
    width: 15px;
    right: 10%;
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
.aj_input_wrapper input[type="checkbox"]:checked {
    background: #23da87;
}

.aj_input_wrapper input[type="checkbox"]:checked:after {
    left: calc(100% - 37px);
}

.aj_input_wrapper input[type="checkbox"]:checked + .aj_is_checked {
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}

.aj_input_wrapper input[type="checkbox"]:checked ~ .aj_is_unchecked {
    -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
    transform: translateX(-190%) translateY(-30%) scale(0);
}

.aj_switch_box.box_4 {
    display: flex;
    justify-content: center;
}

.aj_pl-75 {
    padding-left: 75px !important;
}

.aj_offer-img-wrap {
    width: 100px;
    height: 100px;
}

.aj_offer-img-wrap img {
    height: 100% !important;
}

.aj_per-tab-div {
    height: 85vh;
    overflow-y: auto;
}

#aj_per-table thead th {
    position: sticky;
    top: 0;
    color: #f9f9f9;
    background-color: #5fb7de;
    border-color: #eeeeee;
}

#aj_per-table thead {
    color: #f9f9f9;
    background-color: #5fb7de;
    border-color: #eeeeee;
}

td.aj_per-tab-subhead {
    background-color: #e9ecef;
    color: #495057 !important;
    font-weight: 600;
}

.aj_profile-photo img {
    height: 100%;
}

.aj_profile-photo {
    width: 100px;
    height: 80px;
}

.aj-01-img {
    height: 80px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.td_head.aj_off-head {
    font-size: 1rem;
}

.aj_dr-tb-head {
    font-size: 1.05rem !important;
}

.lg-toolbar.lg-group {
    /*display: none;*/
}
.lg-download
    .lg-zoom-in
    .lg-fullscreen
    .lg-zoom-out
    .lg-actual-size
    .lg-share
    .lg-counter {
    display: none;
}

.aj_sidebar-subhead {
    background: #fff;
    width: 100%;
    padding: 10px;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .deznav
    .metismenu
    > li {
    margin-left: 0 !important;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .deznav
    .metismenu
    li
    > ul {
    left: 4.4rem;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .deznav
    .metismenu
    > li:hover
    > ul
    li {
    margin-left: 0;
    padding: 0 13px !important;
}

li.aj_sidebar-subhead {
    color: var(--pry-color);
    margin-left: 2rem;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .deznav
    .metismenu
    > li:hover
    > ul
    a {
    padding: 0 !important;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .deznav
    .metismenu
    > li.mm-active
    > a {
    background:var(--pry-color);
    border-radius: 100%;
    color: #fff;
    /* margin: 10px; */
}

[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .deznav
    .metismenu
    .aj_lb-l
    > li
    > ul
    .aj_sidebar-subhead {
    color: red;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li {
    padding: 0;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .deznav
    .metismenu
    > li:hover:nth-last-child(-n + 1)
    > ul {
    bottom: unset;
}

li.aj_sidebar-subhead {
    color: var(--pry-color);
    font-weight: 600;
    margin-left: 2rem;
}

/* fliter */
#bp-filters-navbar span.select2-selection.select2-selection--single {
    width: 260px;
}
#bp-filters-navbar span.select2-dropdown.select2-dropdown--below {
    width: 260px !important;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .deznav
    .metismenu
    > li
    > a {
    font-size: 18px;
}
.deznav {
    width: 18rem;
    padding-top: 105px;
}
.content-body {
    margin-left: 18rem;
}
.deznav .metismenu > li a > i {
    margin-right: 10px;
    color: var(--pry-color);
}
.matchlog-btns {
    margin-left: 30px;
}
.grop-btn{
    display: flex;
}
.page-titles .grop-btn {
    display: flex !important;
}
@media print {
    .deznav,
    .header,
    .nav-header {
        display: none;
    }
    .content-body {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .aj_profile-coins {
        /* flex-direction: column; */
    }
    .aj_profile-photo {
        /* margin: auto; */
    }
    .aj_profile-details {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .aj_ref-wrap-bg {
        height: 100px;
    }
    .profile-coin-main-wrap {
        height: unset;
    }
    .aj_profile-coins {
        height: unset;
    }
    .deznav .metismenu > li a > i {
        font-size: 1.6rem;
        height: auto;
        width: auto;
        line-height: 1;
    }
}
@media only screen and (max-width: 767px) {
    .aj-logo {
        width: 60px;
        margin: 0 auto;
    }
    .nav-header {
        width: 10rem;
    }
    .aj-flex-sp {
        display: block;
    }
    .content-body .container-fluid,
    .content-body .container-sm,
    .content-body .container-md,
    .content-body .container-lg,
    .content-body .container-xl {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }
    a.btn.aj-print-icon {
        position: absolute;
        right: 8px;
        top: 30px;
    }
    .aj-pr-sync-btn {
        position: absolute;
        right: 40px;
        top: 30px;
        padding: 0.275rem 0.6rem;
        font-size: 0.65rem !important;
    }
    .aj_profile-photo {
        width: 63px;
        margin: 10px auto;
    }
    .aj_ref-wrap-bg {
        margin: auto;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    [data-sidebar-style="mini"][data-layout="vertical"]
        .deznav
        .metismenu
        > li.mm-active
        > a {
        background: transparent;
        color: #fff;
        border-radius: 4rem;
    }
    [data-sidebar-style="mini"][data-layout="vertical"]
        .deznav
        .metismenu
        > li:hover
        > a {
        background: transparent;
    }
}

td.dt-center {
    text-align: center;
}

@media (max-width: 1400px) {
    body {
        /* background-color: red; */
    }
}

@media (max-width: 1200px) {
    body {
        /* background-color: yellow; */
        font-size: 12px;
    }
    #bp-filters-navbar {
        display: block;
    }
    #bp-filters-navbar .nav.navbar-nav {
        flex-direction: row;
    }
    button.navbar-toggler {
        font-size: 12px;
        display: flex;
    }
}

@media (max-width: 900px) {
    body {
        /* background-color: blue;
         */
        font-size: 9px;
    }
    button.navbar-toggler {
        font-size: 9px;
        display: flex;
    }
}

@media (max-width: 732px) {
    body {
        background-color: skyblue;
    }
}
/* new color */
.header.aj-dark-header-bg,
.deznav.aj-dark-header-bg,
a.brand-logo {
  background-color: var(--panel-color);
}

.header-right .header-profile > a.nav-link .header-info {
    color: var(--white-color);
  }

  [data-sidebar-style="full"][data-layout="vertical"]
  .deznav
  .metismenu
  > li.mm-active
  > a {
  color: var(--white-color);
}
[data-sidebar-style="full"][data-layout="vertical"]
  .deznav
  .metismenu
  > li.mm-active
  > a
  i {
  background-color: var(--pry-color);
}
.sk-three-bounce .sk-child {
    background-color: var(--pry-color);
  }
  .pagination .page-item.active .page-link, .pagination .page-item .page-link:hover {
    background-color: var(--pry-color);
    border-color: var(--pry-color);
}

.deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a {
    color: var(--pry-color) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: var(--pry-color) !important;
    border: 0px solid var(--pry-color) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    /* color: var(--pry-color) !important; */
    border: 0px solid var(--pry-color) !important;
    background-color: var(--pry-color) !important;
}
.custom-tab-1 .nav-link i{
    display: inline-block;
    transform: scale(1.5);
    color: var(--pry-color);
}
.custom-tab-1 .nav-link:focus, .custom-tab-1 .nav-link:hover, .custom-tab-1 .nav-link.active{
    background-color: #fff;
    border-color:var(--pry-color);
    border-radius: 0;
    color: var(--pry-color);
}
.profile-info h4.text-primary{
    color: var(--pry-color) !important;
}

.deznav .metismenu ul a:hover
{
    color: var(--pry-color) !important;
}
.deznav .metismenu ul a:focus, .deznav .metismenu ul a.mm-active
{
color:#fff;
}
/* .badge-primary
{
    background-color: var(--botton-color) !important;
}
.light.badge-primary
{
    color: #eceef0 !important;
} */
.header-right .header-profile .dropdown-menu a:hover
{
    color: var(--pry-color);
}
.dropdown-item:active{
    background-color: var(--pry-color) ;
}
.authincation-content{
    background: var(--panel-color) !important ;
}
.menu-toggle .deznav .metismenu > li:hover > a {
    background:var(--pry-color) !important;
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .nav-control .hamburger .line {
    background-color: var(--pry-color) !important;
}
.dropdown-item.active, .dropdown-item:active
{
    background-color: var(--pry-color);
}
a:hover
{
    color: var(--pry-color);
}
.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgb(231 170 181 / 89%) !important;
}
.a.badge-primary:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(30 170 231 / 50%);
}
.menu-toggle .deznav .metismenu > li:hover > ul{
    background-color:var(--panel-color) !important;
}
.btn-outline-primary
{
    color: #00d146;
    border-color: #00d146;
}
.btn-primary{
   background: var(--botton-color);
   border: var(--botton-color);
}
.btn-primary:hover {
    color: #fff;
    background-color: #e1992d;
    border-color: #e1992d;
}
.btn-outline-primary:hover{
    background-color: #e1992d;
    border-color: #e1992d;
}
button.swal-button.swal-button--cancel.bg-warning {
    color: #ffff;
}
.dt-button-collection.dropdown-menu {
    left: -165.48px !important;
}
ul.nav.navbar-nav {
        display: flex;
}
a.btn.btn-primary {
    font-size: 0.813rem !important;
    padding: 10px;
}
.btn-primary:not(:disabled):not(.disabled):active
{
    background-color: #e1992d;
}
.btn-primary:focus
{
    background-color: #e1992d;
}
.change-color{
    background: rgb(108, 165, 94);
    color: white;
    text-align: center;
    padding: 10px;
}
.change-color2{
    background: rgb(228, 112, 112);
    color: white;
    text-align: center;
    padding: 10px;
}
div.dataTables_wrapper div.dataTables_paginate
{
    width: fit-content;
    float: right;
}


.card_al{
    margin-right: -60px;
}
.cards_sequence {
    display: inline-flex;
    margin: 10px;
}
.card_wrapper {
    margin-right: 80px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 15px;
}
.card_row{
    display: flex;
    width: 100%;
}
.card-t {
    font-size: 12px;
    position: absolute;
    /*left: 25px;*/
    bottom: -26px;
    transform: translate(-10%, -30%);
    display: flex;
    text-align: center;
    justify-content: center;
}
.color_red
{
    padding-left: 22px;
    padding-right: 22px;
    background-color: #dd0000;
    color: #fff;
    font-weight: 800;
}
.color_green
{
    padding-left: 22px;
    padding-right: 22px;
    background-color:#467c46 ;
    color: #fff;
    font-weight: 800;
}
.table .thead-primary th {
    background-color: var(--botton-color);;
    color: #fff;
}


