.x-tab-inner-navigation, .x-panel-header-title-navigation, .x-panel-header-title-default, .x-panel-body-default, .x-form-item-label-default, .x-btn-inner-default-small, .x-form-cb-label-default, .x-window-header-title-default, .x-window-body-default, .x-form-text-default, .x-grid-item, .x-tab-inner-default, .x-boundlist-item, .x-btn-inner-default-toolbar-small, .x-form-display-field-default, .x-body, .x-menu-item-text-default, .x-fieldset-header-text, .x-grid-rowbody {
    font-family: vazir !important;
}

@font-face {
    font-family: "vazir";
    src: url(Vazirmatn-SemiBold.ttf);
}

.formInfoBox {
    background-color: #ededff;
    padding: 13px;
    border-radius: 13px;
    margin: 8px 0 8px 0;
    text-align: center;
}

.packageChargeListBox {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #e5e5e5;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 165px;
    height: 150px;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.packageChargeListBoxBellow {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color: #fc0;
    padding: 17px 5px 20px 5px;
    position: relative;
    top: 51px;
    width: 157px;
    left: 12px;
}

.packageChargeListPrice {
    position: absolute;
    right: 12px;
    top: 11px;
}

.packageChargeListBuyButton {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #be9700;
    padding: 5px 7px 5px 7px;
    position: absolute;
    left: 8px;
    top: 5px;
    vertical-align: middle;
    font-size: 12px;
}

.branchPackageChargeListBox {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 0px 5px 10px 5px;
    border: 1px solid #e5e5e5;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 165px;
    height: 150px;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.branchPackageChargeListBoxBellow {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color: #5fa2dd;
    padding: 17px 5px 20px 5px;
    position: relative;
    top: 49px;
    width: 161px;
    left: 9px;
}

.branchPackageChargeListEnable {
    color: green;
    padding: 5px 0px 0px 0px;
    text-align: right;
    /*position: relative;*/
    /*top: 3px;*/
    /*left: 116px;*/
}

.branchPackageChargeListEnable > div {
    display: inline-block;
    vertical-align: middle;
}

.branchPackageChargeListEnable :first-child + div {
    padding: 3px 3px 0 0;
}

.branchPackageChargeListDisable {
    color: red;
    padding: 5px 0px 0px 0px;
    text-align: right;
    /*position: relative;*/
    /*top: 4px;*/
    /*left: 95px;*/
}

.branchPackageChargeListDisable :first-child + div {
    padding: 3px 3px 0 0;
}

.branchPackageChargeListDisable > div {
    display: inline-block;
    vertical-align: middle;
}

.branchPackageChargeListStatusEnableIcon {
    content: url(images/enable_icon.png) !important;
    padding: 0;
    margin: 0px -1px 0 0;
    width: 19px;
    height: 19px;
    /*position: relative;*/
    /*top: 20px;*/
}

.branchPackageChargeListStatusDisableIcon {
    content: url(images/disable_icon.png) !important;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    /*position: relative;*/
    /*top: 20px;*/
    /*left: -2px;*/
}

.branchPackageChargeListDollarIcon {
    content: url(images/dollar_icon.png) !important;
    padding: 0;
    margin: 0;
    width: 17px;
    height: 17px;
    /*position: relative;*/
    /*top: 30px;*/
    /*left: -2px;*/
}

.branchPackageChargeListPrice {
    padding: 15px 0px 0px 0px;
    text-align: right;
    /*position: relative;*/
    /*top: 15px;*/
    /*left: 62px;*/
}

.branchPackageChargeListPrice > div {
    display: inline-block;
    vertical-align: middle;
}

.branchPackageChargeListPrice :first-child + div {
    padding: 3px 3px 0 0;
}

.branchPackageChargeListBuyButton {
    box-shadow: 0 4px 12px 0 rgba(187, 187, 187, 0.16);
    border-radius: 10px;
    background-color: #b9dcff;
    padding: 5px 7px 5px 7px;
    /*position: absolute;*/
    /*left: 8px;*/
    /*top: 5px;*/
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
}

.googleLoginButton {
    background-color: #ffffff !important;
    border: 1px solid #747775 !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.googleLoginButton:hover {
    background-color: #e7e9eb;
}

.googleLoginButtonIcon {
    background-image: url(images/google-icon.png) !important;
    width: 25px !important;
    height: 25px !important;
    /*background-size: 40px 40px !important;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.copy_icon {
    content: url(images/copy-icon.png) !important;
}

.buy_icon {
    content: url(images/buy-icon.png) !important;
    width: 35px !important;
    height: 35px;
    margin: 0px;
}

.dollar_icon {
    content: url(images/dollar_icon_menu.png) !important;
    width: 20px !important;
    height: 30px;
    margin: 0px;
}

.question_icon_menu_tall {
    content: url(images/help-icon.png) !important;
    width: 30px !important;
    height: 30px;
    margin: 0 10px 10px 10px !important;
}

.question_icon_menu_wide {
    content: url(images/help-icon.png) !important;
    width: 30px !important;
    height: 30px;
    margin: 0 0 0 5px !important;
}

.plus_icon {
    content: url(images/plus_icon.png) !important;
    width: 18px !important;
    margin: 0px;
}

.question_icon {
    content: url(images/question_icon.png) !important;
    width: 18px !important;
    margin: 0px;
}

.branchCustomerListBox {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    border-radius: 8px;
    margin: 5px;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    text-align: center;
    height: 67px;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.branchCustomerListEmail {
    text-align: right;
    padding-right: 5px;
}

.branchCustomerListEnable {
    color: green;
    display: inline-block;
    padding-right: 3px;
}

.branchCustomerListDisable {
    color: red;
    display: inline-block;
    padding-right: 3px;
}

.branchCustomerListLstPi {
    text-align: right;
    padding-right: 5px;
}

.branchCustomerListLstPi :first-child {
    display: inline-block;
    padding-right: 3px;
    color: #a3a3a3;
    margin: 0 8px 0 0;
    font-size: 12px;
}

.threeDots_icon {
    content: url(images/threeDots_icon.png) !important;
    width: 22px !important;
    height: 19px !important;
}

.branchCustomerListThreeDots {
    float: left;
    display: inline-block;
    position: relative;
    left: 9px;
    top: -34px;
    height: 19px;
}

.copy_icon2 {
    content: url(images/copy-icon.png) !important;
    width: 22px !important;
    height: 22px !important;
}

.customer_charge_menu_icon {
    content: url(images/add_charge_icon.png) !important;
}

.branchCustomerChargeWindowComboItem {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.06) !important;
    /*box-shadow: 0 4px 12px 0 rgb(0 0 0 / 17%);*/
    /*padding: 5px;*/
}

.branchCustomerChargeWindowComboName {
    display: inline-block;
}

.branchCustomerChargeWindowComboPrice {
    display: inline-block;
    color: #a3a3a3;
    margin-right: 3px;
}

.infoBoxTop {
    background-color: #ededff;
    padding: 13px;
    border-radius: 13px;
    margin: 8px;
    text-align: center;
}

.helpBox {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 5px 5px 0 0;
    width: 300px;
}

.android_direct_icon {
    content: url(images/android_direct.png) !important;
}

.android_googleplay_icon {
    content: url(images/android_googlePlay.png) !important;
}

.ios_direct_icon {
    content: url(images/ios_direct.png) !important;
}

.ios_appstore_icon {
    content: url(images/foxray_icon.png) !important;
}

.windows_direct_icon {
    content: url(images/windows_direct.png) !important;
}


.helpAndroidSlid1 {
    content: url(images/help/android1.jpg) !important;
}

.helpAndroidSlid2 {
    content: url(images/help/android2.jpg) !important;
}

.helpAndroidSlid3 {
    content: url(images/help/android3.jpg) !important;
}

.helpAndroidSlid4 {
    content: url(images/help/android4.jpg) !important;
}

.helpAndroidSlid5 {
    content: url(images/help/android5.jpg) !important;
}

.helpAndroidSlid6 {
    content: url(images/help/android6.jpg) !important;
}

.helpAndroidSlid7 {
    content: url(images/help/android7.jpg) !important;
}

.helpAndroidSlid8 {
    content: url(images/help/android8.jpg) !important;
}

.helpAndroidSlid9 {
    content: url(images/help/android9.jpg) !important;
}

.helpAndroidSlid10 {
    content: url(images/help/android10.jpg) !important;
}


.helpWindowsSlid1 {
    content: url(images/help/windows1.jpg) !important;
}

.helpWindowsSlid2 {
    content: url(images/help/windows2.jpg) !important;
}

.helpWindowsSlid3 {
    content: url(images/help/windows3.jpg) !important;
}

.helpWindowsSlid4 {
    content: url(images/help/windows4.jpg) !important;
}

.helpWindowsSlid5 {
    content: url(images/help/windows5.jpg) !important;
}

.helpWindowsSlid6 {
    content: url(images/help/windows6.jpg) !important;
}

.helpWindowsSlid7 {
    content: url(images/help/windows7.jpg) !important;
}

.helpWindowsSlid8 {
    content: url(images/help/windows8.jpg) !important;
}

.helpWindowsSlid8 {
    content: url(images/help/windows9.jpg) !important;
}

.helpWindowsSlid10 {
    content: url(images/help/windows10.jpg) !important;
}


@media only screen and (min-device-width: 500px) {
    .helpAndroid {
        width: 500px;
        height: 500px;
    }

    .helpWindows {
        width: 500px;
        height: 500px;
    }
}

.helpAndroid {
    max-width: 400px;
    width: 70%;
    height: auto;
}

.helpWindows {
    width: 100%;
    height: auto;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.contactUsBoxTelegram {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 5px 5px 0 0;
    width: 300px;
}

.telegram_icon {
    content: url(images/telegram_icon.png) !important;
}

.foxray_icon {
    content: url(images/foxray_icon.png) !important;
}

.helpIos {
    max-width: 400px;
    width: 70%;
    height: auto;
}

.helpIosSlid1 {
    content: url(images/help/ios1.jpg) !important;
}

.helpIosSlid2 {
    content: url(images/help/ios2.jpg) !important;
}

.helpIosSlid3 {
    content: url(images/help/ios3.jpg) !important;
}

.helpIosSlid4 {
    content: url(images/help/ios4.jpg) !important;
}

.helpIosSlid5 {
    content: url(images/help/ios5.jpg) !important;
}

.helpIosSlid6 {
    content: url(images/help/ios6.jpg) !important;
}

.helpIosSlid7 {
    content: url(images/help/ios7.jpg) !important;
}
