:root {
    --background-main-color: #08BF5A;
}

html,
body {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 700;
    height: 100%;
    width: 100%;
}


/* common css */
h1 {
    margin-top: 50px;
    font-size: 30px;
    font-weight: 700;
    color: black;
}


/*  css nav */
#content-user {
    width: 100%;
    background-color: #CCE4D7;
    flex: 1 1 auto;
}

#nav__user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.box_left {
    display: flex;
    /* gap: 10px; */
    align-items: center;
}

.box_right {
    padding-right: 20px;
}

#nav__user .logo {
    background-color :  #08BF5A;
    /* border: 1px solid #000; */
    height: 80px;
    padding: 5px 0px;
    width: 20%;
    min-width: 200px;
}

#nav__user .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.btn--pokemon {
    background-color: #FEC300

}

#nav__user .link {
    /* color: white; */
    color: #FAF4DD;
    margin: 0 15px;
}

#menu_user {
    color: #f1f1f1;
}

/* css content */
.top--slider {
    height: 50px;
}

.user__show__date {
    margin-top: 10px;
}

#list_evens{
    min-height: 90vh;
    background-color: #eae8ea;
}
/* list evens  */
#list_evens h1 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    color: black;

}

#list_evens .box_item {
    background-color: white;
    border-radius: 5px;
    justify-content: end;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    margin: 0px auto;
    margin-top: 15px;
}

#list_evens .box_item img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#list_evens .box_item .bottom_img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    flex: 0 0 auto;
}

#list_evens .box_item .rich_text_pack {
    max-height: 100px;
    overflow-y: hidden;
}

#list_evens .box_item p::-webkit-scrollbar {
    display: none;
}


#list_evens .item_even {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;

}

#list_evens .card_pack_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#list_evens .pack_img {
    flex: 1 1 auto;
}

#list_evens .pack_img img {
    width: 100%;
    max-height: inherit;
    height: 100%;
    object-fit: cover;
}

#list_evens .box_item h3 {
    font-weight: 700;
    font-size: 30px;
    max-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis
}

#list_evens .box_item p {
    font-weight: 700;
    font-size: 15px;
}

#list_evens .box_item hr {
    background-color: black;
    height: 1px;
}

#list_evens .box_item button {
    margin-top: 15px;
}

/* open_pack  */
#open_pack {
    padding-top: 50px;
    background-color: white;
    width: 100%;
    margin: 0px auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

#open_pack>div:first-child{
    flex: 1 1 auto;
}

#open_pack .open_card_img {
    min-width: 300px;
    height: auto
}

.bottom_img {
    background-color: #000000;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: 100%;
}

.bottom_img .bottom_img_fee {
    font-size: 30px;
}

.bottom_img span {
    font-size: 15px;
    font-weight: 700;
}

#open_pack .title-pack {
    margin-bottom: 20px;
    min-width: 300px
}

#open_pack .title-pack img {
    min-width: 300px;
}

#open_pack .title-pack h1 {
    margin-top: 20px !important;
}

#open_pack .title-pack hr {
    height: 1px;
    background: black
}

#open_pack .list-card-result p {
    font-size: 15px;
    font-weight: 700;
}


.progress-bar-open-pack {
    background: #8f8d8d !important;
}


#open_pack .pack_action_free {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
}

#open_pack .pack_action {
    background-color: white;
    padding: 20px;
}

#open_pack .pack_action .pack_action_free{
    display: none;
}

#open_pack .pack_action .pack_action_title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 13px;
    flex-wrap: wrap;
}

#open_pack .pack_action .pack_action_title h3 {
    font-size: 20px;
    font-weight: 700;
}


#open_pack .pack_action .pack_action_title span {
    font-size: 12px;
    font-weight: 700;
}

#open_pack .pack_action_button .button-action-wp{
    flex: 1 0 auto;
}

#open_pack .pack_action_button button {
    font-size: 25px;
    height: 50px;
    font-weight: 700;
    width: 100%;
}

#open_pack .pack_action_button .roll_one {
    background-color: #5799DB;
}


#open_pack #modal_confirm {
    text-align: center;
}

#open_pack #modal_confirm p {
    margin: 43px 0;
    font-size: 25px;
    font-weight: 700;
}

#open_pack #modal_confirm button {
    margin: 0 22px;
    width: 150px;
    height: 40px;
}

.width_common {
    max-width: 1000px;
    padding: 20px;
    height: auto;
    width: 90%;
    margin: auto;
}

.width_common_screen_top_page {
    max-width: 1000px;
    padding: 20px;
    height: auto;
    width: 90%;
    margin: auto;
}
.width_common_screen_top_page_tile {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.width_common_screen_top_page_action {
    display: flex;
    gap: 25px;
    justify-content: center;
}
.width_common_screen_top_page_action > button {
    width: 45%;
    max-width: 170px;
}

#modal_check_user_login .modal-body {
    display: flex;
    align-items: center;
    margin: auto;
}

#modal_check_user_login .modal-body h1 {
    font-size: 25px;
    font-weight: 700;
}

#modal_check_user_login .modal-body .go_to_login {
    margin-top: 50px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 22px;
    background-color: var(--background-main-color);
}


#modal_check_user_login .modal-body .close {
    margin-top: 50px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 22px;
}

/* result roll */
#result-roll {
    height: auto;
    margin-bottom: 50px;
    min-height: 100vh;
    background-color: #EAEBEA;
}

#result-roll h1 {
    font-size: 30px;
    font-weight: 700;
}

#result-roll hr {
    height: 1px;
    background: black
}

.result-body {
    overflow-y: scroll;
    max-height: 600px;
}

.user-card-info .preview-card-wp,
.preview-card-wp {
    background-color: white;
}

.result-bottom {
    margin-top: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-card-info .preview-card-body.mobile,
.preview-card-body.mobile{
    display: none;
}

.user-card-info .preview-card-body .card-info.other-info,
.preview-card-body .card-info.other-info{
    flex: 1 0 100%;
}

.btn-access {
    background-color: #08BF5A;
    font-size: 15px;
    height: 40px;
    border-radius: 10px;
    color: white;
    font-weight: 700;
}

.btn-h40{
    height: 40px;
}

.btn-sell {
    border-radius: 10px;
    font-size: 15px;
    background-color: #F8D676;
    font-weight: 700;
    height: 40px;
}


.btn-not-colleted{
    background-color: #D9D9D9 !important;
    border: 1px solid #9e9b9b;
    border-radius: 10px !important;
    color: #fff;
}
.btn-not-access {
    background-color: #fff !important;
    border: 1px solid #9e9b9b;
    border-radius: 10px !important;
    color: #333;
}

#modal_confirm_update_result {
    text-align: center;
}

#modal_confirm_update_result button {
    min-width: 200px;
    margin: 17px 0;
}

#modal_confirm_update_result p {
    width: 100%;
    text-align: center;
    color: #EA3223;
    font-weight: 700;
    font-size: 15px;
}

#modal_complete {
    text-align: center;
    pointer-events: none;
}

#modal_complete h1 {
    margin-top: 100px;
}

#modal_complete button {
    min-width: 200px;
    margin: 17px 0;
}


#box__info__user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#box__info__user .box_point_user {
    background: #7D9195;
    margin: 0 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 38px;
    border-radius: 5px;
    min-width:  120px;
    justify-content: center;
}

.box_info_user {
    background-image: url("https://e7.pngegg.com/pngimages/476/159/png-clipart-pokemon-pikachu-pikachu-pokemon-games-pokemon-thumbnail.png");
    background-color: wheat;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 20px;
    padding-left: 25px;
}


.dropbtn {
    border: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.link_user {
    font-size: 15px;
    color: black !important;
    font-weight: 700;
}

.result-fail {
    background-color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.result-fail button {
    margin-top: 20px;
}

.checkbox-wp {
    width: 10% !important;
}

.checkbox-wp .checkmark-checkbox {
    display: block;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    border: 3px solid #000;
}

.checkmark-checkbox {
    border: 3px solid #FFFFFF;
}

.checkbox-wp .checkmark-checkbox::before {
    content: '';
    background-color: transparent;
    border: 4px solid;
    width: 80%;
    height: 50%;
    border-color: transparent transparent #000 #000;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    visibility: hidden;
}

.checkmark-checkbox::before {
    border-color: transparent transparent #FFF #FFF;
}

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

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

#input__register {
    display: flex;
    align-items: center;
}

.text-hyperlink {
    color: #1E34A3;
}


/* css scree n roll  */
video {
    width: 100%;
    object-fit: cover;

}

.box__send__email_success{
    display:flex;
    flex-direction:column;
    gap: 10px;
}

.row_roll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* min-height: 85vh; */
}

.row_roll>.item_1 {
    flex-grow: 1;
}

.row_roll>.item_2 {
    flex-grow: 2;
}

.row_roll>.item_3 {
    flex-grow: 3;
}

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

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
}


/* paginate  */
.admin-pagination {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 1rem;
}

.admin-page-link {
    border-radius: 3px;
    text-decoration: underline;
    padding: 5px 8px;
    cursor: pointer;
    border: 1px solid #c3c3c3;
    margin-right: 1px;
    font-weight: bold;
}

.admin-page-link:hover {
    color: #FFFFFF;
    background-color: #c3c3c3;
}

.admin-page-link:not(.admin-page-link.active,
    .admin-page-link:first-child,
    .admin-page-link:hover) {
    background-image: linear-gradient(180deg, transparent, #eee);
}

.admin-page-link.active,
.admin-pagination .admin-page-link:first-child {
    background-color: #666666;
    color: #FFFFFF;
    text-decoration: none;
    border-color: #494949;
}

.go_to_login_2 {
    margin-top: 50px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 22px;
    background-color: var(--background-main-color);
    min-width: 150px;
}


.btn_not_access_2 {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 22px;
    min-width: 150px;
    background-color: #D9D9D9 !important;
    border: 1px solid #9e9b9b;
    border-radius: 10px !important;
    color: #333;
    margin-left: 20px
}

/* css screen */
.btn_login_mobile {
    display: none;
}

.menu_mobile {
    display: none;
}

.box_1__footer {
    /* background: #1E1E1E; */
    background: #08BF5A;
}

.box--footer{
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    /* color: #fff; */
    color: #FAF4DD;
    font-weight: 700;
    padding: 25px 25px 15px;
    flex-wrap: wrap;
    margin :auto;
}

.box--footer>div{
    padding: 0px 10px;
}


@media only screen and (max-width: 400px) {
    #result-roll .result-bottom {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin: 0px;
        padding-top: 15px;
        background-color: white;
    }

    #result-roll .result-body {
        max-height: unset;
        overflow: unset;
        margin-bottom: 100px;
    }

    .user-card-info .preview-card-body,
    .preview-card-body{
        display: none;
    }

    .user-card-info .preview-card-body.mobile,
    .preview-card-body.mobile{
        display: block !important;
    }

    .user-card-info .preview-card-body.mobile-flex{
        display: flex !important;
    }

    .preview-card-body.mobile *,
    .user-card-info .preview-card-body.mobile-flex *{
        line-height: 1.2;
    }

    .user-card-info .preview-card-wp .card-info.card-title,
    .preview-card-wp .card-info.card-title {
        width: 100%;
        flex: 1 1 100%;
        text-align: center;
        margin: 0px auto;
    }

    .user-card-info .preview-card-body .card-image,
    .preview-card-body .card-image {
        display: flex;
        justify-content: center;
        flex: 0 0 100%;
    }

    .user-card-info .preview-card-body .card-info.other-info,
    .preview-card-body .card-info.other-info {
        margin: 0px auto;
    }

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

    .user-card-info.with-border .preview-card-body>div,
    .user-card-info .preview-card-body .card-rarity+div,
    .preview-card-body .card-rarity+div {
        margin-top: 38px;
    }

    #open_pack .pack_action_button button{
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 598px) {
    .result-heard > button {
        font-size: 10px;
        width: 138px;
        margin: 0 6px;
    }

    .result-heard .title-mobile  {
        padding-left: 5px
    }
}

@media only screen and (max-width: 1050px) {
    header:not(header.header_v2) {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    #nav__user {
        display: none !important
    }

    .menu_mobile {
        height: 80px;
        padding: 5px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .menu_mobile .logo{
        min-width: 110px;
        width: 20%;
    }

    .menu_mobile #button-menu{
        margin-right: 15px;
    }

    #content-user {
        margin-top: 80px;

    }

    #admin-top {
        margin-top: 20px;
    }

    .mobile_hide {
        display: none !important;
    }

    .btn_login_mobile {
        display: flex;
        width: 26px;
        background: #ddd;
        align-items: center;
        height: 63px;
        border-radius: 5px;
        padding: 3px;
    }
}

@media only screen and (min-width: 0px){
    .d-xs-block{
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    #open_pack .open_pack_container{
        margin-bottom: 200px;
    }

    #open_pack .pack_action {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
        padding-left: 15;
        padding-right: 15;
        padding-bottom: 5px;
    }

    #open_pack .pack_action .pack_action_title {
        margin-top: 0px;
    }

    #open_pack .pack_action_button {
        display: flex;
        flex-direction: row !important;
        justify-content: space-evenly;
        margin-top: 0px !important;
        padding: 0px;
    }

    #open_pack .pack_action_button .button-action-wp:first-child{
        padding-right: 0px !important;
    }

    #open_pack .pack_action_button button {
        font-size: 20px;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    #open_pack .pack_action_free{
        display: none;
    }

    #open_pack .pack_action .pack_action_free{
        display: block;
        margin-top: 0px;
    }

    #list_evens .box_item hr,
    #list_evens .box_item .rich_text_pack,
    #list_evens .box_item .pack_title {
        display: none;
    }

    #list_evens .box_item .btn.btn--pokemon {
        width: 100%;
    }

    #user-notify .notify-item {
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    #user-notify .notify-item>span {
        flex-direction: column;
        text-align: center;
    }

    #user-notify .notify-item .date {
        margin: 0px auto;
        flex: 0 0 25px;
        width: fit-content;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 710px) and (min-width: 576px){
    #collection-actions .btn *{
        font-size: 13px;
    }
}

@media only screen and (max-width: 710px) {
    #list_evens .box_item {
        padding-left: 10px;
    }

    #open_pack .pack_action .btn--pokemon{
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px){
    #open_pack .open_pack_container{
        min-width: 738px;
    }
}

@media only screen and (min-width: 992px){
    #open_pack .open_pack_container{
        min-width: 962px;
    }
}

@media only screen and (min-width: 1200px){
    #open_pack .open_pack_container{
        min-width: 1170px;
    }
}


.admin-pagination {
    float: right;
}
.img-wp {
    max-width: 100%;
}

/* ===================== STYLE V2 =========================== */
/* point buy  */
#point-buy{
    background-color: #EAEBEA;
    padding-bottom: 200px;
}

.point-wp{
    display: flex;
    flex-direction: column;
}

.point-item{
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px 0px;
    display: flex;
    margin-bottom: 20px;
    flex: 1 1 100%;
}

.point-amount{
    display: flex;
    align-items: center;
    padding: 0px;
    padding-left: 10px;
    flex: 0 0 25%;
    flex-wrap: wrap;
    width: 25%;
    justify-content: center;
}

.point-amount .coin-img-wp{
    max-height: 72px;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
    min-width: 40px;
    flex: 0 0 25%;
}

.point-amount .point-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 75%;
    text-align: center;
    min-width: 141px;
}

.point-amount .coin-img-wp img{
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.point-actions{
    flex: 1 1 auto;
    padding: 0px 15px;
}

.point-options{
    display: flex;
    height: 100%;
    justify-content: space-around;
}


.point-option{
    text-align: center;
    background-color: #F6F6F6;
    border-radius: 10px;
    font-weight: 700;
    color: #333;
    padding: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 1 32%;
    cursor: pointer;
    margin:  0px 20px;
    min-width: 120px;
    min-height:60px ;
}
.point-option-action {
    background-color:  #7D9195 !important;
    color: #fff !important;
    min-height: 53px;
}

.point-option:hover{
    opacity: 0.7;
    background-color:  #7D9195 !important;
    color: #fff !important;
}

.point-option-select {
    background-color:  #7D9195 !important;
}

.point-option>p:first-child{
    font-size: 20px;
}

.point-input{
    display: flex;
    align-items: center;
}

.point-input form{
    flex: 1 1 auto;
}

.point-input button{
    min-width: 100px;
    flex: 0 0 auto;
}

.responsive-modal{
    padding: 0px;
}

.responsive-modal .modal-dialog{
    height: 100%;
    max-width: 100%;
    min-height: unset !important;
}

.responsive-modal .modal-content{
    width: 95vw;
    max-width: 1000px;
    margin: 0px auto;
    margin-top: 50px;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
    vertical-align: middle;
}

#bankTransferModal .modal-content{
    padding-bottom: 150px;
}

.card-images{
    margin-right: -20px;
    margin-left: -20px;
}

.card-images .card-image{
    padding: 0px 10px;
    margin-bottom: 10px;
}

.card-images .card-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* ============== my page ================== */
#my-page{
    background-color: #EAEBEA;
}

.my-page-container{
    background-color: #F4F4F4;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 42px;
}

.address-info{
    padding: 22px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 29px;
}

.coupon-input{
    padding: 16px 21px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 21px;
}

.address-wp{
    border-bottom: 2px solid #EAEBEA;
    padding-bottom: 10px;
}

#emailEditModal .modal-content,
#passwordEditModal .modal-content{
    max-width: 610px;
    width: 95vw;
}

.old-email-preview{
    background-color: #EAEBEA;
    padding: 35px 5px;
    line-break: anywhere;
}

#emailEditModal .modal-dialog .close,
#passwordEditModal .modal-dialog .close{
    top: 12px;
    right: 12px;
}

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

.dropdown-item.active, .dropdown-item:active{
    background-color: #f8f9fa;
    color: #CE4740 !important;
}
.text-nowrap{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    height: 50px;
    justify-content: end;
    width: 85px;
}

.text-nowrap-input-check-box{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    height: 50px;
    justify-content: end;
    width: 85px;
    margin: auto;
}

/* minsize  */

.m-width-160 {
    max-width: 250px;
    width: 100%;
    margin: 0 10px;
}
.parent_icon {
    position: relative;
}
.icon_park  {
    position: absolute;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    top: -3px;
    left: 37px;
    color:  white !important;

}
.div_stock {
    position: relative;
}
.icon_park_mobile {
    position: absolute;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    top: 29%;
    left: 6%;
}

.result-heard {
    display: flex;
    align-items: center;
    height: 45px;
    margin: 50px 0 -10px 0;
    padding: 0;
}
.result-heard >  .title-mobile {
    color: #000;
    font-size: calc(0.75em + 1vmin);
    font-weight: 700;
}
.result-heard  > button{
    margin: 0 10px;
}
.line-div {
    width: 100%;
    height: 2px;
}



/* css collection  */


.title-shipping-card {
    display: flex;
    height: 50px;
    gap: 20px;
    align-items: end;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
}


.title-shipping-card > p {
    font-size: 18px;
    font-weight: 700;
}
.box-shipping > hr {
    width: 100%;
    height: 1.2px;
    background-color: #757575;
    margin: 0;
}
.box-shipping {
    background-color: #EAEBEA;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.box-list-card{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.box-list-card > div{
    width: calc(32% - 10px);
}
.box-list-card > img {
    width: 30%;
}

.hr_box_detail {
    width: 100%;
    height: 2px;
    background: #000;
}
.h1_title_detail {
    float: left;
    width: 100%;
    display: flex;
}

.user-card-list .preview-card-select:hover .preview-card-wp{
    background-color: #D0E8D6;
}


/* screen payment  */
.box_register_credit {
    width: 90%;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 45px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.box_register_credit_title {
    color: #999999;
    font-size: 0.8em;
}
.button-epsilon {
    width: 150px;
    margin: 0 20px;
}

/* screen user payment first  */
#result_register_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    min-height: 450px;
}
#result_bank_transfer {
    margin: 10px 0;
    min-height: 450px;
}
.title-callback-register-card {
    font-weight: 600;
    color: #28A745;
}
.title-callback-register-card-error {
    font-weight: 600;
    color:red;
}
.p-l-r-3 {
    padding: 0 15px;
}
.border-status-payment {
    border-radius: 5px;
}
.box-result-payment{
    width: 90%;
    max-width: 350px;
}

.list-unstyled {
    font-size: 13px !important;
}
