@import "fonts.css";

.wp-numbers-box {
    font-family: var(--wpn-body-font-family);
}

.wp-numbers-box h2 {
    font-family: var(--wpn-body-font-family) !important;
}

.wp-numbers-box .order-box-tabs {
    padding-right: 20px;
}

.section-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px
}

.section-head__content {
    align-items: center;
    display: flex;
    gap: 19px;
    justify-content: flex-start
}

.section-head__image {
    align-items: center;
    background-color: #d6deea;
    border-radius: 6px;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.section-head__title {
    color: #3c4354;
    /*font-family: Dana, IRANSans, Tahoma, sans-serif;*/
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 431px) {
    .section-head__title {
        font-size: 18px
    }
}

@media (max-width: 1200px) {
    .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
        text-align: right
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-head {
        flex-direction: row
    }
}

.game {
    /*margin-top: 150px;*/
    position: relative
}

.game__box {
    background: #fff;
    border: 1px solid rgba(161, 182, 199, .4);
    box-shadow: 0 18px 56px -6px rgba(79, 97, 120, .06);
    padding: 0px 32px 16px;
    border-radius: 8px 0 8px 8px;
}

.game__tab-head {
    align-items: center;
    display: flex !important;
    justify-content: space-around;
    padding-bottom: 48px;
    padding-top: 0
}

.game__tab-button {
    align-items: flex-start;
    color: #c3bebe !important;
    cursor: pointer;
    display: flex !important;
    /*font-family: Dana, IRANYekan, IRANSans, Tahoma, sans-serif;*/
    font-size: 16px !important;
    font-weight: 500 !important;
    gap: 8px;
    justify-content: center;
    padding: 9px 5px !important;
    position: relative
}

.game__tab-button:after {
    border-left: 1px solid #d9d9d9;
    content: "";
    height: 70%;
    left: -14%;
    position: absolute;
    top: 10px
}

.game__tab-button:last-child:after {
    display: none
}

.game__tab-button:hover {
    color: #8b8b8b
}

.game__tab-button.active {
    background-color: #e8eef6 !important;
    border-radius: 10px;
    color: #3c4354 !important;
}

.game__tab-icon {
    text-align: center;
}

.game__tab-icon img {
    width: 32px;
}

@media (max-width: 576px) {

    .game__tab-head {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start
    }

    .game__tab-button {
        justify-content: flex-start;
        width: 100%
    }

    .game__box {
        padding: 30px 5px !important
    }
}

@media (max-width: 992px) {
    .game:after {
        display: none
    }

    .game__box {
        padding: 55px 15px 15px
    }

    .game__tab-button:after {
        display: none
    }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .game__box {
        padding: 55px 15px 15px
    }

    .game__tab-button {
        padding: 16px 20px
    }

    .game__tab-button:after {
        display: none
    }
}

/* add by morteza*/
.order-item-by-img .service-image{
    width: 23px;
    height: 23px;

}

.accordion .service-image{
    width: 23px;
    height: 23px;
    position: relative;
    left: 10px;
    /*border-radius: 50%;*/
}

.wpn-mynumber-tabs .service-image{
    width: 23px;
    height: 23px;
    position: relative;
    left: 10px;
    /*border-radius: 50%;*/
}

.wpn-mynumber-tabs .country-image {
    width: 21px;
    height: 16px;
    position: relative;
    left: 0px;
}

.accordion .country-image {
    width: 21px;
    height: 16px;
    position: relative;
    left: 0px;
 }


.wpn-numbers-box img.emoji {
    font-size: 21px !important;
}

.wp-numbers-box table thead tr th:first-child {
    border-radius: 0 10px 10px 0;
}

.wp-numbers-box table thead tr th:last-child {
    border-radius: 10px 0 0 10px;
}

.wp-numbers-box table tbody tr td:first-child {
    border-radius: 0 10px 10px 0;
}

.wp-numbers-box table tbody tr td:last-child {
    border-radius: 10px 0 0 10px;
    text-align: left;
}

.wp-numbers-box .table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.wp-numbers-box .card-footer {
    background-color: unset;
}

/*filter*/
.filter-country {
    margin: 8px 0;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    border-radius: 7px;
}

.filter-country-content {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.filter-country-content div {
    cursor: pointer;
    color: #979797;
    padding: 0;
    border-radius: 12px;
    width: 32%;
    transition: .3s;
    text-align: center;
}

.filter-country-sub-search, .filter-country-sub-filter, .filter-country-sub-order {
    margin: 0 5px;
    padding: 8px 0px;
    display: none;
    text-align: center;
}

.filter-country-sub-btn {
    cursor: pointer;
    border-radius: 4px;
    color: #787878;
    padding: 2px 7px;
    margin: 0;
    font-size: 13px;
    transition: 0.3s;
}

.filter-country-sub-btn:hover {
    background: #f6f6f6;
}

.filter-country-sub-btn.active {
    background: #63c6eb;
    color: white;
}

.filter-country-sub-btn.active:hover {
    background: #0095cd;
}

.accordion-button {
    padding: 10px 17px !important;
}

.accordion {
    --bs-accordion-bg: unset !important;
}

.accordion-item {

    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
    margin: 10px 0;
    border-radius: var(--bs-accordion-inner-border-radius);
}

.tmn, .adad {
    font-size: 11px;
    position: relative;
    right: 3px;
    top: -1px;
    color: #b1b1b1;
}

span.company-of-country {
    font-size: 11px;
    top: -6px;
    color: #929292;
    position: relative;
}

.table-striped > tbody > tr:nth-of-type(2n) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff !important;
    color: var(--bs-table-striped-color);
}

.table-striped tbody td {
    font-size: 14px
}

.table-striped tbody td button {
    font-size: 13px
}

.mynumber-card {
    margin-bottom: 10px;
}

.mynumber-card .card-body .row div.center {
    direction: ltr;
    text-align: center;
    display: block;
}

/*.card button svg{*/
/*    width:20px;*/
/*}*/

/* start ajax loading*/
.wpn-ajax-button {
    position: relative;
}

.wpn-ajax-button svg {
    -webkit-animation: ajaxLoading 0.8s linear infinite;
    animation: ajaxLoading 0.8s linear infinite;
    bottom: 0;
    display: block;
    font-size: 1em;
    left: 0;
    line-height: 1em;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    fill: #fff;
}


.is-loading .wpn-ajax-button, .wpn-ajax-button.is-loading {
    color: transparent !important;
    fill: #fff;
}

.is-loading .wpn-ajax-button:after, .wpn-ajax-button.is-loading svg {
    opacity: 1
}

.wpn-ajax-button:after {
    color: #5cbf56
}

/* end ajax loading*/

/* start content loading*/
.wpn-hidden {
    display: none !important;
}

.wpn-loading {
    display: flex;
    width: 100%;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666
}

.wpn-loading i {
    margin-bottom: 15px
}

.wpn-loading-high {
    display: flex;
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666;
    z-index: 100000
}

.wpn-loading-high i {
    margin-bottom: 15px
}

@-webkit-keyframes SpinnerRotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes SpinnerRotate {
    to {
        transform: rotate(1turn)
    }
}

.wpn-spinner {
    display: block;
    width: 50px;
    height: 50px;
    border: 4px solid #ddd;
    border-top-color: #8ed557;
    border-radius: 100%;
    margin: 0 auto;
    -webkit-animation: SpinnerRotate .5s linear infinite;
    animation: SpinnerRotate .5s linear infinite
}

.btn-loading .wpn-spinner {
    border-width: 2px;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px
}

/* end content loading*/

.wpn-number-box {
    padding: 0 10px;
}

.wpn-number-box .card-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.wpn-box-header .nav-pills .nav-link.active, .wpn-box-header .nav-pills .show > .nav-link {
    background: #fff !important;
    border-radius: 8px 8px 0 0;
    border: 1px solid rgba(161, 182, 199, .4);
    top: 1px;
    position: relative;
    z-index: 1 !important;
    color: #000 !important;
    border-bottom: unset;
}

.wpn-box-header .nav-link:hover{
  cursor: pointer;
 }
.wpn-box-header .nav-link:focus {
    color: rgba(161, 182, 199, .4);
    border: 1px solid rgba(161, 182, 199, .4);
}

/*.wpn-box-header .nav-pills .nav-link:focus{*/
/*    border: 1px solid rgba(161, 182, 199, .4);*/
/*}*/
@media (max-width: 768px) {
    .wpn-box-header .nav-link {
        font-size: 11px;
    }

    .wpn-box-header .nav-link img {
        /*display: none;*/
    }
}

@media (max-width: 526px) {
    .wpn-box-header .nav-link {
        font-size: 1rem;
    }

    .wpn-box-header .nav-link {
        width: 100%;
    }

    .wpn-box-header .nav-link img {
        float: right;
    }

    .wpn-box-header .nav-pills .nav-link.active {
        border: unset;
        border-radius: 8px;
        background-color: #e8eef6 !important;
        color: #3c4354 !important;
    }

    .game__box {
        border-radius: 8px;
    }

    .wpn-box-header .nav-pills .nav-link .game__tab-text {
        margin-right: 34px;
        cursor: pointer;
        display: flex !important;
        padding: 5px 12px !important;
    }

    .wpn-box-header .nav-pills{
        padding:5px;
        border: 1px solid rgba(161, 182, 199, .4);
        border-radius: 8px;
        margin-bottom:5px
    }

    .wpn-get-number{
        padding: 0 8px !important;
        font-size: 10px !important;
    }

    .wpn-numbers-box{
        padding: 20px 0 !important;
    }

    .wpn-numbers-plugin .accordion-body {
        padding: 0 4px !important;
    }

    .wpn-numbers-box .table-striped tbody td {
        font-size: 9px !important;
    }

    .wpn-numbers-box table {
        font-size: .6em !important;
    }

    .wpn-numbers-box .tmn,.wpn-numbers-box .adad {
        font-size: 7px !important;
    }
}

.wpn-get-number{
    padding: 4px 8px !important;
}

.wpn-not-found{
    text-align: center;
}

.wpn-wallet.wpn-tab-head-center,.wpn-my-numbers.wpn-tab-head-center{
    align-items: center;
    display: flex !important;
    justify-content: center;
    border: 5px solid #f1f1f1;
    overflow: hidden;
    background: #f1f1f1;
    transition: .3s;
    width: fit-content;
    border-radius: 8px;
    margin: 10px auto;
    animation: f-t2 1s ease;
    position: relative;
}

.wpn-wallet.wpn-tab-head-center .nav-link,.wpn-my-numbers.wpn-tab-head-center .nav-link{
cursor: pointer;
}

.wpn-wallet.online-charge-content .nav-link.active,.wpn-my-numbers.online-charge-content .nav-link.active {
    background-color: #9b42f9 !important;
}

.wpn-wallet.online-charge-content,.wpn-my-numbers.online-charge-content {
    width: auto;
}

#online-charge{
    border: 1px solid #e0e0e6 !important;
    border-radius: 8px;
    padding: 0 10px 10px 10px;
}
/* package box */
.charge-package-box{
    display: block;
}

.charge-package-box .charge-package-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: gray;
    margin: 15px auto;
    background: whitesmoke;
    padding: 10px 10px;
    border-radius: 10px;
    position: relative;
    word-spacing: -1px;
}

.charge-package-box .charge-package-item > div > span {
    font-size: 16px;
    color: #464646;
    padding: 0 0 0 2px;
}

.charge-package-box .charge-package-item .key_hover {
    position: relative;
    overflow: hidden;
}
.charge-package-box .charge-package-item .pay-a-of-paybox {
    background: #ffb03b;
    border-radius: 8px;
    color: white !important;
    padding: 5px 10px;
    box-shadow: 0px 0px 3px white;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}

.charge-package-box .charge-package-item .key_hover > span {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charge-package-box .charge-package-item > div > img {
    font-size: 67px;
    position: absolute;
    top: -37px;
    right: -28px;
    color: white;
    width: 73px;
}

.charge-package-box .charge-package-item .key_hover:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    border-radius: 30px/40px;
    -moz-transition: all .3s;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.09);
}

.charge-package-box .charge-package-item #charge_comm {
    background: #5fdaa3;
    color: white;
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 1px 3px;
    border-radius: 5px;
}

@media (max-width: 576px) {
    #custom-charge .btn-content{
        text-align: center;
        margin-top: 10px;
    }
}

.wpn-mynumber-tabs table tbody tr td:last-child {
    text-align: center;
}

#top_table_span {
    background: #f5f8fc;
    color: #006f99;
    padding: 10px 0;
    margin: 15px 0;
    font-weight: 600;
    border-radius: 10px;
    font-size: 15px;
    display: table;
    width: 100%;
    text-align: center;
}


label.gateway{
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

label.gateway .radio{
    top: 4px;
    cursor: pointer;
    position: relative;
}

label.gateway .payment-options-detail-box{
    margin-right: 16px;
    flex-grow: 1;
    align-items: flex-start;
    display: flex;
}

label.gateway .payment-options-detail-box .icon{
    margin-left: 16px;
    display: flex;
}

label.gateway .payment-options-detail-box .text-subtitle-strong{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.15;
}


.gateway-package-box {
    display: block;
    padding-top: 18px;
}

.gateway-package-box .gateway-package-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: gray;
    margin: 9px auto;
    background: whitesmoke;
    padding: 10px 10px;
    border-radius: 10px;
    position: relative;
    word-spacing: -1px;
    top: -19px;
    cursor: pointer;
}

.gateway-package-box .gateway-package-item #fee_rate {
    background: #5fdaa3;
    color: white;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 1px 3px;
    border-radius: 5px;
}

.gateway-package-box .gateway-package-item > div > span {
    font-size: 16px;
    color: #464646;
    padding: 0 0 0 2px;
}

/*table*/
/*
table {
    border-spacing: 0;
    border: 0;
    border-collapse: separate;
    text-align: right;
    width: 100%
}

table td, table th {
    text-align: right;
    vertical-align: middle
}

table thead tr td, table thead tr th {
    background: #f8f8f9;
    border: 0;
    color: #7f8187;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 20px 12px;
    border-bottom: 1px solid #ededed
}

table thead tr td:first-child, table thead tr th:first-child {
    border-right: 1px solid #ededed
}

table thead tr td:last-child, table thead tr th:last-child {
    border-left: 1px solid #ededed
}

table thead tr:first-child td, table thead tr:first-child th {
    border-top: 1px solid #ededed
}

table tbody tr td, table tbody tr th {
    background: #fff;
    border-bottom: 1px solid #ededed;
    color: #7f8187;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 20px
}

table tbody tr td:first-child, table tbody tr th:first-child {
    border-right: 1px solid #ededed
}

table tbody tr td:last-child, table tbody tr th:last-child {
    border-left: 1px solid #ededed
}

table tfoot tr td, table tfoot tr th {
    background: #f8f8f9;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    padding: 15px 20px
}

table tfoot tr td:first-child, table tfoot tr th:first-child {
    border-right: 1px solid #ededed
}

table tfoot tr td:last-child, table tfoot tr th:last-child {
    border-left: 1px solid #ededed
}

table tbody:first-child tr:first-child td:first-child, table tbody:first-child tr:first-child td:only-child, table tbody:first-child tr:first-child th:first-child, table tbody:first-child tr:first-child th:only-child, table tfoot:first-child tr:first-child td:first-child, table tfoot:first-child tr:first-child td:only-child, table tfoot:first-child tr:first-child th:first-child, table tfoot:first-child tr:first-child th:only-child, table thead tr:first-child td:first-child, table thead tr:first-child td:only-child, table thead tr:first-child th:first-child, table thead tr:first-child th:only-child {
    border-top-right-radius: 3px
}

table tbody:first-child tr:first-child td:last-child, table tbody:first-child tr:first-child td:only-child, table tbody:first-child tr:first-child th:last-child, table tbody:first-child tr:first-child th:only-child, table tfoot:first-child tr:first-child td:last-child, table tfoot:first-child tr:first-child td:only-child, table tfoot:first-child tr:first-child th:last-child, table tfoot:first-child tr:first-child th:only-child, table thead tr:first-child td:last-child, table thead tr:first-child td:only-child, table thead tr:first-child th:last-child, table thead tr:first-child th:only-child {
    border-top-left-radius: 3px
}

table tbody:first-child tr:first-child td, table tbody:first-child tr:first-child th, table tfoot:first-child tr:first-child td, table tfoot:first-child tr:first-child th {
    border-top: 1px solid #ededed
}

table tbody:last-child tr:last-child td:first-child, table tbody:last-child tr:last-child td:only-child, table tbody:last-child tr:last-child th:first-child, table tbody:last-child tr:last-child th:only-child, table tfoot tr:last-child td:first-child, table tfoot tr:last-child td:only-child, table tfoot tr:last-child th:first-child, table tfoot tr:last-child th:only-child, table thead:last-child tr:last-child td:first-child, table thead:last-child tr:last-child td:only-child, table thead:last-child tr:last-child th:first-child, table thead:last-child tr:last-child th:only-child {
    border-bottom-right-radius: 3px
}

table tbody:last-child tr:last-child td:last-child, table tbody:last-child tr:last-child td:only-child, table tbody:last-child tr:last-child th:last-child, table tbody:last-child tr:last-child th:only-child, table tfoot tr:last-child td:last-child, table tfoot tr:last-child td:only-child, table tfoot tr:last-child th:last-child, table tfoot tr:last-child th:only-child, table thead:last-child tr:last-child td:last-child, table thead:last-child tr:last-child td:only-child, table thead:last-child tr:last-child th:last-child, table thead:last-child tr:last-child th:only-child {
    border-bottom-left-radius: 3px
}

table:not(.shop_table) tbody tr:nth-child(2n) td, table:not(.shop_table) tbody tr:nth-child(2n) th {
    background: #f9f9f9
}

.kt-responsive-table table {
    min-width: 1024px
}

.kt-responsive-table table tr td:first-child {
    width: 32%
}

@media (max-width: 1023px) {
    .kt-modal-inner, .kt-responsive-table {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .kt-responsive-table {
        width: 100%
    }
}
@media (max-width: 767px){
    table thead tr td, table thead tr th {
        padding: 14px 10px 12px
    }
    table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th {
        padding: 12px 10px
    }

}
 */
/* end table*/

.wpn-api-documents{
    margin:20px 0
}

.wpn-api-documents .card{
    margin:20px 0
}

.wpn-api-documents .tab-content{
    border: 1px solid #dee2e6;
    border-top: unset;
    padding: 10px;
}

.api-documentation pre {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    background: #293340;
    color: #f8f8f2;
    border-radius: 8px !important;
    direction: ltr;
    text-align: left;
}

.api-documentation table tbody tr td {
    text-align: right !important;
}

pre {
    color: #343a40;
    padding: 1rem;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f8fafc;
    border-radius: 3px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.mt-15{
    margin-top:15px !important;
}

.m-15{
    margin:15px !important;
}

.wpn-numbers-box{
    border: 1px solid rgba(161, 182, 199, .4);
    box-shadow: 6px 6px 50px #e4eaf3;
    color: #484848;
    /* width: 80%; */
    border-radius: 20px;
    background: white;
    padding: 20px;
    margin: 0 auto;
    direction: rtl;
    /* display: table; */
    /* max-width: 1210px; */
    /*min-width: 420px;*/
    animation: from-bo .5s ease-out;
    overflow: hidden;
    min-height: calc(100vh - 387px);
}


/**
order box
 */

.order-view-box {
    margin: 0px auto;
    width: 100%;
    max-width: 450px;
    border: 1px solid rgba(161, 182, 199, .4);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 10px;
}

.order-view-box .order-id {
    margin: 0px;

    line-height: 1.5;
    font-size: 17px;
    color: rgb(108, 117, 125);
    text-align: center;
    font-weight: 500;
}

.order-view-box .order-view-section {
    display: flex;
    margin-top: 16px;
}

.order-view-box .order-item-left {
    margin: 0px;

    font-size: 1rem;
    line-height: 1.5;
    align-self: end;
    font-weight: 500;
    color: rgb(108, 117, 125);
}

.order-view-box .order-item-hr {
    margin: 0px 5px 5px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-color: rgba(0, 0, 0, 0.3);
    border-style: dashed;
    -moz-box-flex: 1;
    flex-grow: 1;
}

.order-view-box .order-item-right {
    margin: 0px;

    font-size: 1rem;
    line-height: 1.5;
    text-align: end;
    font-weight: 500;
}

.order-item-by-img {
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    -moz-box-align: center;
    align-items: center;
}

.order-item-by-img > div ,.flag-section,.product-section{
    /*overflow: hidden;*/
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
}

.order-item-by-img > div > .flags ,.flag-section .flags,.product-section .flags{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.65);
}

.order-item-name {
    margin: 0px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: end;
    font-weight: 500;
}

.order-item-by-img > div > .products {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.input-section {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}
.input-section-title {
    margin: 0px;
    font-size: 1rem;
    line-height: 1.5;
    align-self: end;
    font-weight: 500;
    color: rgb(108, 117, 125);
}
.input-section-in {
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: 100%;
}

.input-section-btn {
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    border: 0px none;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    padding: 8px;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: grid;
    -moz-box-align: center;
    place-items: center;
    width: 54px;
    height: 48px;
    font-size: 20px;
    background-color: rgb(66, 165, 245);
    cursor: pointer;
    border-radius: 0 12px 12px 0;
}
.input-section-span {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.input-section-number {
    margin: 0px;

    line-height: 1.5;
    overflow: auto hidden;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 16px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    white-space: nowrap;
    transition: all 200ms ease 0s;
}

.input-section-number-in {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.input-section-btn2 {
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    border: 0px none;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    padding: 8px;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: grid;
    -moz-box-align: center;
    place-items: center;
    width: 54px;
    height: 48px;
    font-size: 20px;
    background-color: rgb(66, 165, 245);
    cursor: pointer;
    border-radius: 12px 0 0 12px;
}

.input-section-in2{
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.input-section-in-p {
    margin: 0px;

    line-height: 1.5;
    overflow: auto hidden;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 16px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background-color: rgb(250, 248, 247);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    white-space: nowrap;
    transition: all 200ms ease 0s;
}

.input-section-in-span {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.input-section-code-btn {
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    border: 0px none;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    padding: 8px;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: grid;
    -moz-box-align: center;
    place-items: center;
    width: 54px;
    height: 48px;
    font-size: 20px;
    cursor: not-allowed;
    border-radius: 12px 0 0 12px;
    background-color: rgba(0, 0, 0, 0.12);
}
.order-status-banned {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(105, 6, 6);
    font-size: 20px;
}
.order-status-pending {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: orange;
    font-size: 20px;
}
.order-view-actions{
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
    display: grid;
    gap: 16px;
}
.order-view-actions-txt{
    margin: 0px 0px 4px;

    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(108, 117, 125);
    text-align: center;
}

.order-view-actions-txt .wating-timer{
    direction: ltr;
    text-align: center;
    display: block;
}

.wating-code-timer{
    font-size:12px;
}

.wpn-copy-received-code.active{
    background-color: rgb(66, 165, 245) !important;
}
.order-view-progress-bar{
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
    background-color: rgb(167, 202, 237);
    height: 10px;
    border-radius: 8px;
}
.order-view-progress-bar > .MuiLinearProgress-bar1Determinate {
    animation: 1000ms linear 0s infinite normal none running progress-bar-stripes;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.mui-style-t752vm {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    transition: transform 0.4s linear 0s;
    transform-origin: left center 0px;
    background-color: rgb(25, 118, 210);
}
.order-view-btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.order-view-btn-ban {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: #dc3545;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    padding: 5px 15px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 2px solid #7b242d6e;
    color: rgb(255, 255, 255);
    width: 100%;
    text-transform: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
}
.order-view-btn-cancel {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    border: 2px none;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;

    line-height: 1.75;
    min-width: 64px;
    padding: 6px 16px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 118, 210);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    width: 100%;
    text-transform: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
}

.order-view-return {

    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    display: grid;
    grid-auto-flow: column;
    -moz-box-align: center;
    align-items: center;
    gap: 4px;
    margin: 0px auto;
    color: rgb(66, 165, 245);
    cursor: pointer;
}
.order-view-return-svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

@keyframes progress-bar-stripes {

    0% {
        background-position: 0 40px;
    }
    100% {
        background-position: 0 0;
    }
}


/* start tooltip*/
[data-tooltip] {
    position: relative;
    cursor: pointer
}

[data-tooltip]:after, [data-tooltip]:before {
    pointer-events: none;
    bottom: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

[data-tooltip]:after {
    line-height: 1.8;
    font-size: 13px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .08);
    padding: 6px 12px 5px;
    color: #817f84;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    white-space: nowrap;
    right: -10px;
    margin-bottom: 8px;
    content: attr(data-tooltip);
    z-index: 1
}

[data-tooltip]:before {
    border-style: solid;
    border-width: 4px 5px 0;
    border-color: #fff transparent transparent;
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto 4px;
    right: 6px;
    z-index: 2
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    opacity: 1
}

.copy-clipboard {
    display: flex;
    float: right;
    fill: #9DAAB6;
    cursor: pointer;
    opacity: 0.4;
    height: 18px;
    width: 18px;
}

.copy-clipboard:hover {
    opacity:0.8
}

.wpn-numbers-plugin .pre{
    border-radius:8px;
}

.os_div {
    font-size: 14px;
    color: #009cd7;
    padding: 6px 0 7px 0;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
}
#os_img {
    transition: transform 0.5s ease;
    top: 2px;
    right: 7px;
    position: relative;
}
#showMoreService{
    display: none;
}
#showMoreService.show{
    display: block !important;
}

.accordion-body{
    overflow-x: auto;
}

#wpnShowOrderDetails p.order-item-name{
    margin-bottom: 0 !important;
}