@font-face {
    font-family: 'iransans';
    src: url(/lib/font/IRANSANS.TTF);
}

* {
    font-family: iransans;
}

.div-column {
    display: flex;
    flex-direction: column;
}
.div-row {
    display: flex;
    flex-direction: row;
}
.w-13
{
    width: 13% !important;
}
.bg-pale-blue {
    background-color: #54C5D0;
}

.bg-green {
    background-color: #1F7D34;
}

.bg-Beige {
    background-color: #D8762A;
}

.bg-red {
    background: #D8342A;
}

.bg-dark-blue {
    background-color: #2A3D7B;
}

.bg-yellow {
    background-color: #FFCB08 !important;
}

.bg-purpule {
    background-color: #851179;
}

.border-simcard {
    border: 2px solid white;
    border-radius: 25px 12px 12px 12px;
}

.full-width {
    width: 100% !important;
}

.h-200 {
    height: 200px;
}

.h-180 {
    height: 180px;
}

.w-90 {
    width: 90%;
}

.store-text {
    font-size: 13px;
}

.owner-store-text {
    font-size: 14px;
    font-weight: bold;
}

.justify-content-space-evenly {
    justify-content: space-evenly;
}

.type-simcard-select {
    width: 105px;
    height: 85px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px 12px 12px 12px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.txt-type-simcard-select {
    color: white;
    font-size: 12px;
    margin-left: 5px;
    font-weight: bold;
    white-space: nowrap;
}

.pic-type-simcard-select {
    border-radius: 7px;
    width: 42px;
    margin-left: 2px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.pic-irancell-simcard-select {
    border-radius: 13px;
    width: 45px;
    height: 45px;
    padding: 2px;
}

.f-10 {
    font-size: 10px;
}

.f-14 {
    font-size: 14px;
}

.pic-rightel-simcard-select {
    border-radius: 7px;
    height: 39px;
    margin-left: 2px;
    width: 51px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.box-search-simcard {
    width: 90%;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.box-shadow-none {
    box-shadow: none !important;
}
.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-35 {
    width: 35%;
}

.button-box-search-simcard {
    border: 1px solid #FFFCFC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px 5px 5px 5px;
    width: 80px;
    padding: 0.5rem;
}

.button-box-search-simcard a {
    text-decoration: none;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 10px;
}

.select-areaCode {
    font-size: 10px;
    padding: 2px;
}

.btn-page {
    width: 86px;
    background: #D8762A;
    border: 1px solid #D8762A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-decoration: none;
}

.header-table-store {
    background: #F6F1F1;
    border-radius: 5px;
    font-weight: bold !important;
    padding: 0.5rem;
    font-size: 12px;
}

.mt-table-rows {
    margin-top: 0.1rem;
}

@media screen and (max-width: 100px) {
    .type-simcard-select {
        width: 60%;
    }
}

@media screen and (max-width: 370px) {
    .txt-type-simcard-select {
        font-size: 9px;
    }

    .pic-type-simcard-select {
        width: 2rem;
    }

    .pic-rightel-simcard-select, .pic-irancell-simcard-select {
        width: 2.5rem;
        height: 2rem;
    }

    .type-oparator-select {
        width: 30% !important;
    }
}
/*#new, #used {*/
/*    border: 0px;*/
/*    width: 100%;*/
/*    height: 2em;*/
/*    position: relative;*/
/*    bottom: 5px;*/
/*}*/
.pagination-control {
    height: 38px;
    background: #fff;
    border: 1px;
}

#sim-cards-body {
    height: 70vh;
    overflow-x: scroll;
}

/**
===================================
 */

.on__loading {
    opacity: 0.4;
    pointer-events: none;
    background-color: #fff;
}

/***/

#loading_title {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 80%;
    left: 50%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
}

.f-12 {
    font-size: 12px;
}

.hidden {
    display: none;
}
.d-rtl
{
    direction: rtl;
}
.form-select {
    background-size: 6px !important;
}

.select-areaCode {
    font-size: 11px !important;
    padding: 0.475rem 0.35rem 0.375rem 1.05rem !important;
    background-position: left 0.35rem center !important;
    width: 100px !important;
}
.w-40
{
    width: 40%;
}
#simcards__inner {
    font-weight: bold !important;
}

@media screen and (max-width: 400px) {
    .select-areaCode {
        width: 35% !important;
    }
}
@media screen and (max-width: 500px)
{
    .w-radios
    {
        width: 46% !important;
        margin-right: 5px;
    }
}
input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
}
.w-radios
{
    width: 27%;
}