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-secondary2{
    color: #666666;
}

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

    padding-right: 0px !important;
}

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: #CE4740;
    box-shadow: 0 0 0 .2rem rgba(206,72,64,.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,
.btn-primary:disabled,
.btn-primary:disabled:hover{
    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-info-2 {
    background-color: #59BBA0;
    border-color: #59BBA0;
    color: #FFFFFF;
}

.btn-info-2:hover{
    background-color: #45b697;
    border-color: #45b697;
}

.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-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-logout,
.btn-login{
    background-color: #FEFBDE;
    border-color: #FEFBDE;
    color: black;
}

.btn-logout:hover,
.btn-login:hover{
    background-color: #FAF4DD;
    border-color: #FAF4DD;
}

.btn-logout:focus,
.btn-login:focus{
    box-shadow: 0 0 0 .2rem rgba(250, 244, 221, .25);
}

.cursor-pointer{
    cursor: pointer;
}

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

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

.grayscale-image{
    filter: saturate(0);
}

.not-allow-open-widget{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%) rotate(-12deg);
    color: #EA3223;
    z-index: 2;
    font-size: 48px;
    white-space: nowrap;
    font-weight: 900;
    border: 5px solid #EA3223;
    line-height: 50px;
    padding: 0px 5px;
}

/* 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;
}

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

.preview-card-wp.with-border{
    box-shadow: 0 0 0 2px #EAEBEA;
}

.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{
    box-shadow: 0 0 0 5px #FF0000;
}

.preview-card-select input[type="checkbox"]:checked+.preview-card-wp .card-checkmark{
    box-shadow: 0 0 0 5px #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: #CE4740;
    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;
}

/* swal2 style  */
.swal2-popup.fit-content{
    width: fit-content;
}

.swal2-title{
    color: #000;
}

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

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

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

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

.swal2-confirm.btn-close{
    color: #6D6565 !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #6D6565 !important;
    min-width: 105px;
}

.swal2-confirm.btn-close:hover{
    color: #fff !important;
    background-color: #6D6565 !important;
    border-color: #6D6565;
}

.swal2-confirm.btn-close:focus{
    background-color: #6D6565 !important;
    border-color: #6D6565 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.5) !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);
    }
}


/* btn submit point  */
.btn-submit {
    width: 100px;
}

#addressInputModal .modal-content{
    max-width: 1074px;
    width: 95vw;
    margin-top: 0px;
    max-height: 95vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.batch-dot{
    display: inline-block;
    border-radius: 999px;
    background-color: #EA3223;
    color: #FFFFFF;
    text-align: center;
    padding: 2px;
    font-size: 13px;
    min-width: 23px;
}

.gap_default  {
    gap: 20px;
}

.input_search_name_modal_add_card_to_group {
    width: 300px;
    position: absolute;
    left: 48px;
}

.box_add_padding_left_right  {
    padding:  0 40px;
}
