a:not(table a){
    color: inherit;
}

a:not(table a):hover{
    color: inherit;
    text-decoration: none;
}

a.un-inherit,
.text-link{
    color: #1E34A3;
}

.text-danger2{
    color: #FF0000;

}
.text-danger:not(.text-danger.h1){
    font-size: 14px;
}

.justify-content-evenly{
    justify-content: space-evenly !important;
}

.text-link.with-hover:hover,
a.un-inherit:hover{
    color: #1E34A3;
    text-decoration: underline;
}

body.modal-open {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    overflow: unset;
}

body.modal-open::-webkit-scrollbar {
    display: none;
    /* Chrome  */
}

.modal-open .modal {
    /* overflow-y: hidden !important; */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    padding-right: 0px !important;
}

.modal-open .modal::-webkit-scrollbar {
    display: none;
    /* Chrome  */
}

.modal-dialog {
    margin: 0px auto!important;
}


.modal-dialog-centered::before{
    height: unset;
}

.modal-dialog.modal-dialog-centered{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal .modal-dialog .close {
    position: absolute;
    color: #A8A8A8;
    padding: 0px 10px;
    font-size: 26px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 1;
    margin: 0px;
    text-shadow: none;
}

.modal .modal-dialog .close>span>i {
    line-height: 38px;
}

.modal .modal-dialog .close:hover {
    background-color: #CE4740;
    opacity: 1;
}

.modal .modal-dialog .close:hover i{
    color: #fff;
}

.modal .modal-dialog .close:focus{
    color: #FFFFFF;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(206,72,64,.25);
}

.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

[v-cloak]{
    display: none;
}

.btn-admin-edit{
    margin-left: 20px;
}

.big-title{
    font-size: 30px;
    font-weight: bold;
}

.normal-title{
    font-size: 15px;
    font-weight: bold;
}

.less-big-title{
    font-size: 25px;
    font-weight: bold;
}

.small-title{
    font-size: 10px;
}

.btn{
    border-radius: 0.5rem;
}

.btn *{
    font-weight: bold;
}

.form-group,
.form-control{
    font-weight: bold;
}

.form-control:focus{
    border-color: #08BF5A;
    box-shadow: 0 0 0 .2rem rgba(8,191,90,.25);
}

.btn-danger{
    background-color: #CE4740;
    border-color: #CE4740;
}

.btn-outline-danger{
    color: #CE4740;
    border-color: #CE4740;
}

.btn-outline-danger:hover{
    background-color: #CE4740;
    border-color: #CE4740;
}

.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(206, 71, 64, .25);
}

.btn-primary{
    background-color: #1E34A3;
    border-color: #1E34A3;
}

.btn-primary:hover{
    background-color: #3900DB;
    border-color: #3900DB;
}

.btn-primary:focus{
    background-color: #1E34A3;
    border-color: #1E34A3;
    box-shadow: 0 0 0 .2rem rgba(30, 52, 163, .25);
}

.btn-primary2{
    background-color: #3900DB;
    border-color: #3900DB;
    color: #FFFFFF;
}

.btn-primary2:hover{
    background-color: #1E34A3;
    border-color: #1E34A3;
}

.btn-primary2:focus{
    background-color: #1E34A3;
    border-color: #1E34A3;
    box-shadow: 0 0 0 .2rem rgba(57, 0, 219, .25);
}

.btn-secondary{
    background-color: #6D6565;
    border-color: #6D6565;
}

.btn-secondary:focus{
    background-color: #6D6565;
    border-color: #6D6565;
    box-shadow: 0 0 0 .2rem rgba(109, 101, 101, .25);
}

.btn-danger2{
    background-color: #EA3223;
    border-color: #EA3223;
    color: #FFFFFF;
}

.btn-danger2:hover{
    background-color: #CE4740;
    border-color: #CE4740;
    color: #FFFFFF;
}

.btn-danger2:focus{
    background-color: #EA3223;
    border-color: #EA3223;
    color: #FFFFFF;
    box-shadow: 0 0 0 .2rem rgba(206, 71, 64, .25);
}

.btn-success{
    background-color: #24B443;
    border-color: #24B443;
    color: #FFFFFF;
}

.btn-success:focus{
    background-color: #24B443;
    border-color: #24B443;
    box-shadow: 0 0 0 .2rem rgba(36, 180, 67, .25);
}

.btn-sell:focus{
    box-shadow: 0 0 0 .2rem rgba(248, 214, 118, .25);
}

.btn-access:focus{
    box-shadow: 0 0 0 .2rem rgba(206, 71, 64, .25);
}

.btn-warning{
    background-color: #BEA93D;
    border-color: #BEA93D;
    color: #FFFFFF;
}

.btn-warning:hover{
    color: #FFFFFF;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle{
    color: #FFFFFF;
}

.btn-warning:focus{
    background-color: #BEA93D;
    border-color: #BEA93D;
    box-shadow: 0 0 0 .2rem rgba(190, 169, 61, .25);
}


.btn_background_green,
.btn-green {
    border-color: #08BF5A;
    background: #08BF5A;
    color: #fff;
}

.btn_background_green:hover,
.btn-green:hover {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
}

.btn_background_green:focus,
.btn-green:focus{
    border-color: #08BF5A;
    background: #08BF5A;
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(8, 191, 90, .25);
}

.btn_background_blue {
    background-color: #5799DB !important;
    border-color: #5799DB;
    color:  #F6F6F6 !important;
}

.btn_background_blue:hover{
    opacity: 0.8;
}

.btn_background_blue:focus{
    background-color: #5799DB !important;
    border-color: #5799DB;
    color:  #F6F6F6 !important;
    box-shadow: 0 0 0 .2rem rgba(87, 153, 219, .25);
}

.btn_background_yellow{
    background-color: #FEC300 !important;
    border-color: #FEC300;
    color:  #F6F6F6 !important;
}

.btn_background_yellow:hover{
    opacity: 0.8;
}

.btn_background_yellow:focus{
    background-color: #FEC300 !important;
    border-color: #FEC300;
    color:  #F6F6F6 !important;
    box-shadow: 0 0 0 .2rem rgba(254, 195, 0, .25);
}

.btn-yellow {
    border-radius: 10px;
    background: #FEC300;
    color: #fff;

}

.btn-logout,
.btn-login{
    color: #fff;
}

.btn-logout:hover,
.btn-login:hover{
    background-color: #308be0;
    border-color: #308be0 ;
}
/* button login user */
.btn-logout-user,
.btn-login-user{
    background-color: #7D9195;
    border-color: #7D9195;
    color: #fff;
    border: none; /* No border */
    padding: 5px 15px; /* Padding around the text */
    text-align: center; /* Center text horizontally */
    text-decoration: none; /* Remove underlining */
    display: inline-block; /* Display as inline-block to respect padding */
    font-size: 16px; /* Font size */
    margin: 10px; /* Margin around the button */
    cursor: pointer; /* Change cursor to pointer on hover */
    border-radius: 5px; /* Add rounded corners */
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #888888; /* Box shadow */
}

.btn-logout-user:hover,
.btn-login-user:hover{
    background-color: #308be0;
    border-color: #308be0 ;
    color: #fff;

}

.btn-logout:focus,
.btn-login:focus{
    box-shadow: 0 0 0 .2rem rgba(221, 63, 15, 0.25);
}

.cursor-pointer{
    cursor: pointer;
}

.icon-remove path {
    transition: stroke 0.3s ease;
}

.icon-remove:hover path {
    stroke: #CE4740;
}

.icon-add path, .icon-add circle {
    transition: stroke 0.3s ease;
}

.icon-add:hover path, .icon-add:hover circle {
    stroke: #08BF5A;
}

input[type="text"].form-control::placeholder{
    color: #CEC6C6;
}

input[type="radio"].dark-radio,
input[type="checkbox"].dark-checkbox {
    accent-color: #000000;
    mix-blend-mode: multiply;
}

/* Chrome, Safari, Edge, Opera */
input[type=number].no-arrows::-webkit-outer-spin-button,
input[type=number].no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator,
input[type=date],
input[type=time],
select{
    cursor: pointer;
}

.card-checkmark{
    position: absolute;
    top: 5px;
    right: 3%;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.card-checkmark::before{
    content: "";
    background-color: transparent;
    border: 4px solid;
    border-radius: 3px;
    width: 23px;
    height: 17px;
    border-color: transparent transparent #000000 #000000;
    /* border-color: transparent transparent #fff #fff; */
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    right: 7px;
    visibility: hidden;
}

.mobile-hide{
    display: none;
}

.mobile-flex{
    display: none !important;
}

.unvisibility{
    visibility: hidden;
}

/* scroll bar  */
.rounded-scroll-bar::-webkit-scrollbar{
    width: 8px;
}

.rounded-scroll-bar::-webkit-scrollbar-track{
    background: #FFFFFF;
    border-radius: 0px 0.3rem 0.3rem 0px;
}

.rounded-scroll-bar::-webkit-scrollbar-thumb{
    background: #D9D9D9;
    border-radius: 3px;
}

/* preview card  */
.preview-card-wp{
    min-width: 375px;
    max-width: 410px;
    padding-bottom: 12px;
    max-width: unset;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);

}

.preview-card-wp.unset-width{
    min-width: unset;
}

.preview-card-wp.with-border{
    /* box-shadow: 0 0 0 2px #EAEBEA; */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.preview-card-top{
    background-color: #000;
    height: 13px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}

.preview-card-top .card-checkmark{
    width: 66px;
    height: 66px;
    z-index: 5;
    top: 25px;
    right: 20px;
}

.preview-card-top .card-checkmark::before{
    width: 44px;
    height: 29px;
    border: 7px solid;
    border-color: transparent transparent #FF0000 #FF0000;
    top: 10px;
    left: 8px;
}

.preview-card-select input[type="checkbox"]{
    display: none;
}

.preview-card-select input[type="checkbox"]:checked+.preview-card-wp.with-border{
    border: 2px solid #FF0000;
    background-color: #D0E8D6;
}

.preview-card-select input[type="checkbox"]:checked+.preview-card-wp .card-checkmark{
    border: 2px solid #FF0000;
    border-color: #FF0000;
}

.preview-card-select input[type="checkbox"]:checked+.preview-card-wp .card-checkmark::before{
    visibility: visible;
}

.preview-card-body{
    min-height: 245px;
    position: relative;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    padding-left: 11px;
    padding-right: 26px;
}

.preview-card-top .card-rarity,
.preview-card-body .card-rarity{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    font-size: 30px;
    min-width: 50px;
    padding: 0px 10px;
    height: 38px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preview-card-top .card-rarity{
    top: 13px;
    z-index: 5;
}

.preview-card-top .card-rarity::after,
.preview-card-body .card-rarity::after{
    content: "";
	border-top: 38px solid #000000;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
	height: 0px;
	width: 0px;
    position: absolute;
    left: 100%;
}

.preview-card-body .card-rarity + div{
    align-items: center;
    margin-top: 10px;
}

.preview-card-body .card-info{
    margin-top: auto;
    margin-right: 30px;
    margin-bottom: 6px;
    flex: 1 1;
    line-break: anywhere;
    max-width: 300px;
}

.preview-card-body .card-info>p:first-child{
    margin-top: 38px;
}

.preview-card-body .card-info>p:nth-child(2),
.preview-card-body .card-info>p:first-child{
    font-size: 20px;
    font-weight: bold;
}

.preview-card-body .card-image{
    margin-top: 20px;
    flex: 0 1 auto;
}

.preview-card-body .card-image .card-image-preview{
    max-width: 162px;
    max-height: 225px;
}

.preview-card-body .card-image .card-image-preview img{
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: left;
    max-height: inherit;
}

.preview-card-body .selling-point{
    background-color: #D9D9D9;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preview-card-bottom{
    padding-left: 11px;
    padding-right: 26px;
}

.preview-card-bottom .collectable-title{
    background-color: #24B444;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    height: 40px;
    color: #FFFFFF;
}

.preview-card-bottom .card-expire-date{
    color: #FF0000;
}

/*
* thanh tab bar
*/
.tab-navbar {
    border-bottom: 2px solid #000000;
}

.tab-navbar ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}

.tab-navbar li {
    color: #000000;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    padding: 6px 2%;
    border-radius: 5px 5px 0px 0px;
    font-size: 15px;
    text-align: center;
}

.tab-navbar li:not(li.current-tab):hover {
    text-decoration: underline;
}

.tab-navbar ul li:last-child {
    margin-right: 0px;
}

.tab-navbar li.current-tab {
    background-color: #000000;
    color: #FFFFFF;
}

.tab-navbar li.current-tab-link {
    color: #3900DB;
}

/* swal2 style  */
.swal2-title{
    color: #000;
}

.swal2-confirm,
.swal2-cancel{
    font-weight: bold;
}

.swal2-confirm{
    background-color: #08BF5A !important;
    border-color: #08BF5A !important;
}

.swal2-confirm:hover{
    background-color: #08BF5A;
    border-color: #08BF5A;
}

.swal2-confirm:focus{
    background-color: #08BF5A !important;
    border-color: #08BF5A !important;
    box-shadow: 0 0 0 .2rem rgba(206,72,64,.25) !important;
}

.swal2-cancel{
    background-color: #6D6565 !important;
    border-color: #6D6565 !important;
}

.swal2-cancel:hover{
    background-color: #6c757d;
    border-color: #6c757d;
}

.swal2-cancel{
    background-color: #6D6565;
    border-color: #6D6565;
    box-shadow: 0 0 0 .2rem rgba(109, 101, 101, .25) !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup{
    /* margin-top: 50px;
    margin-bottom: auto;
    grid-row: 1 !important; */
}

body.swal2-shown.swal2-height-auto{
    height: 100vh !important;
}

/* scoll-bar  */

.styled-scroll-bar::-webkit-scrollbar{
    width: 6px;
}

.styled-scroll-bar.gray-scrollball-track::-webkit-scrollbar-track{
    background: #F6F6F6;
    border-radius: 0px 5px 5px 0px;
}

.styled-scroll-bar.dark-gray-scrollball-track::-webkit-scrollbar-track{
    background: #F2F2F2;
    border-radius: 0px 5px 5px 0px;
}

.styled-scroll-bar.light-scrollbar-track::-webkit-scrollbar-track{
    background-color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.styled-scroll-bar::-webkit-scrollbar-thumb{
    background: #7D9195;
    border-radius: 3px;
}

.size_check_box  {
    width: 26px;
    height: 26px;
}
.size_label  {
    font-size: 15px;
    font-weight: 700;
}

/* loading.css */
.loader-container {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0px;
    left: 0px;
    z-index: 1500;
}
/* Optional: Center the spinner */
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* update view  */
.text-color{
    color: #3900DB !important;
}
.access_menu {
    background-color: #7D9195 !important;
}
.bg-user-notify {
    background-color: #FAF4DD !important;
}
.box-parent-item-menu {
    display: flex;
    height: 80px;
    align-items: center;
}

.box-parent-item-menu:hover a {
    color: #546E7A !important;
}
.box-parent-item-menu:hover svg path {
    fill: #546E7A !important;
}

.box-parent-item-menu:hover svg circle {
    stroke: #546E7A !important;
}
.box-parent-item-menu:hover .icon_park {
    color:  #546E7A !important;
}

.box-nav-current {
    background-color: #7D9195 !important ;
}

/* table  */
/* list  */
.admin-table-list a:not(a.btn){
    color: #1E34A3;
}

.admin-table-list a:not(a.btn):hover{
    color: #1E34A3;
}

.admin-table-list .checkmark-checkbox{
    width: 30px;
    height: 30px;
}

.admin-table-list tr th,
.admin-table-list td{
    vertical-align: middle;
}

.admin-table-list tr td{
    border-top: none;
    /* border-bottom: 1px solid #EAEBEA; */
    font-weight: bold;
}

table.admin-table-list .thead-dark th {
    background-color: #08BF5A;
    /* border-color : transparent; */
    border: none;
}

/* custom style  */
table.admin-table-list .thead-dark tr{
    background-color: #08BF5A;
}

table.admin-table-list{
    border-radius: 5px;
}

table.admin-table-list .thead-dark tr th:first-child{
    border-radius: 5px 0 0 0;
}

table.admin-table-list .thead-dark tr th:last-child{
    border-radius: 0 5px 0 0;
}

.admin-table-list tr:nth-child(even){
    background-color: #F6F6F6;
}

table.admin-table-list tr:last-child td:first-child{
    border-radius: 0 0 0 5px;
}

table.admin-table-list tr:last-child td:last-child{
    border-radius: 0 0 5px 0;
}

/* end table  */

#full_green {
    background-color:  #08BF5A !important;
}

.table .thead-dark-old  th {
    background-color:  #212529 !important;
    border-color : #32383e !important;
    color: white;
}
.css_l_r_20{
    margin: 0 20px;
}

/* css banner  */
.item-banner {
    border-radius:5px;
}
.item-banner-select {
    border:2px solid;
    border-radius:5px;
    padding: 5px;
}

.btn-close-modal {
    border-radius: 10px;
    border: 1px solid #6D6565;
    background: #FFF !important;
}

.text-red{
    color :red !important;
    font-size: 14px;
}
.p-2{
    padding: 10px;
}
.p-2-bot{
    padding: 10px;
}

.m-bot-10{
    margin-bottom: 10px;
}

.current-tab-default{
    min-width: 85px ;
}


.box-table-payment-history {
    padding: 0 20px;
}

.link_create_address {
    color: #1E34A3;
    margin-top: 20px;
}
.link_create_address:hover {
    cursor: pointer;
}

/* --- toggle --- */
.toggle-wp {
    margin-bottom: 0px;
}

.toggle-wp input[type="radio"],
.toggle-wp input[type="checkbox"] {
    display: none;
}

.toggle-wp .toggle-content {
    height: 100%;
    min-height: 30px;
    width: 53px;
    border-radius: 999px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
    border: 1px solid #D9D9D9;
}

.toggle-content .checkmark {
    display: block;
    background-color: #08BF5A;
    margin: 0px 3px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    transition: left 0.5s;
}

.toggle-wp input[type="radio"]:checked+.toggle-content,
.toggle-wp input[type="checkbox"]:checked+.toggle-content {
    background-color: #08BF5A;
}

.toggle-wp input[type="radio"]:checked+.toggle-content .checkmark,
.toggle-wp input[type="checkbox"]:checked+.toggle-content .checkmark {
    left: calc(100% - 25px - 6px);
    background-color: #FFFFFF;
    transition: left 0.5s;
}



.card-check-mark-multiple{
    position: absolute;
    top: 15px;
    right: 20px;
    border: 2px solid #000000;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}


.card-check-mark-multiple::before{
    content: "";
    background-color: transparent;
    border: 4px solid;
    border-radius: 3px;
    width: 23px;
    height: 17px;
    border-color: transparent transparent #f1f1f1 #f1f1f1;

    transform: rotate(-45deg);
    position: absolute;
    top: 1px;
    right: 2px;
    visibility: hidden;
}
.card-pack-item-box>input[type="radio"]:first-child:checked+.card-pack-item .card-check-mark-multiple::before,
.card-pack-item-box>input[type="checkbox"]:first-child:checked+.card-pack-item .card-check-mark-multiple::before{
    visibility: visible;
}

.card-pack-item-box > input[type="checkbox"]:checked + .card-pack-item .card-check-mark-multiple {
    background-color: #000;
}
