/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.bit-logo {
    background-color: orange !important;
    border-radius: 15%;
}

.eter-logo {
    background-color: aqua !important;
    border-radius: 15%;
}

.lite-logo {
    background-color: rgb(204, 33, 47) !important;
    border-radius: 15%;
}

.permony-logo {
    background-color: rgb(37, 167, 210) !important;
    border-radius: 15%;
}

.payeer-logo {
    background-color: rgb(86, 209, 140) !important;
    border-radius: 15%;
}

.dollar-logo {
    background: #12232f !important;
    color: #d111a5 !important;
    border-radius: 48%;
    width: 100px;
}

.dollar-logo-glow {
    background: #12232f !important;
    color: #d111a5 !important;
    border-radius: 48%;
    height: 100%;
}

.dollar-glow {
    width: 100px;
    height: 100px;
    background: #d111a5 !important;
    border-radius: 15% !important;
}

.dollar-glow-tab {
    width: 35px;
    height: 35px;
    background: #d111a5 !important;
    border-radius: 15% !important;
}

.dollar-glow-wallet {
    background: #d111a5;
    border-radius: 15%;
}

.chip-body-wallet {
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    min-height: 2.857rem;
    min-width: 2.857rem;
}

.chip-body-wallet .avatar-wallet, .avatar-wallet-dollar {
    background-color: #c3c3c3;
    display: flex;
    width: 38px;
    height: 38px;
    margin: 2px 0;
    border-radius: 50%;
    justify-content: center !important;
    align-items: center !important;
    color: #fff;
    transform: translate(-20px);
}

.avatar-wallet {
    white-space: nowrap;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #fff !important;
    display: inline-flex;
    font-size: 1rem;
    text-align: right;
    vertical-align: middle;
    margin: 5px;
}

.chip-wallet {
    background-color: #262c49;
    font-size: 0.8rem;
    border-radius: 1.428rem;
    display: inline-flex;
    padding: 0 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    width: 100%;
}

.chip-wallet-balance {
    background-color: #262c49;
    font-size: 0.8rem;
    border-radius: 1.428rem;
    display: inline-flex;
    /*padding: 0 10px;*/
    /*margin-bottom: 5px;*/
    vertical-align: middle;
    width: 16%;
}

.chip-text-wallet {
    font-size: 1rem;
    padding-top: 10px;
    color: #fff !important;
}

.active-sub-menu {
    background: linear-gradient(118deg, #10163a, #10163a) !important;
    color: #fff !important;
    border-radius: 2px;
}

.card-body .chip-wallet-balance {
    margin-top: 10px;
}

.input-ui {
    background-color: #262c49;
    border-radius: 5px;
    height: 38px;
}

.input-ui-deposit {
    background-color: #262c49;
    border-radius: 5px;
    height: 50px;
}

.padding-08-rem {
    padding: 0.8rem;
}

.tooltips {
    position: relative;
    display: inline-block;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 300%;
    background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
    color: #fff;
    border-radius: 4px;
    text-align: center;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}


.tooltips:hover .tooltiptext {
    visibility: visible;
}

.padding-top-7 {
    padding-top: 7px;
}

.copy-button {
    padding-right: 50%;
    color: #7367f0;
    font-size: 20px;
    cursor: pointer;
}

.align-center {
    text-align: center;
}

.green {
    color: yellowgreen !important;
}

.red {
    color: #ed4e2a !important;
}

.no-wallet {
    font-size: 20px;
    color: #ca3700 !important;
    font-weight: bold;
}

.gold {
    color: rgb(255, 149, 0) !important;
}

.balance-btn {
    height: 30px;
    margin-top: 10px;
    padding-top: 5px;
    padding-right: 25px;
    background-color: purple;
    cursor: pointer;
    border-radius: 5px;
}

.balance-btn :hover {
    box-shadow: 0px 0px 12px 17px #800080;
}

.input-ui-modal {
    background-color: #7367f0;
    border-radius: 5px;
    height: 38px;
}

.deposit-amount {
    width: 16.375rem !important;
}

.header-usd-deposit-color {
    background-image: linear-gradient(#D111A5, rgba(234, 17, 189, 0.50));
}

.footer-usd-deposit-color {
    background-image: linear-gradient(#D111A5, rgba(234, 17, 189, 0.50));
    border-radius: 0 0 8px 8px;
    padding-bottom: 0.3rem !important;
}

.header-usd-deposit-profit-color {
    border-bottom: solid 3px;
    border-color: rgba(234, 17, 189, 0.50);
}

.header-plan-deposit {

    height: 50px;
    border-radius: 8px 0 0 8px;
    color: white;
    font-size: 18px;
    padding-top: 0.8rem;
    padding-left: 1.5rem;
    width: 85%;
}

.display-flex {
    display: flex;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.header-plan-profit {
    width: 15%;
    border-radius: 0 8px 8px 0;
    color: white;
    text-align: center;
    font-size: 18px;
    padding-top: 0.7rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.label-color {
    color: #c2c6dc !important;
}

.card-deposit {
    border-bottom: solid 3px;
    border-color: rgba(234, 17, 189, 0.50);
}

.bg-dollar {
    background-color: rgba(234, 17, 189, 0.50) !important;
}

.display-none {
    display: none;
}
body{
    font-family: IRANSansWeb, IRANSans;
}
@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWeb/IRANSansWeb_FaNum_.eot") format("eot"), url("../fonts/IRANSansWeb/IRANSansWeb_FaNum_.woff") format("woff"), url("../fonts/IRANSansWeb/IIRANSansWeb_FaNum_.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefixx') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'),
    url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
    url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefixx') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'),
    url('../fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefixx') format('embedded-opentype'),
    url('../fonts/IRANSansWeb.woff2') format('woff2'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}
.card .card-header .card-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.has-icon-left .form-control {
    padding-right: 2rem;
    padding-left: 3rem;
    text-align: right;
}