@font-face {
    font-family: 'IRANSans-num';
    src: url("../fonts/IRANSansFaNum.eot");
    src: url("../fonts/IRANSansFaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansFaNum.woff2") format("woff2"), url("../fonts/IRANSansFaNum.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ico';
    src: url("../fonts/ico.eot?va1ilb");
    src: url("../fonts/ico.eot?va1ilb#iefix") format("embedded-opentype"), url("../fonts/ico.ttf?va1ilb") format("truetype"), url("../fonts/ico.woff?va1ilb") format("woff"), url("../fonts/ico.svg?va1ilb#ico") format("svg");
    font-weight: normal;
    font-style: normal;
}

i.icome {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-Group-825:before {
    content: "\e900";
}

.en_num {
    font-family: "Courier New" !important;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.fa_num {
    font-family: 'IRANSans-num';
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ico-upload-button:before {
    content: "\e901";
    color: #a2a2a2;
}

.ico-iconmonstr-upload-141:before {
    content: "\e919";
}

.ico-cancel:before {
    content: "\e91b";
    font-size: 10px;
}

.ico-iconmonstr-password-12:before {
    content: "\e91c";
}

.ico-iconmonstr-smartphone-3:before {
    content: "\e91d";
}

.ico-Group-638:before {
    content: "\e902";
}

.ico-iconmonstr-log-out-3:before {
    content: "\e903";
}

.ico-iconmonstr-user-10:before {
    content: "\e904";
}

.ico-iconmonstr-youtube-9:before {
    content: "\e906";
}

.ico-play-icon:before {
    content: "\e907";
}

.ico-bar-chart:before {
    content: "\e905";
}

.ico-Group-636:before {
    content: "\e91a";
    color: #fff;
}

.ico-Group-637:before {
    content: "\e91e";
}

.ico-baseline-add-24px:before {
    content: "\e908";
}

.ico-Group-711:before {
    content: "\e909";
    color: #c4c4c4;
}

.ico-Group-820:before {
    content: "\e90a";
}

.ico-Group-821:before {
    content: "\e90b";
}

.ico-iconmonstr-banknote-12:before {
    content: "\e90c";
}

.ico-iconmonstr-chart-3:before {
    content: "\e90d";
}

.ico-iconmonstr-coin-9:before {
    content: "\e90e";
}

.ico-iconmonstr-credit-card-6:before {
    content: "\e90f";
}

.ico-iconmonstr-debit-6:before {
    content: "\e910";
    color: #fabf2c;
}

.ico-iconmonstr-email-15:before {
    content: "\e911";
}

.ico-iconmonstr-id-card-3:before {
    content: "\e912";
    color: #fabf2c;
}

.ico-iconmonstr-key-2:before {
    content: "\e913";
}

.ico-iconmonstr-speech-bubble-comments-thin:before {
    content: "\e914";
}

.ico-iconmonstr-upload-14:before {
    content: "\e915";
}

.ico-iconmonstr-user-30:before {
    content: "\e916";
    color: #c4c4c4;
}

.ico-invoice:before {
    content: "\e917";
}

.ico-purse:before {
    content: "\e918";
}

* {
    font-family: 'IRANSans-num';
}

i {
    vertical-align: middle;
}

body {
    background: #f5f5f5;
    overflow-x: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

html {
    margin-top: 0 !important;
    direction: rtl;
    height: 100%;
    position: relative;
}

.navbar-brand {
    float: left !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.navbar-brand > img {
    max-width: 170px !important;
}

.navbar-toggle {
    float: right;
    margin-right: 15px;
    margin-left: auto;
}

.navbar-toggle .icon-bar {
    background: #f5f5f5;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left !important;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        margin-right: auto;
    }

    .navbar-nav {
        padding: 8px 0 0 0 !important;
    }
}

@media (max-width: 767px) {
    .c-pdd-xs {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-xs {
        padding-left: 0 !important;
    }

    .r-pdd-xs {
        padding-right: 0 !important;
    }

    .img-parent {
        left: 29%;
        transform: translate(-45%, -50%);
    }

    .tex-blog-cont {
        display: flex;
        flex-direction: column;
    }

    .padding-imgs {
        padding: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-pdd-sm {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-sm {
        padding-left: 0 !important;
    }

    .r-pdd-sm {
        padding-right: 0 !important;
    }
}


/* ------------md----------- */

@media (min-width: 992px) and (max-width: 1199px) {
    .c-pdd-md {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-md {
        padding-left: 0 !important;
    }

    .r-pdd-md {
        padding-right: 0 !important;
    }
}


/* ------------lg----------- */

@media (min-width: 1200px) {
    .c-pdd-lg {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-lg {
        padding-left: 0 !important;
    }

    .r-pdd-lg {
        padding-right: 0 !important;
    }
}

.dis-in {
    display: inline-block;
}

.c-pdd {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.l-pdd {
    padding-left: 0 !important;
}

.r-pdd {
    padding-right: 0 !important;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

a {
    text-decoration: none !important;
    cursor: pointer;
}


/* ---------- var ------- */

.en-num {
    font-family: sans-serif;
}

.bor-b {
    border-bottom: 1px solid;
    border-color: #fabf2c;
}

.bor-t {
    border-top: 1px solid;
    border-color: #fabf2c;
}

.bs-box {
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.close-bt {
    display: block;
    border: 1.2px solid #999999;
    color: #999999;
    background: #fff;
    width: 71px;
    padding: 1px 0 3px;
    font-size: 13px;
    border-radius: 5px;
}

.m-z {
    margin: 0 !important;
}

.btn-styll {
    display: flex;
    justify-content: space-around;
}


/* ---------- start after ------------------------------------------- */

.dit-box {
    height: 17.5px;
    margin-bottom: 5px;
}

.swiper-slide > div {
    padding: 0 10px;
}

[class*="fsz-16p"] {
    font-size: 16px;
}

[class*="fsz-14p"] {
    font-size: 14px;
}

[class*="fsz-10p"] {
    font-size: 10px;
}

[class*="text-bold"] {
    font-weight: bold;
}

.app-download {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.border-bottom {
    border-bottom: 2px solid #fabf2c;
    margin-bottom: 14px;
    display: inline-block;
}

.app-link {
    padding: 15px 0;
    display: flex;
    width: 80%;
    justify-content: space-around;
    align-items: center;
}

.mark-hp {
    border-radius: 10px;
    border: solid 1px #121933;
    background-color: #121933;
    color: #fabf2c;
    font-size: 14px;
    display: inline-block;
    padding: 0 7px;
    line-height: 28px;
}

.btn-send-number {
    background-color: #fabf2c;
    padding: 6px 15px;
}

.input-num {
    line-height: 40px;
}

.bg-f4 {
    background-color: #f4f4f4;
}

.input-num::placeholder {
    font-size: 13px;
    color: #b1b1b1;
}

.input-num {
    border: none;
    background-color: #f4f4f4;
}

.padding-none {
    padding: 0;
}

.styl-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.color-b1 {
    color: #b1b1b1;
}

.qrcode {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-qr {
    padding-bottom: 10px;
    display: block;
}

.d-flex {
    display: flex;
    justify-content: center;
}

.pading15 {
    padding: 0 15px;
}


/* img-phon//////////////////////////// */

.img-phone {
    width: 100%;
    padding-top: 38px;
    position: relative;
}

.img-parent {
    position: absolute;
    width: 182px;
    height: 318px;
    top: 57%;
    left: 47%;
    transform: translate(-49%, -50%);
}

.contain-qr {
    margin-top: 15px;
}


/* .f-size{
font-size: 10px;
} */


/* .swiper */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    text-align: center;
    line-height: 20px;
    font-size: 1px;
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    background: #121933;
    margin: 0 2px;
}

.swiper-pagination-bullet-active {
    color: #fabf2c;
    background: #fabf2c;
}

.swiper-pagination {
    bottom: -75px;
    width: 100%;
}


/* .swiper */

.asc {
    padding: 25px 0 14px;
    display: inline-block;
    font-size: 13px;
    width: 100px;
    background-color: pink;
}

.m-0 {
    margin: 0;
}

.d-flex {
    display: flex;
}

.h-input {
    height: 26px;
}


/* Foreign-exchange-records -start-tag- */

.df-jb {
    display: flex;
    justify-content: space-between;
}

.box-right-x {
    padding: 0 10px;
    padding-top: 9px;
    border-radius: 5px;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.16);
}

.tx-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    border: 1px dashed #e9e9e9;
    font-size: 12px;
    color: #212121;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 0 5px;
}

.color-g {
    color: #069e37;
}

.color-b {
    color: #0b59ae;
}

.tx-are {
    border: 1px dashed #e9e9e9;
    font-size: 12px;
    color: #212121;
    border-radius: 5px;
    flex-direction: column;
    padding-right: 5px;
}

.tex-cont {
    height: 131px;
}

.btn-down {
    background-color: #fabf2c;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    border: none;
    width: 100%;
    line-height: 31px;
    margin-bottom: 31px;
    margin-top: 32px;
}

.btn-down-2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.pt-pb {
    padding: 20px 0;
}

.styletag {
    border-bottom: 2px solid #fabf2c;
    font-size: 13px;
    padding: 0 12px;
}

.mb-8 {
    margin-bottom: 8px;
}

.pos-r {
    position: relative;
}

.btn-pos-ab {
    position: absolute;
    bottom: -55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-pos-ab button {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    border: none;
    border-radius: 8px;
    width: 110px;
    margin: 0 5px;
}

.color-btn-gr {
    background-color: #069e37;
}

.color-btn-g {
    background-color: #b4b4b4;
}

.paddingb-15 {
    padding-bottom: 21px !important;
}

.tx-content-1 {
    display: block;
}


/* Foreign-exchange-records -end-tag-*/

.cournc-price-box {
    min-height: 60px;
    max-height: 83px !important;
    overflow: hidden !important;
}

.img-bu {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.st-span {
    font-size: 9px;
    color: #b4b4b4;
}

.styl-div-dit {
    display: flex;
    justify-content: space-between;
}

.con > div:last-of-type {
    margin-bottom: 0 !important;
}


/*.file-attachment-box .form-control{*/


/*padding: 0;*/


/*font-size: 12px;*/


/*}*/

.file-attachment-box .upload_button::-webkit-file-upload-button {
    visibility: hidden;
}

.file-attachment-box .upload_button::before {
    content: '';
    display: inline-block;
    background: linear-gradient(top, #001144, #001144);
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

header.header-1 .sec-1 {
    background: #1e2427;
    padding: 10px 0;
}

a#open-login {
    position: relative;
}

header.header-1 .sec-1 .login-box {
    position: relative;
}

header.header-1 .sec-1 .login-box a {
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    margin-left: 40px;
}

header.header-1 .sec-1 .login-box a img {
    width: 18px;
}

.nav-box .login-modal {
    display: none;
    position: absolute;
    width: 270px;
    background: #fff;
    z-index: 2;
    top: 26px;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
}

.nav-box .login-modal .head {
    font-size: 13px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    background: #ededed;
}

.nav-box .login-modal .head .close-btn {
    float: left;
    cursor: pointer;
    margin-left: 2px;
    color: #686868;
}

.nav-box .login-modal .con {
    padding: 15px 15px 10px;
}

.nav-box .login-modal .con .in-box {
    position: relative;
    margin-bottom: 14px;
}

.nav-box .login-modal .con .in-box input {
    width: 100%;
    padding-right: 25px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    height: 27px;
    text-align: center;
}

.nav-box .login-modal .con .in-box input::placeholder {
    text-align: right;
}

.nav-box .login-modal .con .in-box::-webkit-input-placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.nav-box .login-modal .con .in-box:-ms-input-placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.nav-box .login-modal .con .in-box::-ms-input-placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.nav-box .login-modal .con .in-box::placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.nav-box .login-modal .con .in-box i {
    color: #aeaeae;
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 15px;
}

.nav-box .login-modal .con .in-box i.ic2 {
    font-size: 12px;
    top: 6px;
}

.nav-box .login-modal .con .forgot {
    display: block;
    color: #fabf2c;
    font-size: 12px;
    text-align: center;
    margin: 0 auto 12px;
    border-bottom: 1px dashed #c6c6c6;
    width: 145px;
    padding-bottom: 2px;
}

.nav-box .login-modal .con .log-btn {
    display: block;
    margin: auto;
    border: 1.2px solid #069E37;
    color: #069E37;
    background: #fff;
    width: 71px;
    padding: 1px 0 3px;
    font-size: 13px;
    border-radius: 5px;
}

.nav-box .login-modal .con .log-btn:hover {
    color: #fff;
    background: #069E37;
}

.nav-box .login-modal .con .remember {
    font-size: 12px;
    margin: 10px 0 0;
    display: inline-block;
    cursor: pointer;
}

.nav-box .login-modal .con .remember::before {
    content: "\f096";
    font-family: 'fontawesome';
    font-size: 16px;
    float: right;
    margin-left: 6px;
    margin-top: -1px;
}

.nav-box .login-modal .con .remember.en::before {
    content: "\f14a";
    color: #069E37;
}

.nav-box .login-modal .foot {
    font-size: 12px;
    padding: 9px 15px 11px;
    border-top: 1px dashed #b6b6b6;
    font-size: 12px;
}

.nav-box .login-modal .foot a {
    font-size: 12.5px !important;
    margin: 3px 0 0 0 !important;
    color: #00BCD4 !important;
    display: block;
    padding: 3px 0 0 !important;
}

header.header-1 .sec-1 .social-box a {
    color: #fff;
    display: inline-block;
    margin: 0 4px;
}

header.header-1 .sec-2 {
    background: #fff;
    padding: 2px 0;
}

header.header-1 .sec-2 .cournc-price-box .c-row {
    padding: 10px 0 10px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

header.header-1 .sec-2 .cournc-price-box .c-row .dollar {
    font-weight: 500;
    margin-bottom: 0px;
}

header.header-1 .sec-2 .cournc-price-box .c-row .per {
    font-weight: 200;
    color: #1cce4b;
    font-size: 11px;
}

header.header-1 .sec-2 .cournc-price-box .c-row img {
    float: left;
    margin-left: 75px;
    width: 39px;
    border: 1px solid;
    border-radius: 40px;
    padding: 2px;
    border-color: #fabf2c;
}

header.header-1 .sec-2 .logo-box img {
    width: 100%;
}

header.header-1 .sec-3 {
    background: #022f40;
    padding: 6px 0;
    border-bottom: none;
}

header.header-1 .sec-3 .nav-box nav {
    min-height: auto;
    margin: 0;
}

header.header-1 .sec-3 .nav-box nav ul li a {
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
}

header.header-1 .sec-3 .nav-box nav ul li a:hover {
    background: transparent;
    color: #fabf2c;
}

header.header-1 .sec-3 .nav-box nav ul li.active a {
    border-bottom: 1px solid #fabf2c;
}

header.header-1 .sec-3 .search-box form .s-box {
    margin-top: 4px;
    position: relative;
}

header.header-1 .sec-3 .search-box form .s-box input {
    width: 100%;
    background: transparent;
    border: none !important;
    outline: none !important;
    color: #fff;
    font-size: 13px;
}

header.header-1 .sec-3 .search-box form .s-box input::-webkit-input-placeholder {
    color: #fff;
}

header.header-1 .sec-3 .search-box form .s-box input:-ms-input-placeholder {
    color: #fff;
}

header.header-1 .sec-3 .search-box form .s-box input::-ms-input-placeholder {
    color: #fff;
}

header.header-1 .sec-3 .search-box form .s-box input::placeholder {
    color: #fff;
}

header.header-1 .sec-3 .search-box form .s-box button {
    position: absolute;
    background: transparent;
    border: none;
    outline: none !important;
    color: #fff;
    left: 0;
    top: 0;
}


/* ---------- header-2 ------- */

header.header-2 {
    background: #253137;
    padding: 2px 0;
    border-bottom: 1.2px solid;
    border-color: #fabf2c;
}

header.header-2 .sec-1 .logo-box img {
    width: 44px;
}

header.header-2 .sec-1 .nav-box nav {
    min-height: auto;
    margin-top: 24px;
}

header.header-2 .sec-1 .nav-box nav ul li a {
    padding: 4px 10px;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
}

header.header-2 .sec-1 .nav-box nav ul li a:hover {
    background: transparent;
    color: #fabf2c;
}

header.header-2 .sec-1 .nav-box nav ul li.active a {
    border-bottom: 1px solid #fabf2c;
}

header.header-2 .sec-1 .extra-box a {
    border: 1px solid #fabf2c;
    color: #fff;
    border-radius: 9px;
    padding: 2px 6px 4px;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
}

header.header-2 .sec-1 .extra-box a span {
    border: 1px solid #fabf2c;
    color: #fabf2c;
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    padding: 2px 0;
    margin-left: 3px;
    font-size: 11px;
}


/* ---------- footer ------- */

footer {
    background: #022f40;
    padding: 60px 0 27px;
}

footer p {
    font-size: 13px;
    color: #fff;
    line-height: 28px;
}

footer .footer-description img {
    max-width: 220px;
    display: block;
    margin-bottom: 15px;
}

footer .footer-sec-title {
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

footer ul.footer-menu {
    padding: 0;
    list-style: none;
}

footer ul.footer-menu li + li {
    margin-top: 10px;
}

footer ul.footer-menu li a {
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer ul.footer-menu li a:hover {
    color: rgb(4, 223, 212);
}

footer .footer-social {
    display: flex;
}

footer .footer-social a {
    font-size: 18px;
    height: 32px;
    width: 32px;
    background: #244f65;
    margin: 5px;
    display: flex;
    border-radius: 61%;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

footer .footer-social a:hover {
    background: #0078E6;
}

footer .copyright {
    color: #ccc;
    margin-top: 40px;
}

.my-3 {
    margin-top: 16px;
    margin-bottom: 16px;
}


/* ---------- index-page ------- */

.index-page .sec-1 {
    position: relative;
    overflow: hidden;
}

.index-page .sec-1 .nav-sec {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.index-page .sec-1 .nav-sec .arr-btn {
    border: none;
    outline: none !important;
    background: #ffffff42;
    color: #fff;
    font-size: 21px;
    width: 32px;
}

.index-page .sec-1 .nav-sec .arr-btn:hover {
    background: #3f3b3bad;
}

.index-page .sec-1 .nav-sec .arr-btn.next {
    float: left;
    border-right: 2px solid #fabf2c;
}

.index-page .sec-1 .nav-sec .arr-btn.prev {
    float: right;
    border-left: 2px solid #fabf2c;
}

.index-page .sec-1 .tb-img {
    height: auto;
    width: 100%;
    display: none;
}

.index-page .sec-1 .tb-img:first-child {
    display: block;
}

.index-page .sec-1 .dec-sec {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
}

.index-page .sec-1 .dec-sec .c-row {
    height: 101.4px;
}

.index-page .sec-1 .dec-sec .con-box {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 101.4px;
    padding: 6px 15px 12px;
    background: #ffffff42;
    width: 250px;
    margin: 0 auto;
}

.index-page .sec-1 .dec-sec .con-box h3 {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 27px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.index-page .sec-1 .dec-sec .con-box .lab {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
    background: #0f0f0fa8;
    font-size: 12px;
    padding: 1px 20px;
    float: left;
    margin-left: -15px;
}

.index-page .sec-1 .dec-sec .con-box img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    padding: 5px;
    background: #fff;
    position: absolute;
    top: -30px;
    right: 15px;
}

.index-page .sec-1 .dec-sec .con-box.active {
    -webkit-transform: translate(0, -59px);
    transform: translate(0, -59px);
    height: 250px;
    border-top: 2px solid;
    border-color: #fabf2c;
}

.index-page .sec-1 .dec-sec .con-box.active .lab {
    border-bottom: 2px solid;
    border-color: #fabf2c;
}

.index-page .sec-1 .dec-sec .con-box.active h3 {
    margin-top: 65px;
    font-size: 14px;
}

.index-page .sec-1 .dec-sec .con-box.active img {
    opacity: 1;
}

.index-page .sec-2 {
    background: none;
}

.index-page .sec-2 .c-row {
    padding: 30px 15px 10px;
}

.index-page .sec-2 .content .sec-2-1 .head .r-lab {
    float: right;
    margin-top: -12px;
    margin-right: -12px;
}

.index-page .sec-2 .content .sec-2-1 .head .r-lab .img {
    width: 70px;
    height: 70px;
    border-radius: 80px;
    padding: 7px;
    border: 1.2px solid;
    border-color: #fabf2c;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-left: -11px;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back {
    background: #253137;
    height: 42.5px;
    border-radius: 8px 0 0 8px;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .lab {
    height: 42.5px;
    background: #fabf2c;
    padding: 11.3px 15px;
    position: relative;
    z-index: 1;
    float: right;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list {
    display: inline-block;
    border: 0;
    background: #253137;
    padding: 7px 0;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li {
    position: relative;
    border-left: 1px solid #555555;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li:last-child {
    border-left: none;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li a {
    color: #fff;
    outline: none !important;
    border: none;
    padding: 4px 15px;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li a:hover {
    background: transparent;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li.active a {
    color: #fabf2c;
    background: transparent;
}

.index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li.active:before {
    content: "\f0d8";
    font-family: 'fontawesome';
    position: absolute;
    color: #fabf2c;
    bottom: -19px;
    font-size: 21px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.index-page .sec-2 .content .sec-2-1 .con {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder {
    position: relative;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder img {
    width: 302.50px;
    height: auto;
    border-radius: 2px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder h4 {
    position: absolute;
    font-size: 12px;
    top: 5px;
    right: 0;
    background: #000000a6;
    color: #fff;
    padding: 10px 15px;
    width: 85%;
    line-height: 1.6;
    font-weight: 700;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic {
    padding: 10px 8px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic .p1 {
    font-size: 13px;
    color: #2c2c2c;
    text-align: justify;
    line-height: 1.9;
    margin-bottom: 6px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic .date {
    font-size: 9px;
    color: #b4b4b4;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic .link-btn {
    background: #fabf2c;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 7px;
    font-size: 11px;
    position: relative;
    border-radius: 0 8px 8px 0;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic .link-btn span {
    background: #253137;
    color: #fff;
    float: left;
    width: 33px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 8px 0 0 8px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row {
    padding: 10px 13px;
    background: #f4f4f4;
    margin-bottom: 5px;
    border-radius: 8px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .img-holder-2 {
    display: inline-block;
    float: right;
    height: 90px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .img-holder-2 .img {
    width: 65px;
    height: 65px;
    border-radius: 80px;
    padding: 5px;
    position: relative;
    background: #fff;
    margin-left: 8px;
    margin-top: 2px;
    margin-right: -4px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .con-2 h5 {
    margin-top: 0;
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 5px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .con-2 .date {
    font-size: 9px;
    color: #808080;
}

.index-page .sec-2 .content .sec-2-2 {
    margin-top: 20px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news {
    position: relative;
    padding-top: 30px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .head {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -15px;
    background: #fff;
    padding: 2px 7px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .head .slider-home-pagination {
    display: inline-block;
    padding: 0 20px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .head .slider-home-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 4px;
    padding: 2px;
    border: 1px solid #9f9f9f;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    position: relative;
    outline: none !important;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .head .slider-home-pagination .swiper-pagination-bullet::before {
    content: '.';
    position: absolute;
    left: 50%;
    top: -23px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 30px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .head .slider-home-pagination .swiper-pagination-bullet-active::before {
    color: #fabf2c;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .head .nav-btn {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #6c6c6c;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 23px;
    outline: none !important;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box {
    padding: 0 3px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box img {
    width: 100%;
    min-height: 100px;
    border-radius: 8px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box h6 {
    line-height: 1.7;
    font-weight: bold;
    color: #2a2a2a;
    height: 40px;
    overflow: hidden;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box .dit {
    font-size: 9px;
    margin-bottom: 10px;
    color: #b4b4b4;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box .dit .cat {
    border: 1px solid #959595;
    padding: 0px 8px;
    border-radius: 15px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box .dit .date {
    margin: 0 9px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box .p1 {
    font-size: 12px;
    color: #434343;
    line-height: 1.6;
    height: 110px;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box .p1 a {
    color: #b4b4b4;
}

.index-page .sec-2 .content .sec-2-2 .slide-news .box .p1 a:hover {
    color: #fabf2c;
}

.index-page .sec-2 .slide .sec-s2-1 .soc-row {
    font-size: 12px;
    padding: 2px 0;
    text-align: right;
    direction: ltr;
    color: #fff;
    margin-bottom: 6px;
}

.index-page .sec-2 .slide .sec-s2-1 .soc-row .p1 {
    color: #fff;
    margin-right: 8px;
}

.index-page .sec-2 .slide .sec-s2-1 .soc-row .p2 {
    float: left;
    color: #fff;
    font-size: 11px;
    margin-top: 2.5px;
    margin-left: 2px;
}

.index-page .sec-2 .slide .sec-s2-1 .soc-row .ico {
    float: left;
    background: #fff;
    padding: 3px;
    margin: -2px 5px 0;
}

.index-page .sec-2 .slide .sec-s2-1 .soc-row .ico img {
    width: 15px;
}

.index-page .sec-2 .slide .sec-s2-1 .insta-rwo {
    background: #f09433;
    background: linear-gradient(45deg, #ffd406 0%, #f45017 25%, #ff3e04 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.index-page .sec-2 .slide .sec-s2-1 .telegram-rwo {
    background: #30BBFC;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live {
    background: #f4f4f4;
    margin-top: 26px;
    padding: 0 5px;
    padding-bottom: 10px;
    border-radius: 8px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .head {
    padding: 5px 15px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .head h1 {
    display: inline-block;
    color: #3a3a3a;
    font-size: 13px;
    margin-top: 9px;
    font-weight: bold;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .head .ico {
    float: left;
    margin: 9px 0;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con {
    padding: 5px 15px;
    margin: 0 3px;
    height: 335px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* padding-bottom: 163px; */
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con::-webkit-scrollbar {
    width: 4px;
    border-radius: 50px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con::-webkit-scrollbar-track {
    background: #d1d3d5;
    border-radius: 50px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con::-webkit-scrollbar-thumb {
    background: #afafae;
    border-radius: 50px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row {
    display: -webkit-box;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px;
    padding: 4px 5px;
    margin-bottom: 8px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .link:hover span {
    border: 1px solid #fabf2c;
    color: #fabf2c;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .link span {
    width: 18px;
    height: 18px;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    border-radius: 38px;
    display: inline-block;
    padding: 1px 3px;
    font-size: 11px;
    margin: 2px 3px 0 0;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .per.down {
    text-align: left;
    color: #f82819;
    font-size: 13px;
    padding-top: 3px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .per.up {
    text-align: left;
    color: #1cce4b;
    font-size: 13px;
    padding-top: 3px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .dollar {
    text-align: left;
    font-size: 13px;
    padding-top: 4px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .dollar span {
    color: #cacaca;
    font-weight: bold;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .logo {
    text-align: left;
    font-size: 12px;
}

.index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .logo img {
    margin: 0 3px;
    width: 24px;
    margin-top: -1px;
}

.index-page .sec-2 .slide .sec-s2-3 {
    margin-top: 50px;
}

.index-page .sec-2 .slide .sec-s2-3 .head {
    color: #5d5d5d;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px solid #fabf2c;
    margin-bottom: 17px;
    font-weight: 700;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row {
    padding: 10px 13px;
    background: #f4f4f4;
    margin-bottom: 9px;
    min-height: 68px;
    border-radius: 8px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row:hover,
.index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row:hover {
    background: #eaeaea;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row:hover h5 {
    font-weight: bold;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row .img-holder-2 {
    display: inline-block;
    float: right;
    margin-top: -5px;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row .img-holder-2 .img {
    width: 55px;
    height: 55px;
    border-radius: 80px;
    padding: 5px;
    position: relative;
    background: #fff;
    margin-left: 8px;
    margin-right: -4px;
    box-shadow: 0 0 5px #e2e2e2;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row .con-2 h5 {
    margin-top: 5px;
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 13px;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row .con-2 .dit {
    text-align: left;
    margin-left: -12px;
    margin-bottom: -8px;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row .con-2 .dit .view {
    font-size: 11px;
    color: #434343;
    margin-left: 5px;
}

.index-page .sec-2 .slide .sec-s2-3 .con .list-hot-row .con-2 .dit .cat {
    background: #a9a9a9;
    font-size: 11px;
    padding: 1px 17px;
    display: none;
}

.index-page .sec-3 {
    background: #fff;
    padding: 0px 15px 10px;
}

.index-page .sec-3 .c-row {
    padding: 0px 15px 10px;
}

.index-page .sec-3 .content .video-row .haed {
    color: #5d5d5d;
    font-size: 13px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.index-page .sec-3 .content .video-row .con .v-box .img-holder {
    position: relative;
}

.index-page .sec-3 .content .video-row .con .v-box .img-holder img {
    height: 430px;
    width: 100%;
}

.index-page .sec-3 .content .video-row .con .v-box .img-holder .ic-img {
    width: 37px;
    height: auto;
}

.index-page .sec-3 .content .video-row .con .v-box .img-holder h6 {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 5px 15px;
}

.index-page .sec-3 .content .video-row .con .v-box .img-holder:hover span {
    color: #fabf2c;
}

.index-page .sec-3 .content .video-row .con .v-box .img-holder span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 45px;
    color: #fff;
}

.index-page .sec-3 .content .video-row .con .v-box-2 .img-holder {
    position: relative;
    margin-bottom: 20px;
}

.index-page .sec-3 .content .video-row .con .v-box-2 .img-holder img {
    height: 200px;
    height: 205px;
}

.index-page .sec-3 .slide {
    margin-top: 34px;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member {
    background: #f4f4f4;
    padding: 10px 18px;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .head .p0 {
    color: #5d5d5d;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px solid #fabf2c;
    margin-bottom: 13px;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .head .p1 {
    font-size: 13px;
    line-height: 1.6;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .con form input {
    width: 100%;
    margin-top: 15px;
    direction: ltr;
    background: transparent;
    border: none;
    text-align: left;
    border-bottom: 1px solid #bcbcbc;
    outline: none !important;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .con form input::-webkit-input-placeholder {
    color: #bcbcbc;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .con form input:-ms-input-placeholder {
    color: #bcbcbc;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .con form input::-ms-input-placeholder {
    color: #bcbcbc;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .con form input::placeholder {
    color: #bcbcbc;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .con form .sub-btn {
    background: transparent;
    border: 1px solid #aeaeae;
    color: #919191;
    display: block;
    margin: 20px auto 8px;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 13px;
}

.index-page .sec-3 .slide .sec-s2-1 .sub-member .con form .sub-btn:hover {
    border-color: #fabf2c;
    color: #fff;
    background: #fabf2c;
}

.index-page .sec-3 .slide .sec-s2-2 {
    margin-top: 20px;
}

.index-page .sec-3 .slide .sec-s2-2 .head .box {
    display: inline-block;
    border-bottom: 1px solid #fabf2c;
}

.index-page .sec-3 .slide .sec-s2-2 .head .box .s1 {
    background: #f4f4f4;
    color: #253137;
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 4px 4px 0;
    height: 32px;
    float: right;
}

.index-page .sec-3 .slide .sec-s2-2 .head .box .s2 {
    float: right;
    background: #253137;
    color: #fff;
    padding: 7px 14px 0;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.index-page .sec-3 .slide .sec-s2-2 .con .list-hot-row:hover h6 {
    color: #fabf2c;
}

.index-page .sec-3 .slide .sec-s2-2 .con .list-hot-row .img-holder-2 {
    display: inline-block;
    float: right;
    font-size: 24px;
    margin-left: 10px;
    color: #fabf2c;
}

.index-page .sec-3 .slide .sec-s2-2 .con .list-hot-row .con-2 {
    margin-top: 10px;
}

.index-page .sec-3 .slide .sec-s2-2 .con .list-hot-row .con-2 h6 {
    margin-top: 0;
    font-size: 11px;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 11px;
}


/* ---------- register-page ------- */

.register-page .main-row {
    background: #fff;
    margin: 30px auto;
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
    width: 900px;
    display: block;
    padding-bottom: 25px;
}

.register-page .head {
    font-size: 13px;
    padding: 11px 8px 11px;
    border-bottom: 1.2px dashed #b6b6b6;
    font-weight: bold;
}

.register-page .head .ico-0 {
    margin-left: 5px;
    color: #fabf2c;
    font-size: 21px;
}

.register-page .head span {
    float: left;
    cursor: pointer;
    margin-left: 2px;
    color: #686868;
}

.register-page .con {
    padding: 22px 15px 10px;
}

.register-page .con .c-row-1 .form-group {
    margin-bottom: 26px;
    padding: 0 30px;
}

.register-page .con .c-row-1 .form-group label {
    font-size: 12px;
    font-weight: 100;
}

.register-page .con .c-row-1 .form-group label .rec {
    color: #F44336;
}

.register-page .con .c-row-1 .form-group input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #8d8d8d;
    text-align: center !important;
}

.register-page .con .c-row-1 .form-group input::-webkit-input-placeholder {
    font-size: 12px;
}

.register-page .con .c-row-1 .form-group input:-ms-input-placeholder {
    font-size: 12px;
}

.register-page .con .c-row-1 .form-group input::-ms-input-placeholder {
    font-size: 12px;
}

.register-page .con .c-row-1 .form-group input::placeholder {
    font-size: 12px;
}

.register-page .con .c-row-1 .form-group input.ltr-m {
    direction: ltr;
    text-align: left;
}

.register-page .con .c-row-1 .form-group select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #8d8d8d;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #8d8d8d;
    text-align: center !important;
}

.register-page .con .c-row-1 .form-group .selected-flag {
    background: transparent;
    border-right: 1px solid #787878 !important;
    border-radius: 3px;
    width: 78px;
    direction: ltr;
}

.register-page .con .sec-2 .upload-sec label {
    font-size: 12px;
    font-weight: 100;
    display: inline-block;
    width: 100%;
}

.register-page .con .sec-2 .upload-sec label .rec {
    color: #F44336;
}

.register-page .con .sec-2 .upload-sec input {
    display: none;
}

.register-page .con .sec-2 .upload-sec .up-box {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 125px;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    font-size: 10px;
    padding: 45px 0;
    color: #8d8d8d;
}

.register-page .con .sec-2 .upload-sec .up-box:hover {
    background: #fcfcfc;
}

.register-page .con .sec-2 .upload-sec .up-box span {
    display: block;
    font-size: 20px;
    margin-top: 5px;
}

.register-page .extra-foot {
    margin-top: 15px;
}

.register-page .extra-foot p {
    color: #d91010;
    font-size: 12px;
    margin-bottom: 15px;
}

.register-page .extra-foot p i {
    font-size: 15px;
    margin-left: 4px;
}

.register-page .help-sec {
    font-size: 12px;
}

.register-page .help-sec img {
    width: 100%;
}

.register-page .reg-btn-box button {
    display: block;
    background: #1dc5eb;
    border: none;
    color: #fff;
    width: 300px;
    text-align: center;
    float: left;
    padding: 6px 0;
    border-radius: 30px;
    margin-top: 21px;
}


/* ---------- panel-page ------- */

table.table-res-mod {
    margin-bottom: 5px;
}

table.table-res-mod thead th {
    font-size: 12px;
    text-align: center;
    color: #939393;
    font-weight: 100;
    border-bottom: none;
}

table.table-res-mod tbody tr:last-child {
    border-bottom: none;
}

table.table-res-mod tbody tr:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

table.table-res-mod tbody tr td {
    font-size: 12px;
    text-align: center;
    border-top: none;
    vertical-align: middle;
}

table.table-res-mod tbody tr td .ico-name {
    width: 60px;
    display: inline-block;
    text-align: center;
}

table.table-res-mod tbody tr td .ico-img {
    width: 16px;
    margin-left: 3px;
}

table.table-res-mod tbody tr td .more-btn {
    border: 1px solid #fabf2c;
    padding: 0px 17px;
    border-radius: 3px;
    font-size: 11px;
}

table.table-res-mod tbody tr td .more-btn:hover {
    color: #fff;
    background: #fabf2c;
}

table.table-res-mod tbody tr td.dir-2 {
    direction: ltr;
}

.modal-new {
    background: #d5d5d570;
}

.modal-new .modal-dialog {
    top: 18%;
}

.modal-new .modal-content {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #fabf2c;
    border-radius: 3px;
}

.modal-new .modal-content .haed {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(250, 191, 44, 0.43);
    box-shadow: 0px 0px 3px 1px rgba(250, 191, 44, 0.43);
    border-radius: 50px;
    margin: -33px auto 0;
    background: #fff;
    text-align: center;
    font-size: 11px;
}

.modal-new .modal-content .haed i {
    display: block;
    font-size: 27px;
    color: #fabf2c;
}

.modal-new .modal-content .haed span {
    display: block;
}

.modal-new .modal-content .con .form-group label {
    font-size: 12px;
    font-weight: 100;
    color: #434343;
}

.modal-new .modal-content .con .form-group input,
.modal-new .modal-content .con .form-group select {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 31px;
    padding: 1px 12px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    color: #434343;
    font-size: 13px;
    font-weight: 100;
    outline: none !important;
}

.modal-new .modal-content .con .form-group textarea {
    resize: vertical;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 1px 12px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    color: #434343;
    font-size: 13px;
    font-weight: 100;
    outline: none !important;
}

.modal-new .modal-content .con .form-group .sel-row,
.modal-new .modal-content .con .form-group .txt-row,
.modal-new .modal-content .con .form-group .inp-row {
    position: relative;
}

.modal-new .modal-content .con .form-group .sel-row select,
.modal-new .modal-content .con .form-group .txt-row select,
.modal-new .modal-content .con .form-group .inp-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.modal-new .modal-content .con .form-group .sel-row .select-arr,
.modal-new .modal-content .con .form-group .txt-row .select-arr,
.modal-new .modal-content .con .form-group .inp-row .select-arr {
    width: 25px;
    position: absolute;
    left: 3px;
    top: 0.2px;
    font-size: 27px;
    color: #b2b2b2;
    height: 31px;
    border-right: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0px 4px;
    text-align: center;
}

.modal-new .modal-content .con .form-group .sel-row .select-arr i,
.modal-new .modal-content .con .form-group .txt-row .select-arr i,
.modal-new .modal-content .con .form-group .inp-row .select-arr i {
    vertical-align: inherit;
}

.modal-new .send-btn {
    color: #0f0f0f;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px;
    /*! width: 140px; */
    display: block;
    border: 1px solid #fabf2c;
    background: #fff;
    margin: 0px auto 15px;
    outline: none !important;
}

.btn-edit-in .send-btn {
    display: inline-block !important;
}

.btn-edit-in {
    text-align: center;
}

.modal-new .send-btn:hover {
    color: #fff;
    background: #fabf2c;
}

.modal-new .close i {
    color: #fabf2c;
}

.table-m-2 .c-row-0 {
    padding: 15px;
}

.table-m-2 .c-row-0 .head {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #939393;
    border-bottom: none;
}

.table-m-2 .c-row-0 .tic-row {
    /*  margin-bottom: 5px; */
    border: 1px solid #c4c4c4;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    color: #414141;
}

.table-m-2 .c-row-0 .tic-row label {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 100;
    float: right;
    min-width: 65px;
    text-align: right;
}

.table-m-2 .c-row-0 .tic-row .more-btn {
    color: #fff;
    padding: 0px 17px;
    border-radius: 3px;
    font-size: 11px;
}

.table-m-2 .c-row-0 .tic-row.green {
    border-color: #069e37;
    margin-bottom: 5px;
}

.table-m-2 .c-row-0 .tic-row.green .more-btn {
    background: #069e37;
}

.table-m-2 .c-row-0 .tic-row.green i {
    color: #069e37;
}

.table-m-2 .c-row-0 .tic-row.blue {
    border-color: #1dc5eb;
}

.table-m-2 .c-row-0 .tic-row.blue .more-btn {
    background: #1dc5eb;
}

.table-m-2 .c-row-0 .tic-row.gray {
    border-color: #777777;
}

.table-m-2 .c-row-0 .tic-row.gray .more-btn {
    background: #777777;
}

.table-m-2 .c-row-0 .tic-row.orange {
    border-color: #f57c00;
}

.table-m-2 .c-row-0 .tic-row.orange .more-btn {
    background: #f57c00;
}

.table-m-2 .c-row-0 .tic-row.yellow {
    border-color: #fac02f;
}

.table-m-2 .c-row-0 .tic-row.yellow .more-btn {
    background: #fac02f;
}

.table-m-2 .c-row-0 .tic-row.red {
    border-color: #ef291a;
}

.table-m-2 .c-row-0 .tic-row.red .more-btn {
    background: #ef291a;
}

.table-m-2 .c-row-0 .tic-row.red i {
    color: #ef291a;
}

.table-m-2 .add-ticket {
    cursor: pointer;
    color: #1dc5eb;
    font-size: 13px;
    background: #fff;
    border: 1px solid #1dc5eb;
    border-radius: 4px;
    display: block;
    width: 130px;
    padding: 3px;
    margin: 15px auto 12px 5px;
    outline: none !important;
}

.table-m-2 .add-ticket:hover {
    color: #fff;
    background: #1dc5eb;
    border: 1px solid #1dc5eb;
}

.panel-page .main-row {
    padding: 20px 0;
}

.panel-page .bs-box {
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.copy-number {
    background-color: #fabf2c;
    border-radius: 18px;
    line-height: 22px;
    padding: 2px 10px;
    font-size: 11px;
    color: #fff;
}

.panel-page .add_cridit .con {
    padding: 15px 15px;
}

.panel-page .add_cridit .p0 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 32px;
    color: #c41212;
}

.panel-page .add_cridit .sel-box {
    text-align: center;
    cursor: pointer;
}

.panel-page .add_cridit .sel-box .lab {
    font-size: 12px;
    font-weight: 100;
    color: #434343;
}

.panel-page .add_cridit .sel-box .cr {
    color: #a3a3a3;
    border: 1.2px solid #a3a3a3;
    border-radius: 40px;
    width: 18px;
    height: 18px;
    padding: 2.3px 0px;
    text-align: center;
    font-size: 9px;
    display: inline-block;
}

.panel-page .add_cridit .sel-box.active .cr {
    color: #43A047;
}

.panel-page .side-bar .sec-1 {
    padding: 13px 15px 8px;
}

.panel-page .side-bar .sec-1 .head {
    font-size: 13px;
    text-align: center;
    color: #43A047;
}

.panel-page .side-bar .sec-1 .btns-row {
    border-bottom: 1px dashed #b6b6b6;
    padding-bottom: 12px;
    margin: 9px -15px 11px;
    text-align: center;
    font-size: 12px;
}

.panel-page .side-bar .sec-1 .btns-row a {
    display: inline-block;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    width: 100px;
    margin: 0 4px;
    padding: 2px 8px;
    text-align: right;
}

.panel-page .side-bar .sec-1 .btns-row a i {
    float: left;
    margin-top: 2px;
}

.panel-page .side-bar .sec-1 .btns-row a:hover {
    background: #fabf2c;
    color: #fff;
}

.panel-page .side-bar .sec-1 .my-info-tiny {
    text-align: center;
}

.panel-page .side-bar .sec-1 .my-info-tiny img {
    width: 50px;
    margin-bottom: 4px;
}

.panel-page .side-bar .sec-1 .my-info-tiny div {
    font-size: 12px;
}

.panel-page .side-bar .sec-1 .my-info-tiny div span {
    display: block;
}

.panel-page .side-bar .sec-2 .my-crdit {
    padding: 13px 15px 8px;
}

.panel-page .side-bar .sec-2 .my-crdit .head {
    font-size: 13px;
    text-align: center;
}

.panel-page .side-bar .sec-2 .my-crdit .cr-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
    width: 190px;
    margin: 11px auto 8px;
    padding: 4px 8px;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #ca1717;
    font-weight: bold;
}

.panel-page .side-bar .sec-2 .my-crdit .cr-box span {
    font-size: 11px;
    color: #a3a3a3;
    font-weight: 100;
}

.panel-page .side-bar .sec-2 .add-crdit input {
    border-radius: 0 0 4px 0;
    border: 1px solid #18BC9C;
    padding: 6px 5px;
    font-size: 12px;
    width: 65%;
    text-align: center;
    font-weight: 500;
}

.panel-page .side-bar .sec-2 .add-crdit input::-webkit-input-placeholder {
    font-size: 12px;
}

.panel-page .side-bar .sec-2 .add-crdit input:-ms-input-placeholder {
    font-size: 12px;
}

.panel-page .side-bar .sec-2 .add-crdit input::-ms-input-placeholder {
    font-size: 12px;
}

.panel-page .side-bar .sec-2 .add-crdit input::placeholder {
    font-size: 12px;
}

.panel-page .side-bar .sec-2 .add-crdit button {
    float: left;
    width: 35%;
    font-size: 12px;
    color: #fff;
    padding: 7px 0;
    background: #18BC9C;
    border: none;
    border-radius: 0 0 0 4px;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu {
    padding: 0;
    list-style: none;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li {
    border-bottom: 1px dashed #ededed;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li:hover {
    background: #f8f8f8;
    border-right: 3px solid #fabf2c;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li:hover a,
.panel-page .side-bar .sec-3 .panel-nav .user-menu li:hover i {
    color: #fabf2c;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li a {
    font-size: 14px;
    display: block;
    padding: 10px 8px;
    color: #363636;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li a i {
    margin-left: 9px;
    margin-right: 2px;
    font-size: 20px;
    min-width: 17px;
    color: #4d4d4d;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li.head-1 {
    font-size: 12px;
    padding: 10px 20px;
    font-weight: 700;
    color: #5f5f5f;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li.head-1:hover {
    background: #fff;
    border-right: none;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li.head-1:hover a {
    color: #363636;
}

.panel-page .side-bar .sec-3 .panel-nav .user-menu li .q-num {
    color: #ce2525;
    font-size: 10px;
    vertical-align: middle;
}

.panel-nav .user-menu li.active {
    font-weight: 700;
    background: #f9f9f9;
}

.panel-nav .user-menu li.active a i {
    color: #fabf2c !important;
}

.panel-page .content {
    /* ---------  panel-page-index  --------- */
    /* ---------  panel-page-ticket  --------- */
    /* ---------  panel-page-add-card  --------- */
    /* ---------  panel-page-cridit-change  --------- */
    /* ---------  panel-page-message  --------- */
    /* ---------  panel-page-buy  --------- */
    /* ---------  panel-page-sell  --------- */
}

.panel-page .content .panel-haed-sec .sec-1 {
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.08);
}

.panel-page .content .panel-haed-sec .sec-1 .c-row-0 {
    display: inline-block;
    width: 19.6%;
}

.panel-page .content .panel-haed-sec .sec-1 .c-row-0 a {
    padding: 8px 0;
    display: inline-block;
    width: 100%;
    color: #4d4d4d;
}

.panel-page .content .panel-haed-sec .sec-1 .c-row-0 a .l-box {
    text-align: center;
    border-left: 1px solid #c6c6c6;
    padding: 9px 0;
    font-size: 14px;
}

.panel-page .content .panel-haed-sec .sec-1 .c-row-0 a .l-box i {
    font-size: 23px;
    margin-left: 4px;
    color: #3f3f3f;
}

.panel-page .content .panel-haed-sec .sec-1 .c-row-0 a:hover {
    color: #fabf2c;
}

.panel-page .content .panel-haed-sec .sec-1 .c-row-0 a:hover i {
    color: #fabf2c;
}

.panel-page .content .panel-haed-sec .sec-1 .c-row-0:last-child .l-box {
    border-left: none;
}

.panel-page .content .panel-haed-sec .sec-2 {
    margin: 15px 0 30px;
    display: flex;
    width: 100%;
    padding: 14px 30px;
    background: #fff;
    align-items: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.08);
}

.panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p0 {
    font-size: 12px;
    color: #7e7e7e;
    margin-top: 0px;
    width: 145px;
    text-align: center;
}

.panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p1 {
    border-bottom: 1.2px dashed #b6b6b6;
    position: relative;
    width: 145px;
}

.panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p1:before {
    position: absolute;
    content: "\f104";
    font-family: 'fontawesome';
    left: -6px;
    top: -26.2px;
    font-size: 24px;
    color: #b6b6b6;
}

.panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .cr {
    color: #a3a3a3;
    border: 1.2px solid #a3a3a3;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    padding: 4.8px 0px;
    text-align: center;
    position: absolute;
    left: -42px;
    font-size: 15px;
    top: -23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-page .content .panel-haed-sec .sec-2 .user-stus-row.active .cr,
.panel-page .content .panel-haed-sec .sec-2 .user-stus-row.active .p0 {
    color: #43A047;
}

.panel-page .content .panel-page-index .user-info-sec .c-row-0 {
    padding: 10px 0;
}

.panel-page .content .panel-page-index .user-info-sec .c-row-0 .p0 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    border-radius: 0;
    padding: 4px 5px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #555555;
}

.panel-page .content .panel-page-index .user-info-sec .c-row-0 .p0 .head0 {
    float: right;
    color: #8f8f8f;
    min-width: 109px;
    text-align: right;
    font-weight: 100;
    margin-right: 5px;
}

.panel-page .content .panel-page-index .user-info-sec .c-row-0 .p0.even {
    background: #e9e9e9;
    border-color: #e9e9e9;
}

.panel-page .content .panel-page-index .user-last-list {
    margin: 35px 0 0;
}

.panel-page .content .panel-page-index .user-last-list .head ul {
    background: transparent;
    margin-top: -39px;
}

.panel-page .content .panel-page-index .user-last-list .head ul li a {
    background: transparent;
    color: #777;
    font-size: 13px;
    margin-left: 1px;
    padding: 11px 8px;
    border-radius: 0;
}

.panel-page .content .panel-page-index .user-last-list .head ul li.active a {
    color: #343434;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 0px inset rgba(13, 120, 125, 0.47);
    box-shadow: 0px 5px 0px inset rgba(13, 120, 125, 0.47);
}

.panel-page .content .panel-page-index .user-last-list .tab-content {
    padding: 20px 20px 0px 0;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table {
    margin-bottom: 5px;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table thead th {
    font-size: 12px;
    text-align: center;
    color: #939393;
    font-weight: 100;
    border-bottom: none;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr {
    border-bottom: 2px dashed #ededed;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr:last-child {
    border-bottom: none;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr td {
    font-size: 12px;
    text-align: center;
    border-top: none;
    vertical-align: middle;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr td .ico-name {
    width: 60px;
    display: inline-block;
    text-align: center;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr td .ico-img {
    width: 16px;
    margin-left: 3px;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr td .more-btn {
    border: 1px solid #fabf2c;
    padding: 0px 17px;
    border-radius: 3px;
    font-size: 11px;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr td .more-btn:hover {
    color: #fff;
    background: #fabf2c;
}

.panel-page .content .panel-page-index .user-last-list .tab-content table tbody tr td.dir-2 {
    direction: ltr;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 {
    padding: 15px;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .head,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .head {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #939393;
    border-bottom: none;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row {
    border: 1px solid #c4c4c4;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    color: #414141;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row label,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row label {
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 100;
    float: right;
    min-width: 65px;
    text-align: right;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row .more-btn,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row .more-btn {
    color: #fff;
    padding: 0px 17px;
    border-radius: 3px;
    font-size: 11px;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.green,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.green {
    border-color: #069e37;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.green .more-btn,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.green .more-btn {
    background: #069e37;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.blue,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.blue {
    border-color: #1dc5eb;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.blue .more-btn,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.blue .more-btn {
    background: #1dc5eb;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.gray,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.gray {
    border-color: #777777;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.gray .more-btn,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.gray .more-btn {
    background: #777777;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.orange,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.orange {
    border-color: #f57c00;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.orange .more-btn,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.orange .more-btn {
    background: #f57c00;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.yellow,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.yellow {
    border-color: #fac02f;
}

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row.yellow .more-btn,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .tic-row.yellow .more-btn {
    background: #fac02f;
}

.panel-page .content .panel-page-ticket .ticket-last-list .add-ticket,
.panel-page .content .panel-page-ticket .table-m-2 .add-ticket {
    cursor: pointer;
    color: #1dc5eb;
    font-size: 13px;
    background: #fff;
    border: 1px solid #1dc5eb;
    border-radius: 4px;
    display: block;
    width: 130px;
    padding: 3px;
    margin: 15px auto 12px 5px;
    outline: none !important;
}

.panel-page .content .panel-page-ticket .ticket-last-list .add-ticket:hover,
.panel-page .content .panel-page-ticket .table-m-2 .add-ticket:hover {
    color: #fff;
    background: #1dc5eb;
    border: 1px solid #1dc5eb;
}

.panel-page .content .panel-page-ticket .new_ticket .con .txt-row {
    position: relative;
}

.panel-page .content .panel-page-ticket .new_ticket .con textarea {
    padding: 5px 7px 5px 83px;
    resize: none;
}

.panel-page .content .panel-page-ticket .new_ticket .con .upload-box {
    position: absolute;
    left: 0;
    top: 0;
    color: #686868;
    height: 85.6px;
    border-right: 1px solid #d7d7d7;
    padding: 14px 8px;
    text-align: center;
    font-size: 10px;
    width: 78px;
    cursor: pointer;
}

.panel-page .content .panel-page-ticket .new_ticket .con .upload-box:hover {
    background: #ededed;
}

.panel-page .content .panel-page-ticket .new_ticket .con .upload-box .s1 {
    display: block;
    font-size: 20px;
}

.panel-page .content .panel-page-ticket .new_ticket .con .upload-box .s2 {
    display: block;
}

.panel-page .content .panel-page-ticket .new_ticket .con .send-tic {
    color: #0f0f0f;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px;
    width: 140px;
    display: block;
    border: 1px solid #fabf2c;
    background: #fff;
    margin: 0px auto 15px;
    outline: none !important;
}

.panel-page .content .panel-page-ticket .new_ticket .con .send-tic:hover {
    color: #fff;
    background: #fabf2c;
}

.panel-page .content .new_card .upload-box {
    position: absolute;
    left: 1px;
    top: 1px;
    color: #ffffff;
    height: 29.3px;
    border-right: 1px solid #d7d7d7;
    padding: 1px 8px;
    text-align: center;
    font-size: 10px;
    width: 57px;
    background: #efefef;
    cursor: pointer;
    border-radius: 3px;
    cursor: pointer;
}

.panel-page .content .new_card .upload-box:hover {
    background: #d1d1d1;
}

.panel-page .content .new_card .upload-box .s1 {
    display: block;
    font-size: 20px;
}

.panel-page .content .panel-page-cridit-change .c-row-0 .tic-row i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.panel-page .content .panel-page-message .c-row {
    padding: 15px;
}

.panel-page .content .panel-page-message .c-row .m-row {
    border: 1px solid #D9D9D9;
    padding: 8px 5px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 13px;
}

.panel-page .content .panel-page-message .c-row .m-row .head {
    color: #6c6c6c;
}

.panel-page .content .panel-page-message .c-row .m-row .head .date {
    color: #4f4f4f;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 5px;
}

.panel-page .content .panel-page-message .c-row .m-row .head .remove {
    float: left;
    background: #f6f6f6;
    border-radius: 40px;
    border: 1px solid #c2c2c2;
    width: 23px;
    height: 23px;
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
    margin: -16px 0px 0 -12px;
    cursor: pointer;
}

.panel-page .content .panel-page-message .c-row .m-row .head .remove:hover {
    background: #ef3f3f;
    color: #fff;
    border: 1px solid #ef3f3f;
}

.panel-page .content .panel-page-message .c-row .m-row .con {
    line-height: 1.7;
}

.panel-page .content .panel-page-message .c-row .m-row.news {
    border: none;
    background: #fdf1d3;
}

.panel-page .content .see-all {
    cursor: pointer;
    color: #1dc5eb;
    font-size: 13px;
    background: #fff;
    border: 1px solid #1dc5eb;
    border-radius: 4px;
    display: block;
    width: 130px;
    padding: 3px;
    margin: 15px auto 7px;
    outline: none !important;
    text-align: center;
}

.panel-page .content .see-all:hover {
    color: #fff;
    background: #1dc5eb;
    border: 1px solid #1dc5eb;
}

.panel-page .content .panel-page-buy .head-p-0 {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.panel-page .content .panel-page-buy .head-p-0 .p-t {
    border-bottom: 2px solid #fabf2c;
    font-size: 13px;
    padding: 0 12px;
}

.panel-page .content .panel-page-buy .head-p-0 .serch .box {
    position: relative;
    border-bottom: 2px solid #fabf2c;
    padding: 0 12px;
}

.panel-page .content .panel-page-buy .head-p-0 .serch .box input {
    width: 100%;
    outline: none !important;
    background: transparent;
    border: none;
    font-size: 12px;
}

.panel-page .content .panel-page-buy .head-p-0 .serch .box input::-webkit-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-buy .head-p-0 .serch .box input:-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-buy .head-p-0 .serch .box input::-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-buy .head-p-0 .serch .box input::placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-buy .head-p-0 .serch .box i {
    color: #999999;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}

.panel-page .content .panel-page-buy .tic-row {
    border-radius: 0px;
    padding: 10px 5px 0px;
    margin-bottom: 0;
    margin-top: -4px;
}

.panel-page .content .panel-page-buy .tic-row:hover {
    /*  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17); */
}

.panel-page .content .panel-page-buy .tic-row .name {
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    direction: ltr;
}

.panel-page .content .panel-page-buy .tic-row .name img {
    width: 19px;
    float: right;
    margin-left: 7px;
    position: relative;
    z-index: 2;
}

.panel-page .content .panel-page-buy .tic-row .nem.up {
    color: #43A047;
}

.panel-page .content .panel-page-buy .tic-row .nem.down {
    color: #e70909;
}

.panel-page .content .panel-page-buy .tic-row .ama {
    font-size: 14px;
}

.panel-page .content .panel-page-buy .tic-row .ama:hover {
    color: #fabf2c;
}

.panel-page .content .panel-page-buy .tic-row .more-btn {
    color: #069E37;
    padding: 5px 30px;
    border-radius: 4px;
    border: 1px solid #069E37;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}

thead.mx-th th {
    width: max-content !important;
}

.panel-page .content .panel-page-buy .tic-row .more-btn:hover {
    color: #fff;
    background: #069E37;
}

.panel-page .content .panel-page-buy .buy_cur .inp-ico-rwo input {
    padding-right: 30px;
}

.panel-page .content .panel-page-buy .buy_cur .inp-ico {
    width: 26px;
    position: absolute;
    right: 1px;
    top: 0.2px;
    font-size: 14px;
    color: #fabf2c;
    height: 31px;
    border-left: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 6px 4px;
    text-align: center;
}

.panel-page .content .panel-page-buy .buy_cur .form-group {
    margin-bottom: 11px;
}

.panel-page .content .panel-page-buy .buy_cur .mon-after {
    font-size: 10px;
    color: #acacac;
}

.panel-page .content .panel-page-buy .buy_cur .p0 {
    font-size: 12px;
    font-weight: 100;
    color: #434343;
    padding: 0 15px;
    margin-bottom: 8px;
}

.panel-page .content .panel-page-buy .buy_cur .p0 span {
    margin-left: 20px;
}

.panel-page .content .panel-page-buy .buy_cur .p1 {
    font-size: 11px;
    font-weight: 100;
    color: #ca1717;
    margin-top: 8px;
}

.panel-page .content .panel-page-buy .buy_cur .price-t {
    color: #ca1717;
}

.panel-page .content .panel-page-buy .buy_cur .p-selc {
    width: 60px !important;
}

.panel-page .content .panel-page-buy .buy_cur .p-selc select {
    width: 54px;
    padding: 0;
    border: none;
    margin-top: -5px;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    -webkit-appearance: menulist-button;
    font-size: 11px;
}

.panel-page .content .panel-page-buy .buy_cur .buy-tag {
    font-size: 12px;
    margin: 4px 0 0;
    display: inline-block;
    cursor: pointer;
}

.panel-page .content .panel-page-buy .buy_cur .buy-tag::before {
    content: "\f096";
    font-family: 'fontawesome';
    font-size: 16px;
    margin-left: 4px;
    min-width: 14px;
    vertical-align: middle;
    font-size: 18px;
}

.panel-page .content .panel-page-buy .buy_cur .buy-tag.en::before {
    content: "\f14a";
    color: #069E37;
}

.panel-page .content .panel-page-buy .buy_cur .cop-btn {
    background: transparent;
    border: none;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -6px;
    padding: 3px 3px;
    width: 61px;
    border-radius: 2px;
    height: 30px;
    margin-right: -4px;
}

.panel-page .content .panel-page-buy .buy_cur .cop-btn:hover {
    background: #efefef;
    border: none;
    color: #555;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec {
    margin-top: 13px;
    margin-bottom: 13px;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec .buy-need {
    color: #0f0f0f;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px;
    width: 108px;
    display: inline-block;
    border: 1px solid #fabf2c;
    background: #fff;
    outline: none !important;
    text-align: center;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec .buy-need:hover {
    color: #fff;
    background: #fabf2c;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec .accept-rolls {
    font-size: 12px;
    margin: 4px 10px 0px 0px;
    display: inline-block;
    cursor: pointer;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec .accept-rolls::before {
    content: "\f096";
    font-family: 'fontawesome';
    margin-left: 4px;
    min-width: 14px;
    vertical-align: middle;
    font-size: 20px;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec .accept-rolls.en::before {
    content: "\f14a";
    color: #069E37;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec .buy-bnt {
    background: #069e37;
    display: inline-block;
    color: #fff;
    border: none;
    width: auto;
    padding: 4px 41px;
    border-radius: 4px;
    margin-top: 2px;
}

.panel-page .content .panel-page-buy .buy_cur .foot-sec .buy-bnt:hover {
    background: #118035;
}

.panel-page .content .panel-page-sell .head-p-0 {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.panel-page .content .panel-page-sell .head-p-0 .p-t {
    border-bottom: 2px solid #fabf2c;
    font-size: 13px;
    padding: 0 12px;
}

.panel-page .content .panel-page-sell .head-p-0 .serch .box {
    position: relative;
    border-bottom: 2px solid #fabf2c;
    padding: 0 12px;
}

.panel-page .content .panel-page-sell .head-p-0 .serch .box input {
    width: 100%;
    outline: none !important;
    background: transparent;
    border: none;
    font-size: 12px;
}

.panel-page .content .panel-page-sell .head-p-0 .serch .box input::-webkit-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-sell .head-p-0 .serch .box input:-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-sell .head-p-0 .serch .box input::-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-sell .head-p-0 .serch .box input::placeholder {
    color: #999999;
    font-size: 12px;
}

.panel-page .content .panel-page-sell .head-p-0 .serch .box i {
    color: #999999;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}

.panel-page .content .panel-page-sell .sell-sec-row {
    padding: 50px 35px 0px;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box {
    margin-bottom: 13px;
    position: relative;
    min-height: 165px;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box::before {
    content: "";
    position: absolute;
    display: block;
    top: -28.4px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border: 1px solid #fabf2c;
    border-radius: 50px;
    width: 57.8px;
    height: 81px;
    z-index: 2;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .img-holder {
    position: absolute;
    text-align: center;
    display: block;
    top: -27px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 3;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .img-holder img {
    border-radius: 50px;
    width: 55px;
    padding: 7px;
    background: #fff;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .con {
    position: relative;
    border: 1px solid #fabf2c;
    border-radius: 3px;
    padding: 35px 5px 9px;
    text-align: center;
    z-index: 2;
    background: #fff;
    font-size: 13px;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .con .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .con .name span {
    margin: 0 2px;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .con .price {
    display: block;
    font-size: 13px;
    color: #ca1717;
    font-weight: bold;
    margin-top: 5px;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .con .price .p-val {
    font-weight: 100;
    display: block;
    color: darkgrey;
    font-size: 10px;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .sell-btn {
    width: 100%;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-top: -2px;
    display: inline-block;
    position: relative;
    z-index: 4;
    padding: 5px 2px;
    font-size: 13px;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .sell-btn:hover {
    background: #069e37;
    color: #fff;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box:hover .con {
    -webkit-box-shadow: 0 1px 26px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 26px rgba(0, 0, 0, 0.22);
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box:hover .sell-btn {
    -webkit-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.16);
    box-shadow: 0 9px 26px rgba(0, 0, 0, 0.16);
}


/*disabled-btn*/

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .disabled-btn {
    width: 100%;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-top: -2px;
    display: inline-block;
    position: relative;
    z-index: 4;
    padding: 5px 2px;
    font-size: 13px;
}


/*disabled-btn*/

.panel-page .content .panel-page-sell .see-all {
    display: block;
    margin: -4px auto 0;
    width: 150px;
    text-align: center;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
}

.panel-page .content .panel-page-sell .see-all:hover {
    background: #fabf2c;
    color: #fff;
}


/* ---------  temp-page  --------- */

.temp-page {
    padding: 15px 0;
}

.temp-page .box-row .head-0 {
    font-size: 13px;
    padding: 8px 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 3px;
    color: #515151;
}

.temp-page .box-row .head-0 img {
    width: 20px;
}

.temp-page .box-row .head-0 i {
    font-size: 20px;
    color: #fabf2c;
    margin-left: 5px;
}

.temp-page .box-row .con {
    padding: 10px;
    display: inline-block;
    width: 100%;
}


/* ---------  contact-page  --------- */

.contact-page .con .lab {
    font-size: 13px;
    color: #686868;
}

.contact-page .con .info {
    margin-top: 2px;
    margin-bottom: 10px;
}

.contact-page .con .info img {
    width: 16px;
}

.contact-page .con .info i {
    display: inline-block;
    font-size: 18px;
}

.contact-page .con .info i.c2 {
    color: #fabf2c;
}

.contact-page .con .info i.c3 {
    color: #1cce4b;
}

.contact-page .con .info h3 {
    display: inline-block;
    font-size: 13px;
    color: #8d8d8d;
    margin: 0;
}

.contact-page .con .info span {
    float: left;
    display: inline-block;
    font-size: 13px;
    color: #8d8d8d;
    margin: 0;
}

.contact-page .con .telgr-link {
    background: #fabf2c;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    width: 180px;
    border-radius: 4px;
}

.contact-page .con .telgr-link img {
    width: 14px;
    margin-left: 4px;
    -webkit-filter: brightness(30);
    filter: brightness(30);
}

.contact-page .con .p-1-1 {
    min-height: 350px;
    font-size: 13px;
    line-height: 2;
    color: #3f3f3f;
}

.panel-mob-menu-btn {
    background: transparent;
    float: left;
    margin: -40px 0px 0px 8px;
    border: none;
    color: white;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.overly-m {
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 98;
    background: #ffffff7a;
    overflow: hidden;
    position: absolute;
    display: none;
}

.overly-m.open {
    display: block;
}

.scl-off {
    overflow: hidden;
}

.mobile-menu-box {
    overflow: scroll;
    background: #fff;
    position: fixed;
    top: 0;
    right: -210px;
    z-index: 99;
    width: 210px;
    -webkit-box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.22);
    height: 100vh;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
}

.mobile-menu-box.open {
    right: 0px;
    visibility: visible;
}

.mobile-menu-box .head .close-men {
    background: transparent;
    border: none;
    outline: none !important;
    float: left;
    margin-top: -18px;
    color: #7c7c7c;
}

.mobile-menu-box .head {
    font-size: 13px;
    padding: 4px 10px 10px;
    border-bottom: 1.6px solid #cecece;
    margin-bottom: 10px;
    color: #43A047;
}

.mobile-menu-box .con {
    padding: 0 10px 10px;
}

.mobile-menu-box .con .d-row {
    margin-bottom: 9px;
    font-size: 13px;
}

.mobile-menu-box .con .my-crdit-2 span {
    color: #ca1717;
}

.mobile-menu-box .con .add-crdit input {
    text-align: center;
    border-radius: 5px;
    border: 1.2px solid #fabf2c;
    padding: 3px 5px;
    font-size: 12px;
    width: 100%;
    margin-top: 8px;
}

.mobile-menu-box .con .add-crdit button {
    text-align: center;
    border-radius: 5px;
    border: 1.2px solid #fabf2c;
    padding: 3px 5px;
    font-size: 12px;
    width: 100%;
    background: #fabf2c;
    color: #fff;
    margin-top: 5px;
}

.mobile-menu-box .con .my-crdit-2 {
    margin-top: 15px;
}

.mobile-menu-box .con .add-crdit input::-webkit-input-placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.mobile-menu-box .con .add-crdit input:-ms-input-placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.mobile-menu-box .con .add-crdit input::-ms-input-placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.mobile-menu-box .con .add-crdit input::placeholder {
    color: #aeaeae;
    font-size: 12px;
}

.mobile-menu-box .panel-nav .user-menu {
    padding: 0;
    list-style: none;
}

.mobile-menu-box .panel-nav .user-menu li {
    border-bottom: 1px dashed #ededed;
}

.mobile-menu-box .panel-nav .user-menu li a {
    font-size: 13px;
    display: block;
    padding: 10px 8px;
    color: #363636;
}

.mobile-menu-box .panel-nav .user-menu li a i {
    margin-left: 9px;
    margin-right: 2px;
    font-size: 18px;
    min-width: 17px;
    color: #4d4d4d;
}

.mobile-menu-box .panel-nav .user-menu li:hover {
    background: #f8f8f8;
    border-right: 3px solid #fabf2c;
}

.mobile-menu-box .panel-nav .user-menu li:hover a,
.mobile-menu-box .panel-nav .user-menu li:hover i {
    color: #fabf2c;
}

.mobile-menu-box .btns-row {
    margin-top: 30px;
}

.mobile-menu-box .btns-row a {
    width: 90%;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1.2px solid;
    padding: 3px 5px;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.mobile-menu-box .btns-row a.pass {
    color: #3f51b5;
    border-color: #3f51b5;
}

.mobile-menu-box .btns-row a.exit {
    border-color: #ff5722;
    color: #ff5722;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px
}

.p-style {
    padding: 18px 30px;
    text-align: center;
}

.style-input {
    border: 0;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 12px;
    color: #000;
    background-color: #f2dede;
    border-bottom: 1px dashed #9d9d9d;
}

.btn-acs {
    margin-top: 15px;
    background: #fabf2c;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 6px 10px;
    width: 300px;
}

.index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .con-2 h4 {
    max-height: 50px;
    overflow: hidden;
}


/* --------------------responsive------------------- */


/*  xs----- mobile ----xs */

@media (max-width: 767px) {
    /*  tested updated  */
    .register-page .help-sec {
        width: 100%;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }

    footer .sec-1 {
        display: flex;
        justify-content: center;
    }

    .pull-left {
        margin-left: auto;
        margin-right: auto;
    }

    .pull-left .r-pdd {
        padding-bottom: 15px;
    }

    .pull-left .r-pdd {
        padding-left: 0 !important;
    }

    .pull-left .r-pdd label {
        padding-right: 0;
    }

    .head .nav-bar-back .list li {
        padding: 0 7px;
        font-size: 12px;
    }

    /* end tested updated  */
    .panel-page .content .panel-haed-sec .sec-2 {
        display: none;
    }

    header.header-2 {
        overflow: hidden;
    }

    .index-page .sec-1 .nav-sec {
        display: none;
    }

    .contact-page .con .telgr-link {
        margin-bottom: 19px;
    }

    header.header-1 .sec-1 .login-box a {
        margin-left: 23px;
    }

    .panel-page .content .panel-page-sell .sell-sec-row {
        padding: 50px 10px 0px;
    }

    .panel-page .content .panel-page-buy .buy_cur .foot-sec .buy-bnt {
        margin-top: 30px;
    }

    .panel-page .content .panel-page-buy .buy_cur .foot-sec {
        text-align: center;
    }

    .panel-page .content .panel-page-buy .buy_cur .p0 {
        margin-top: 8px;
    }

    .panel-page .content .panel-page-buy .tic-row {
        margin-bottom: 10px;
        border: 1.2px dashed #e5e5e5;
    }

    .panel-page .content .panel-page-buy .tic-row .name img {
        float: none;
        margin-right: 3px;
    }

    .panel-page .content .panel-page-buy .tic-row .name {
        text-align: center;
    }

    .panel-page .content .panel-page-cridit-change .c-row-0 .dis {
        padding-bottom: 5px;
        font-size: 11px;
    }

    .table-m-2 .c-row-1 {
        margin-bottom: 9px;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }

    .table-m-2 .c-row-1:last-child {
        margin-bottom: 0px !important;
        border-bottom: none !important;
    }

    .panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row {
        margin-bottom: 5px;
    }

    .panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .c-row-1 {
        margin-bottom: 9px;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }

    .panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p1 {
        border-bottom: 1.5px dashed #b6b6b6;
        position: relative;
        width: 145px;
        margin-bottom: 26.6px;
    }

    .panel-page .content .panel-haed-sec .sec-2 {
        margin: 5px 0 6px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 a .l-box {
        font-size: 10px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0:last-child .l-box {
        font-size: 9px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 {
        width: 18.7%;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 a .l-box i {
        margin-left: 0;
        margin-bottom: 3px;
        display: block;
    }

    .panel-page .content .panel-page-index .user-last-list .head ul li a {
        font-size: 11px;
    }

    table.table-res-mod tbody tr td label {
        font-size: 11px;
        color: #b4b4b4;
        font-weight: 100;
    }

    table.table-res-mod tbody tr td {
        width: 25%;
        vertical-align: middle !important;
        padding: 8px 2px;
    }

    .register-page .con .sec-2 .upload-sec label {
        padding: 0;
    }

    .panel-page .content .panel-page-index .user-last-list .tab-content {
        padding: 20px 0px 0px 0;
    }

    .register-page .reg-btn-box button {
        margin-top: 0px;
        float: none;
        margin: auto;
        width: 110px;
    }

    .register-page .extra-foot {
        margin-top: -18px;
        padding: 0;
    }

    .register-page .con .sec-2 .upload-sec .up-box {
        height: 59px;
        padding: 10px 0;
        margin-bottom: 13px;
    }

    .register-page .con .c-row-1 .form-group {
        margin-bottom: 15px;
        padding: 0 0px;
    }

    .register-page .main-row {
        margin: 15px auto;
        width: 100%;
    }

    header.header-2 .sec-1 .logo-box img {
        width: 25px;
        margin-top: 4px;
    }

    header.header-2 .sec-1 .nav-box nav {
        min-height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    header.header-2 .sec-1 .nav-box nav ul li a {
        padding: 4px 8px;
        font-size: 10px;
        color: #fff;
        margin-left: -1px;
    }

    header.header-2 .sec-1 .nav-box nav ul li {
        float: right;
    }

    .nav-box .login-modal {
        width: 300px;
        top: 22px;
        right: 15px;
    }

    footer .sec-2 .copy-right {
        margin-left: 0px;
        text-align: center;
    }

    footer .sec-2 {
        border-top: none;
        border-bottom: 2px solid #fabf2c;
    }

    footer .sec-1 .part-1 .sub-1 {
        border-bottom: none;
    }

    .xs-cantact {
        background: transparent;
        color: white;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 2px 11px;
        font-size: 13px;
        display: block;
        width: 84px;
        margin: 7px auto 12px;
        text-align: center;
    }

    footer .sec-1 .part-1 .sub-1 .p0 {
        text-align: center;
    }

    footer .sec-1 .part-1 .sub-1 .img-app {
        width: 110px;
    }

    footer .sec-1 .part-1 .sub-1 .app-div {
        text-align: center;
    }

    .index-page .sec-3 .content .video-row .con .v-box .img-holder img {
        height: auto;
    }

    .index-page .sec-3 .content .video-row .v-box {
        margin-bottom: 10px;
    }

    .index-page .sec-3 .content .video-row .con .r-side-1 {
        float: none !important;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .img-holder-2 {
        height: 69px;
        margin-top: -9px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .img-holder-2 {
        height: 55px;
        margin-top: -9px;
    }

    .index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con {
        padding: 5px 2px 5px 5px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .head {
        width: 233px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder h4 {
        font-size: 14px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder img {
        width: 100%;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li a {
        padding: 4px 6px;
        font-size: 10px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .lab {
        padding: 13.3px 7px;
        font-size: 8px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .r-lab {
        display: none;
    }

    .index-page .sec-2 .content .sec-2-1 .head .r-lab .img {
        width: 60px;
        height: 60px;
    }

    .index-page .sec-2 .c-row {
        padding: 15px 0 10px;
    }

    .index-page .sec-1 .dec-sec .con-box.active h3 {
        margin-top: 43px;
    }

    .index-page .sec-1 .dec-sec {
        width: 100%;
    }

    .index-page .sec-1 .tb-img {
        /*height: 220px;*/
    }

    header.header-1 .sec-3 .nav-box nav ul li a {
        margin-left: 0px;
        font-size: 12px;
    }

    header.header-1 .sec-3 .nav-box nav ul li {
        /*float: right;*/
    }

    header.header-1 .sec-2 .cournc-price-box .c-row img {
        margin-left: 27px;
    }

    header.header-1 .social-box {
        margin-left: 5px;
    }
}


/*  xs----- mobile-320px ----xs */

@media (min-width: 320px) and (max-width: 374px) {
    header.header-2 .sec-1 .nav-box nav ul li a {
        padding: 4px 6px;
        font-size: 9px;
        color: #fff;
        margin-left: -1px;
    }

    .more-btn {
        padding: 0 9px !important;
    }

    .panel-page .content .panel-page-add-card .c-row-0 .sheba {
        font-size: 11px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0:last-child .l-box {
        font-size: 7px;
    }

    .register-page .con .sec-2 .upload-sec .up-box {
        font-size: 8px;
    }

    .index-page .sec-3 .slide .sec-s2-2 .con .list-hot-row .img-holder-2 {
        height: 42px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li a {
        padding: 4px 5px;
        font-size: 8px;
    }

    .index-page .sec-1 .dec-sec .con-box.active h3 {
        margin-top: 29px;
    }

    header.header-1 .sec-3 .nav-box nav ul li a {
        font-size: 13px;
    }

    header.header-1 .sec-2 .cournc-price-box .c-row img {
        margin-left: 10px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    header.header-1 .sec-2 .cournc-price-box .c-row img {
        margin-left: 87px;
    }

    .slide-news.swiper-container.swiper-slide:nth-child(2).c-row-3 {
        display: none !important;
    }
}


/*  sm----- tablet ----sm */

@media (min-width: 768px) and (max-width: 991px) {
    .panel-page .content .panel-page-sell .sell-sec-row {
        padding: 50px 10px 0px;
    }

    .panel-page .content .panel-page-buy .c-row-0 {
        padding: 15px 7px;
    }

    .panel-page .content .panel-page-buy .tic-row .more-btn {
        padding: 0px 4px;
    }

    .panel-page .content .panel-page-buy .tic-row .btn-cart-disable {
        padding: 0px 10px;
    }

    .panel-page .content .panel-page-cridit-change .c-row-0 .dis,
    .panel-page .content .panel-page-facture .c-row-0 .dis {
        font-size: 11px;
    }

    .panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .tic-row {
        font-size: 12px;
    }

    table.table-res-mod tbody tr td {
        font-size: 10px !important;
    }

    .panel-page .content .panel-page-index .user-last-list .head ul li a {
        font-size: 12px;
    }

    .panel-page .content .panel-page-index .user-last-list .tab-content {
        padding: 20px 0px 0px 0;
    }

    .panel-page .side-bar .sec-2 .my-crdit .head {
        font-size: 11px;
    }

    .panel-page .side-bar .sec-2 .add-crdit form button {
        padding: 8.7px 0;
        font-size: 10px;
    }

    .panel-page .side-bar .sec-2 .my-crdit .cr-box {
        width: 100%;
        font-size: 12px;
    }

    .panel-page .content .panel-page-index .user-info-sec .c-row-0 .p0 .head0 {
        min-width: 80px;
        font-size: 11px;
    }

    .panel-page .content .panel-haed-sec .sec-2 {
        padding: 14px 0px;
    }

    .panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p0 {
        font-size: 9px;
        width: 75px;
    }

    .panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p1 {
        width: 75px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 a .l-box {
        font-size: 11px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 a .l-box i {
        font-size: 16px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 {
        width: 19%;
    }

    .panel-page .side-bar .sec-1 .my-info-tiny div {
        font-size: 10px;
        padding: 0;
    }

    .panel-page .side-bar .sec-1 .btns-row {
        padding-bottom: 5px;
    }

    .panel-page .side-bar .sec-1 .btns-row a {
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .panel-page .side-bar .sec-1 .head {
        font-size: 12px;
    }

    .register-page .con .sec-2 .upload-sec label {
        font-size: 11px;
    }

    .register-page .main-row {
        width: 100%;
    }

    footer .sec-1 .part-1 .sub-1 .img-app {
        width: 100%;
    }

    .index-page .sec-3 .slide .sec-s2-2 .con .list-hot-row .img-holder-2 {
        height: 45px;
    }

    .index-page .sec-3 .c-row {
        padding: 0px 0px 10px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .box img {
        height: 160px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .head .slider-home-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .head {
        width: 250px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .c-row-3:last-child {
        display: none;
    }

    .index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con .cur-row .dollar {
        font-size: 12px;
    }

    .index-page .sec-2 .slide .sec-s2-2 .cur-price-live .con {
        padding: 5px 0px 5px 5px;
    }

    .index-page .sec-1 .dec-sec .con-box.active h3 {
        margin-top: 38px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic .link-btn {
        margin-top: 9px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic {
        border-bottom: 1px solid #efefef;
        margin-bottom: 12px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .img-holder-2 {
        display: block;
        float: none;
        height: 90px;
        margin: 0 auto;
        text-align: center;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row {
        width: 49%;
        display: inline-block;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder img {
        width: 100%;
    }

    .index-page .sec-2 .c-row {
        padding: 30px 0px 10px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list {
        padding: 11px 0;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li a {
        font-size: 9px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .r-lab .img {
        width: 60px;
        height: 60px;
        margin-top: 5px;
        margin-left: 0px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .lab {
        display: none;
    }

    .index-page .sec-1 .tb-img {
        /*height: 480px;*/
    }

    header.header-1 .sec-2 .cournc-price-box .c-row img {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .index-page .sec-1 .dec-sec .con-box {
        width: 100%;
    }
}


/*  md----- notbook ----md */

@media (min-width: 992px) and (max-width: 1200px) {
    /* erfan */
    .panel-page .content .panel-page-buy .tic-row .more-btn {
        padding: 0px 10px;
    }

    .panel-page .content .panel-page-buy .tic-row .btn-cart-disable {
        padding: 0px 17px;
    }

    .logo-box .logo {
        padding-top: 20px;
    }

    .index-page .sec-1 .tb-img {
        /*height: 460px;*/
    }

    .cournc-price-box {
        min-height: 72px;
    }

    header.header-1 .sec-2.cournc-price-box .c-row {
        padding: 7px 0 7px;
    }

    /* end erfab */
    .panel-page .content .panel-page-sell .sell-sec-row {
        padding: 50px 10px 0px;
    }

    .panel-page .content .panel-page-cridit-change .c-row-0 .dis {
        font-size: 11px;
    }

    .panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p0 {
        width: 107px;
    }

    .panel-page .content .panel-haed-sec .sec-2 .user-stus-row .box .p1 {
        width: 107px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 a .l-box {
        font-size: 13px;
    }

    .panel-page .content .panel-haed-sec .sec-1 .c-row-0 {
        width: 19.3%;
    }

    .panel-page .side-bar .sec-1 .my-info-tiny div {
        font-size: 11px;
    }

    .panel-page .side-bar .sec-1 .head {
        font-size: 12px;
    }

    .index-page .sec-3 .slide .sec-s2-2 .con .list-hot-row .img-holder-2 {
        height: 45px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .box .dit {
        font-size: 8px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .box .dit .date {
        margin: 0 4px;
    }

    .index-page .sec-2 .content .sec-2-2 .slide-news .box {
        padding: 0px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .dic .p1 {
        font-size: 11px;
        line-height: 1.4;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .con-2 h5 {
        font-size: 10px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .l-side .list-news-row .img-holder-2 .img {
        width: 45px;
        height: 45px;
        padding: 3px;
    }

    .index-page .sec-2 .content .sec-2-1 .con .tab-row .r-side .img-holder img {
        width: 100%;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list {
        padding: 9px 0;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .list li a {
        font-size: 11px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .r-lab .img {
        width: 60px;
        height: 60px;
        margin-top: 5px;
    }

    .index-page .sec-2 .content .sec-2-1 .head .nav-bar-back .lab {
        padding: 11.3px 11px;
        font-size: 12px;
    }

    .index-page .sec-2 .c-row {
        padding: 30px 0px 10px;
    }

    .index-page .sec-1 .dec-sec .con-box {
        width: 100%;
    }

    header.header-1 .sec-2 .cournc-price-box .c-row img {
        margin-left: 37px;
    }
}


/*///////////////////////////////////////////////////////////*/

.panel-page .content .panel-page-ticket .ticket-last-list .c-row-0 .head,
.panel-page .content .panel-page-ticket .table-m-2 .c-row-0 .head {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    color: #414141;
    border: 1px solid #069e37;
}

syle_tags_sm {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    color: #414141;
    border: 1px solid #069e37;
}

.styl_tags_lg {
    display: inline-block;
    width: 100%;
    padding: 7px;
    min-height: 70px;
    border-radius: 10px;
    color: #767676;
    border: 1px solid #069e37;
}

.logo-box .logo {
    display: inline-block;
    padding-top: 25px;
}

.modal-new .modal-content {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #fabf2c;
    border-radius: 3px;
    top: 50px;
}

.modal-new .modal-content .haed {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(250, 191, 44, 0.43);
    box-shadow: 0px 0px 3px 1px rgba(250, 191, 44, 0.43);
    border-radius: 50px;
    margin: -33px auto 0;
    background: #fff;
    text-align: center;
    font-size: 11px;
}

.modal-new .modal-content .haed i {
    display: block;
    font-size: 27px;
    color: #fabf2c;
}

.modal-new .modal-content .haed span {
    display: block;
}

.ico-baseline-add-24px:before {
    content: "\e908";
}

.input-row {
    font-size: 12px;
    font-weight: 100;
    color: #434343;
    padding: 0 15px;
    margin-bottom: 8px;
}

.tex-info span {
    margin-left: 20px;
}

.input-box {
    position: relative;
}

.tex-info {
    font-size: 12px;
    font-weight: 100;
    color: #434343;
    padding: 0 15px;
    margin-bottom: 8px;
}

.input-box .inp-ico {
    width: 26px;
    position: absolute;
    right: 1px;
    top: 0.2px;
    font-size: 14px;
    color: #fabf2c;
    height: 31px;
    border-left: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 6px 4px;
    text-align: center;
}

.input-box input {
    box-shadow: none;
    width: 100%;
    height: 31px;
    padding: 1px 35px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    color: #434343;
    font-size: 13px;
    font-weight: 100;
    outline: none !important;
    text-align: center;
}

.input-box input::placeholder {
    text-align: center;
}

.input-box .select-arr {
    position: absolute;
    left: 3px;
    top: 0.2px;
    font-size: 27px;
    color: #b2b2b2;
    height: 31px;
    border-right: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0px 4px;
    text-align: center;
}

.select-arr select {
    width: 54px;
    padding: 0;
    border: none;
    margin-top: -5px;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    -webkit-appearance: menulist-button;
    font-size: 11px;
}

.modal-new .modal-content .con .form-group .sel-row {
    position: relative;
}

.form-group .input-box .p-selc {
    width: 60px !important;
}

.input-box .select-arr {
    position: absolute;
    left: 3px;
    top: 0.2px;
    font-size: 27px;
    color: #b2b2b2;
    height: 31px;
    border-right: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0px 4px;
    text-align: center;
}

.input-box .cop-btn {
    background: transparent;
    border: none;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -6px;
    padding: 3px 3px;
    width: 61px;
    border-radius: 2px;
    height: 30px;
    margin-right: -4px;
}

.show-number {
    color: #069e37;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 0;
}

.tex-row-alert {
    font-size: 10px;
    font-weight: 100;
    color: #474747;
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 26px;
}

.tex-row-alert i {
    color: #ca1717;
}

.buy-tag {
    font-size: 12px;
    margin: 4px 0 6px;
    display: inline-block;
    cursor: pointer;
}

.buy-tag.en::before {
    content: "\f14a";
    color: #069E37;
}

.buy-tag::before {
    content: "\f096";
    font-family: 'fontawesome';
    font-size: 16px;
    margin-left: 4px;
    min-width: 14px;
    vertical-align: middle;
    font-size: 18px;
}

.modal-new .modal-content .content-modalion .form-group textarea {
    resize: vertical;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 1px 12px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    color: #434343;
    font-size: 13px;
    font-weight: 100;
    outline: none !important;
    text-align: center;
}

.style-p {
    font-size: 12px;
    font-weight: 100;
    color: #434343;
    padding: 0 15px;
    margin-bottom: 8px;
}

.style-p .price-div-box {
    text-align: center;
    background: #b7e4c6;
    width: 80%;
    margin: auto;
    border-radius: 4px;
    border: 1.2px solid #069e37;
    padding: 4px;
    color: #069e37;
}

.mon-after {
    display: none;
}

.buy_cur .cr {
    color: #c2c2c2;
    border: 1.2px solid #c2c2c2;
    border-radius: 40px;
    width: 18px;
    height: 18px;
    padding: 2.3px 0px;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    margin-left: 0px !important;
}

.buy_cur .sel-box.active .cr {
    color: #069e37;
}

.buy_cur .cr {
    color: #c2c2c2;
    border: 1.2px solid #c2c2c2;
    border-radius: 40px;
    width: 18px;
    height: 18px;
    padding: 2.3px 0px;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    margin-left: 0px !important;
}

.buy_cur .style-p {
    font-size: 12px;
    font-weight: 100;
    color: #434343;
    padding: 0 15px;
    margin-bottom: 8px;
}

.style-p .mon-after {
    font-size: 10px;
    color: #069e37;
}

.buy_cur .price-div-box {
    text-align: center;
    background: #fff;
    width: 100%;
    margin: auto;
    border-radius: 4px;
    border: 1.2px solid #069e37;
    padding: 4px;
    color: #069e37;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
}

b,
optgroup,
strong {
    font-weight: 300;
}

.input-group .input-group-addon {
    border-right-color: #d7d7d7;
}

.disabled-btn {
    background-color: rgba(219, 219, 219) !important;
    color: #bababa !important;
}

.fa-exclamation-triangle:before {
    color: #ff0000;
}

.panel-page .content .panel-page-sell .sell-sec-row .c-row .box .sell-btn {
    background-color: #fabf2c;
}

.modal-new .fa-refresh {
    color: #fabf2c;
}

.modal-new .input-group-addon {
    background-color: #fff;
}

.buy_cur .sel-box {
    margin: 11px 0 12px;
    text-align: right;
    cursor: pointer;
}

.buy_cur .sel-box.active .cr {
    color: #069e37;
}

.buy_cur .cr {
    color: #c2c2c2;
    border: 1.2px solid #c2c2c2;
    border-radius: 40px;
    width: 18px;
    height: 18px;
    padding: 2.3px 0px;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    margin-left: 0px !important;
}

.buy_cur .alert-icon i {
    color: #ca1717;
}

.buy_cur .foot-sec {
    margin-top: 13px;
    margin-bottom: 13px;
}

.buy_cur .foot-sec .privc a {
    color: #1ca0db;
}

.buy_cur .foot-sec .privc {
    color: #9b9b9b;
    font-size: 11px;
    margin-bottom: 10px;
}

.buy_cur .foot-sec .buy-bnt {
    background: #069e37;
    display: inline-block;
    color: #fff;
    border: none;
    width: auto;
    padding: 4px 41px;
    border-radius: 4px;
    margin-top: 2px;
}

.buy_cur .foot-sec {
    margin-top: 13px;
    margin-bottom: 13px;
}

.modal-new .modal-content {
}

.login-box i {
    color: #fabf2c;
    margin-left: 5px;
}

.slideshow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow button {
    position: absolute;
    z-index: 1000;
}

.slideshow .next {
    left: 3%;
}

.slideshow .prev {
    right: 3%;
}

@media (max-width: 767px) {
    .logo-box .logo {
        padding: 0 !important;
    }

    .m-dfl {
        display: flex;
        align-items: center;
    }

    .cournc-price-box {
        display: flex;
        align-items: center;
    }

    header.header-1 .sec-2 .cournc-price-box .c-row {
        padding: 10px 0 10px;
    }

    .cournc-price-box {
        min-height: 78px;
    }

    .login-box .dis-in {
        display: block;
    }

    .logo-box .logo {
        padding-top: 40px;
    }

    header .logo-box {
        padding: 0;
    }

    .dec-sec {
        display: none;
    }

    div#search-overlay .centered {
        width: 100%;
    }
}

.tag {
    color: #ffffff;
    font-size: 80%;
    min-width: 20px;
    border-radius: 0;
}

a:visited.tag {
    color: #ffffff;
}

a:hover.tag {
    color: #ffffff;
}

.tag-pill {
    padding-right: .7em;
    padding-left: .7em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #adb7be;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #c6d1d8;
}

.tag-primary {
    background-color: #3e70c9;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #467ee1;
}

.tag-success {
    background-color: #43b968;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #4bcb73;
}

.tag-info {
    background-color: #20b9ae;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #33cbc0;
}

.tag-warning {
    background-color: #f59345;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #fea45c;
}

.tag-danger {
    background-color: #f44236;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #ff574c;
}

.tag-purple {
    background-color: #a567e2;
}

.tag-purple[href]:focus,
.tag-purple[href]:hover {
    background-color: #a567e2;
}

.tag-black {
    background-color: #333;
}

.tag-black[href]:focus,
.tag-black[href]:hover {
    background-color: #333;
}

.file-attachment-box .t1 {
    border: 1px solid #d7d7d7;
    padding: 0 25px;
    border-radius: 2px;
}

.file-attachment-box {
    text-align: center;
    cursor: pointer;
}

.modal-new .modal-header {
    position: absolute;
    left: -12px;
    border: none;
    top: -12px;
}

.arr-btn {
    outline: none !important;
    background: #ffffff42;
    color: #fff;
    font-size: 21px;
    width: 32px;
    border: none;
}

.arr-btn.next {
    border-right: 2px solid #fabf2c;
}

.arr-btn.prev {
    border-left: 2px solid #fabf2c;
}

.list-news-row .img-holder-2 img {
    width: 65px;
    height: 65px;
    border-radius: 80px;
    padding: 5px;
    position: relative;
    background: #fff;
    margin-left: 8px;
    margin-top: 2px;
    margin-right: -4px;
    box-shadow: 0 0 5px #e2e2e2;
}

.bank-info {
    margin: 10px 0;
    display: block;
}


/* blog-search */

.blog-search {
    background-color: #f4f4f4;
}

[class*="cr-ff"] {
    color: #fff;
}

[class*="bg-fff"] {
    background-color: #fff;
}

[class*="cr-afaf"] {
    color: #afafaf;
}

[class*="cr-fab"] {
    color: #fabe2b;
}

[class*="cr-9e9e"] {
    color: #9e9e9e;
}

[class*="fsz-16p"] {
    font-size: 16px;
}

[class*="fsz-11p"] {
    font-size: 11px;
}

.tex-blog-cont {
    padding: 18px;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt5 {
    margin-top: 30px;
}

.padding-none {
    padding: 0;
}

.span-st {
    border-bottom: 1px solid #000;
    padding: 0 10px;
    padding-bottom: 3px;
}

.tex-blog-cont .post-tit {
    margin-bottom: 5px;
    margin-top: 7px;
}

.tex-blog-cont p {
    margin-top: 15px;
}

.mark-tex {
    color: #fabf2c;
}

.link-te {
    padding: 10px 0;
}

.link-te i {
    font-size: 10px;
    color: #fabf2c;
}

.link-te span {
    padding: 5px 10px;
}

.pr00 {
    padding-right: 0 !important;
}

.padding-imgs {
    padding: 40px;
}

.reload-chart {
    position: relative;
    height: 300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cart-disable {
    padding: 0px 36px;
    border-radius: 4px;
    border: 1px solid #939393;
    font-size: 10px;
}

.modal-body form {
    font-size: 12px !important;
}

.foot-sec .ch-color-btn {
    background: #D9D9D9;
    border-color: #9d9d9d;
    display: inline-block;
    color: #d7d7d7;
    width: auto;
    padding: 0 41px;
    border-radius: 4px;
    line-height: 25px;
}

.ch-colorse {
    border-color: #fabf2c !important;
}

.panel-page-ticket-single .panel-heading {
    background-color: #fff;
}

.panel-page-ticket-single .panel-body ul li {
    padding-bottom: 5px;
}

.panel-page-ticket-single .panel-warning {
    border-color: #fabf2c;
}

.panel-page-ticket-single .panel-warning .panel-heading {
    border-bottom: 1px dashed #fabf2c;
}

.panel-page-ticket-single .panel-default .panel-heading {
    border-bottom: 1px dashed #ddd;
}

.panel-page-ticket-single .panel-title {
    font-size: 13px;
}

.border-bottom-user {
    position: relative;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 18px;
}

.border-bottom-user::before {
    content: "";
    position: absolute;
    width: 18%;
    bottom: 0;
    right: 0;
    display: block;
    border-bottom: 2px solid #fabf2c;
}

.Rectangle-888 {
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    font-size: 13px;
    padding: 8px 16px;
    margin-bottom: 10px;
}

.user-name-p {
    padding-bottom: 8px;
    border-bottom: 1px dashed #919191;
}

.d-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.clickable {
    cursor: pointer;
}

.form-control:hover::before {
    border-color: black;
    border-color: black;
}

.form-control ::-webkit-file-upload-button {
    visibility: hidden;
}

.form-control::before {
    /*content: 'ÃƒËœÃ‚Â¢Ãƒâ„¢Ã‚Â¾Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¯ Ãƒâ„¢Ã‚ÂÃƒËœÃ‚Â§Ãƒâ€ºÃ…â€™Ãƒâ„¢Ã¢â‚¬Å¾';*/
    display: inline-block;
    background: linear-gradient(top, #001144, #001144);
    border: 1px solid #999;
    border-radius: 4px;
    padding: 0 !important;
    font-size: 20px !important;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

.form-control:hover::before {
    border-color: black;
}

.form-control:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.modal-new .modal-content .con .form-group input,
.modal-new .modal-content .con .form-group select {
    padding: 0;
}

.input-with-icon .file-attachment-box .form-control {
    padding: 0;
}


/****** new style ******/

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

section.is-table h1 {
    color: #183B56;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
}


section.is-feature .panel-body {
    border: 1px solid #E5EAF4;
    border-radius: 16px;
    margin: 15px 0;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
}

section.is-feature {
    background: #f8f8f8;
    padding: 50px 0;
}

.panel-body h3 {
    color: #183B56;
    font-size: 21px;
}

.panel-body p {
    line-height: 32px;
    color: #5A7184;
    text-align: right;
}

.is-sec-title span {
    color: #36B37E;
}

.is-sec-title h3 {
    color: #183B56;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 25px;
}

.is-sec-title p {
    color: #5A7184;
}

.is-sec-title {
    margin-bottom: 40px;
}

section.is-about {
    padding: 40px 0;
    background: #fff;
}

section.is-about .is-sec-title h3 {
    max-width: 325px;
    line-height: 45px;
}

section.is-about .is-sec-title p {
    max-width: 425px;
}

section.is-about .card-body h4 {
    color: #183B56;
    margin-top: 26px;
}

section.is-about .card-body p {
    color: #5A7184;
    line-height: 1.7;
}

section.is-news {
    background: #f8f8f8;
    padding: 50px 0;
}

.news-box {
    min-height: 500px;
    background: #cacaca;
    border-radius: 16px;
    margin: 15px 0;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.news-box a {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.news-box:hover > img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transform: scale(1.1) rotate(-4deg);
    -moz-transform: scale(1.1) rotate(-4deg);
    -ms-transform: scale(1.1) rotate(-4deg);
    -o-transform: scale(1.1) rotate(-4deg);
}

.news-box:after {
    content: "";
    background: linear-gradient(0deg, #152532, rgba(24, 59, 86, 0.4117647058823529), transparent);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 16px;
}

.news-box > img {
    object-fit: cover;
    overflow: auto;
    border-radius: 16px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}

.news-content {
    position: absolute;
    bottom: 19%;
    color: #fff;
    z-index: 9;
    padding: 15px;
}

.news-content h3 {
    text-shadow: 0px 2px 2px #000;
    font-weight: 700;
}

.news-author {
    bottom: 15px;
    position: absolute;
    padding: 15px;
    z-index: 9;
    color: #fff;
}


/****** contact ********/

.contact-page h1 {
    font-size: 26px;
    color: #8d8d8d;
    text-align: center;
    margin: 40px 0 60px;
}

.contact-content-box img {
    max-height: 65px;
}

.contact-content-box h3 {
    font-size: 19px;
    font-weight: 700;
}

.contact-content-box p {
    color: #8d8d8d;
}

.contact-map {
    margin: 40px 0 30px;
}


/********* panel ******/

.table > thead > tr > th {
    font-weight: 500 !important;
    font-size: 12px !important;
}


/******* header search *****/

#search-overlay {
    display: none;
}

.search-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.92);
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 999999999;
}

.search-block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

#search-overlay .centered {
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    position: absolute;
    transform: translate(50%, 50%);
    top: 30%;
    right: 50%;
}

#search-overlay #search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-overlay #search-form {
    height: auto;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

#search-overlay #search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

#search-overlay #search-box input[type="text"] {
    width: 100%;
    padding: 20px;
    color: #333;
    outline: none;
    font-size: 1.4em;
    text-align: right;
    border-radius: 10px;
}

#search-overlay #search-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: #036471;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

#search-overlay #close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
    color: #f1f1f1;
}

#search-overlay #close-btn:hover {
    color: #777;
    cursor: pointer;
}


/*********************/


/**** forgot pass ********/

.forgot-img {
    max-height: 315px;
    margin: 0 auto;
}

.km-table .table thead th {
    font-size: 14px !important;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table th,
.table td {
    vertical-align: middle !important;
    border-top: none;
}

.km-table .table th,
.km-table .table td {
    vertical-align: middle !important;
    font-size: 13px;
    border: none !important;
    position: relative;
    padding: 6px .75rem 6px;
}

.dm-table .table th,
.dm-table .table td {
    vertical-align: middle !important;
    font-size: 13px;
    border: none !important;
    position: relative;
    padding: 9px .75rem 8px;
}

.table tbody tr {
    border-top: 1px solid #f7f7f7;
}

.table tbody tr:first-child {
    border: none;
}

.km-table .table tbody tr > th {
    text-align: left;
}

td.td-simbol img {
    height: 26px;
    width: 26px;
}

.table-hover tbody tr:hover {
    background-color: #f8f8f8;
}

.td-main-price {
}

.td-main-name {
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #f9f9f9;
    color: #515151;
    box-shadow: inset 0 4px 0 0 #06bfff;
}

.nav-tabs {
    /* box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.17); */
    background: #5d5a5a;
    display: flex;
    width: 100%;
}

.nav-tabs .nav-link {
    color: #727272;
    border: 0;
    -webkit-transition: .3s;
    transition: .3s;
    outline-style: none;
    border-radius: 0;
    padding-right: 0;
    position: relative;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 15px;
    z-index: 9;
    background: #fff;
}

.nav-tabs.v2 .nav-link {
    font-size: 14px;
}

.km-table .table {
    border: 1px solid #eee;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}

.km-table thead {
    background: #f5f5f5;
}

.row.align-items-center.justify-content-between {
    display: flex;
    justify-content: space-between;
}

a.show-all-coin {
    background: #f3f3f3;
    display: block;
    padding: 15px 30px;
    border-radius: 0 0 6px 6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
}

table.margin_datatable.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.km-table > table {
    margin-bottom: 2px;
    margin-top: -1px;
    border-radius: 6px 0 0 0;
    text-align: right
}

.table-link {
    border-radius: 0;
    font-weight: 200;
    font-size: 12px;
    width: 50px
}

.table-link a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.td-simbol span:nth-of-type(1) {
    padding-top: 2px;
    height: 100%;
    float: right
}

.td-simbol span:nth-of-type(2) {
    display: block
}

.td-simbol span:nth-of-type(3) {
    font-size: 10px;
    color: #999;
    text-align: right
}

.td-main-icons {
    max-width: 25px
}

.td-main-icons i {
    color: rgba(152, 152, 152, 0.86)
}

.search-box {
    padding: 0 15px 0;
    background: #f7f7f7
}

section.is-feature .panel-body {
    border: 1px solid #E5EAF4;
    border-radius: 16px;
    margin: 15px 0;
    background: #fff;
    min-height: 268px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
}

section.is-feature .panel-body p {
    line-height: 32px;
    color: #5A7184;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
}

.bit-table .table thead tr th {
    border-bottom: none;
    font-size: 12px !important;
    background: #f7f7f7;
    color: #939393;
}

.bit-table .table tbody tr {
    border: none;
    border-bottom: 1.2px dashed #e5e5e5;
    border-radius: 0px;
    padding: 10px 5px 11px;
    margin-bottom: 0;
    margin-top: -4px;
}

.bit-table .table tbody tr:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
}

.bit-table .table tbody tr td, .bit-table .table tbody tr th {
    border: none;
}

.bit-table .table {
    margin-bottom: 0;
}

.table-head {
    display: flex !important;
    align-items: center;
    margin-bottom: 4px !important;
}

.nav-pills > li.active > a {
    color: #3c3737;
    background: none;
    border: none;
    box-shadow: 0 4px 0 #fabf2c;
    border-radius: 0;
}

.bit-table .table tbody tr td:first-child {
    /*display: none;*/
}

/*.bit-table .table thead th:first-child {
    display: none;
}*/
.bit-table .table thead th:last-child, .bit-table .table tbody td:last-child {
    /*display: none;*/
}

.table-responsive {
    overflow-x: auto;
}

*::placeholder {
    font-size: 13px;
    font-weight: 300;
    font-family: 'IRANSans-num';
}

/*Custom edit network box */
.radio-select-container {
    position: relative;
    height: 40px;
    width: 100%;
    margin: .5rem 0
}

.radio-select-container + .radio-select-container {
    margin-right: 5px
}

.radio-select-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer
}

.radio-select-container .radio-tile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 1rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.radio-select-container .radio-tile-label {
    text-align: center;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #464646;
    margin: 0
}

.radio-select-container .radio-button:checked + .radio-tile {
    border: 1px solid #079ad9;
    color: #1b1b1b;
}

.radio-select-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: #167ed0
}

.radio-text {
    font-size: 12px
}

.box-pre-sell {
    padding: 1rem 1rem 0 !important;
    margin-top: .5rem !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
    border: 1px solid #dc3545 !important;
    border-radius: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.font-weight-bold {
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.f-14 {
    font-size: 14px;
}

.p-3 {
    padding: 1rem;
}

.shadow-md {
    box-shadow: 0 1px 6px #ccc;
}

.f-13 {
    font-size: 13px;
}

.w-auto {
    width: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.form-div {
    border: 1px solid #ced4da;
    max-width: 100%;
    padding-left: 32px;
    height: 40px;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

a.wallet-qr-input {
    position: absolute;
    left: 15px;
    top: 50%;
    color: #333;
    z-index: 99;
    height: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    background-size: 34px;
    opacity: .6;
    -ms-filter: "alpha(opacity=60)";
}

.form-div span {
    width: 100%;
    direction: ltr;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.wallet-qr-input i {
    font-size: 22px;
    height: 100%;
}

.transaction-details tr:first-child, .transaction-details tr td {
    border-top: 0 !important;
}

.transaction-details tr {
    border-top: 1px solid #e8e8e8 !important;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.file-input {
    background: #fff;
    padding: 16px;
    width: 100%;
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: 1px solid #ced4da;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.file-input > [type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    z-index: 10;
    cursor: pointer;
}

.file-input > .button {
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    margin-right: 8px;
    direction: ltr;
    font-weight: 500;
    background: #f3f3f3;
    height: 100%;
    position: absolute;
    left: 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: .6;
    -ms-filter: "alpha(opacity=60)";
    font-size: 11px;
}