/*
Theme Name: 
Theme URI: http://webtinus.com
Author: 
Author URI: http://webtinus.com
Version: 1.0.0 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*---------------- Base Site --------------*/
/* 100 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 100;
    src: url("fonts/Kalameh/_eot/Thin.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Thin.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Thin.woff2") format("woff2");
}

/* 200 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 200;
    src: url("fonts/Kalameh/_eot/ExtraLight.eot") format("eot"),
        url("fonts/Kalameh/_Woff/ExtraLight.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/ExtraLight.woff2") format("woff2");
}

/* 300 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 300;
    src: url("fonts/Kalameh/_eot/Light.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Light.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Light.woff2") format("woff2");
}

/* 400 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 400;
    src: url("fonts/Kalameh/_eot/Regular.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Regular.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Regular.woff2") format("woff2");
}

/* 500 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 500;
    src: url("fonts/Kalameh/_eot/Medium.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Medium.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Medium.woff2") format("woff2");
}

/* 600 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 600;
    src: url("fonts/Kalameh/_eot/SemiBold.eot") format("eot"),
        url("fonts/Kalameh/_Woff/SemiBold.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/SemiBold.woff2") format("woff2");
}

/* 700 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 700;
    src: url("fonts/Kalameh/_eot/Bold.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Bold.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Bold.woff2") format("woff2");
}

/* 800 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 800;
    src: url("fonts/Kalameh/_eot/ExtraBold.eot") format("eot"),
        url("fonts/Kalameh/_Woff/ExtraBold.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/ExtraBold.woff2") format("woff2");
}

/* 900 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 900;
    src: url("fonts/Kalameh/_eot/Black.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Black.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Black.woff2") format("woff2");
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Kalameh" !important;
    background: var(--white-color) !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

* {
    transition: 0.3s;
}

img {
    max-width: 100%;
}

.primary-lable {
    padding: 5px 8px;
    white-space: nowrap;
    background: var(--primary-color);
    color: var(--primary-color3);
    border-radius: var(--rounded-5);
}

.primary-lable.tx-caption {
    padding: 0px 5px 3px;
    line-height: 1rem;
    border-radius: var(--rounded-40);
    margin-right: 5px;
}

.blue-lable {
    white-space: nowrap;
    padding: 0px 10px;
    background: var(--primary-color1);
    color: var(--white-color);
    border-radius: var(--rounded-40);
}

.red-lable {
    white-space: nowrap;
    padding: 0px 10px;
    background: var(--red-color);
    color: var(--white-color);
    border-radius: var(--rounded-40);
}

.green-lable {
    padding: 0px 10px;
    white-space: nowrap;
    background: var(--green-color);
    color: var(--white-color);
    border-radius: var(--rounded-40);
}

:root {
    --primary-color-darker: #03224F;
    --primary-color: #002862;
    --primary-color1: #1A4F9D;
    --primary-color2: #3F74C2;
    --primary-color3: #7BA8EA;

    --secondary-color-darker: #E9AA0B;
    --secondary-color: #FFB703;
    --secondary-color1: #FFC639;
    --secondary-color2: #FFD877;
    --secondary-color3: #FFE6A6;

    --dark: #181818;
    --dark-gray: #333333;
    --gray-dark1: #717171;
    --gray-dark2: #AEAEAE;
    --gray-dark3: #E5E5E5;
    --gray-dark4: #EEEEEE;
    --gray-dark5: #F7F7F7;

    --blue-light: #B4C1D3;
    --blue-light1: #DEE5EE;

    --black-color: #000000;
    --white-color: #ffffff;
    --white-color-10: #ffffff10;
    --white-color-20: #ffffff22;
    --white-color-30: #ffffff55;
    --white-color-50: #ffffff88;

    --red-color: #FF383C;
    --green-color: #17C100;

    --rounded-5: 0.3125rem;
    --rounded-10: 0.625rem;
    --rounded-15: 0.9375rem;
    --rounded-20: 1.25rem;
    --rounded-30: 1.875rem;
    --rounded-40: 2.5rem;
    --rounded-full: 100%;

    --shadow-1: 0rem 0.25rem 0.625rem 0rem rgba(0, 0, 0, 0.05);
    /* --shadow-2: 0rem 0.3125rem 0.625rem 0rem #00000020;
    --shadow-3: 0rem 0.3125rem 0.625rem 0rem #00000050;
    --shadow-inner-2: inset 0rem 0.3125rem 0.625rem 0rem #00000020;
    --shadow-center-inner-2: inset 0rem 0rem 0.625rem 0rem #00000020; */
}

a,
link {
    text-decoration: none;
}

.bx-lin {
    border: 1px solid var(--gray-dark3);
    background: var(--white-color);
    border-radius: var(--rounded-30);
    box-shadow: var(--shadow-1);
}

.bx-pri {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: var(--rounded-30);
    box-shadow: var(--shadow-1);
}


.bx-des {
    text-align: justify;
    color: var(--dark-gray);
    border-radius: var(--rounded-30);
    background: var(--gray-dark5);
    padding: 15px;
}

.t-h1,
h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
}

.t-h2,
h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem;
}

.t-h3,
h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
}

.t-h4,
h4 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6875rem;
}

.t-h5,
h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.t-h6,
h6 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
}

.tx-body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
}

.tx-caption {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.pd-15 {
    padding: 15px;
}

.pd-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pd-x-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.mg-15 {
    margin: 15px;
}

.mg-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mg-x-15 {
    margin-right: 15px;
    margin-left: 15px;
}


.bt-btn {
    white-space: nowrap;
    outline: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
}

.bt-text {
    border-radius: var(--rounded-40);
}

.bt-icon {
    border-radius: var(--rounded-full);
}

.bt-icon.bt-large {
    width: 3rem;
    height: 3rem;
    padding: 0;
    min-width: auto;
    font-weight: 500;
}

.bt-icon.bt-medium {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    font-weight: 500;
    min-width: auto;
}

.bt-icon.bt-small {
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-weight: 400;
    min-width: auto;
}

.bt-large {
    gap: 0.5rem;
    font-size: 1rem;
    height: 2.5rem;
    padding: 0 1rem;
    min-width: 6rem;
}

.bt-medium {
    gap: 0.5rem;
    font-size: 0.875rem;
    height: 2rem;
    padding: 0 0.75rem;
    min-width: 4rem;
}

.bt-small {
    gap: 0.25rem;
    font-size: 0.75rem;
    height: 1.5rem;
    padding: 0 0.75rem;
    min-width: 2rem;
}

.bt-bg-pri-nor {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.bt-bg-pri-nor:hover {
    background-color: var(--primary-color-darker);
}

.bt-bg-pri-nor svg path {
    stroke: var(--white-color);
}

.bt-bg-pri-lin {
    color: var(--primary-color);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--primary-color);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--primary-color);
    box-shadow: inset 0px 0px 0px 1px var(--primary-color);
    background-color: var(--white-color);
}

.bt-bg-pri-lin svg path,
.bt-bg-pri-dis svg path {
    stroke: var(--primary-color1);
}

.bt-bg-pri-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--primary-color1);
    background-color: var(--primary-color3);
}

.bt-bg-sec-nor {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.bt-bg-sec-nor:hover {
    background-color: var(--secondary-color-darker);
}

.bt-bg-sec-nor svg path {
    stroke: var(--white-color);
}

.bt-bg-sec-lin {
    color: var(--secondary-color);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--secondary-color);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--secondary-color);
    box-shadow: inset 0px 0px 0px 1px var(--secondary-color);
    background-color: var(--white-color);
}

.bt-bg-sec-lin svg path,
.bt-bg-sec-dis svg path {
    stroke: var(--secondary-color);
}

.bt-bg-sec-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--secondary-color);
    background-color: var(--secondary-color3);
}

.bt-bg-thi-nor {
    color: var(--white-color);
    background-color: var(--dark-gray);
}

.bt-bg-thi-nor:hover {
    background-color: var(--dark);
}

.bt-bg-thi-nor svg path {
    stroke: var(--white-color);
}

.bt-bg-thi-lin {
    color: var(--dark-gray);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--dark-gray);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--dark-gray);
    box-shadow: inset 0px 0px 0px 1px var(--dark-gray);
    background-color: var(--white-color);
}

.bt-bg-thi-lin svg path {
    stroke: var(--dark-gray);
}

.bt-bg-thi-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--gray-dark2);
    background-color: var(--gray-dark3);
}

.bt-bg-thi-dis svg path {
    stroke: var(--gray-dark2);
}

.come-back-button {
    width: fit-content;
    padding: 0;
    justify-content: start;
}

/*  */

.bt-sim-pri-nor {
    color: var(--primary-color);
}

.bt-sim-pri-nor svg path {
    stroke: var(--primary-color);
}

.bt-sim-pri-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--primary-color3);
}

.bt-sim-sec-nor {
    color: var(--secondary-color);
    background: none;
}

.bt-sim-sec-nor svg path {
    stroke: var(--secondary-color);
}

.bt-sim-sec-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--secondary-color3);
}

.bt-sim-thi-nor {
    color: var(--dark-gray);
}

.bt-sim-thi-nor svg path {
    stroke: var(--dark-gray);
}

.bt-sim-thi-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--gray-dark3);
}

.bt-sim-thi-dis svg path {
    stroke: var(--gray-dark3);
}

/* Navigation */
.navigation {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
}

.navi-item p {
    margin: 0 0 2px;
    color: var(--primary-color3);
    line-height: 1rem;
    white-space: nowrap;
}

.navi-item {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.navi-item.active {
    flex: 2;
    background: var(--white-color-10);
    border-radius: var(--rounded-40);
}

.navi-item.active {
    flex: 2;
    pointer-events: none;
}

.navi-item.active svg path {
    stroke: var(--white-color);
}

.navi-item.active p {
    color: var(--white-color);
}

.navigation .navigation-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    background: linear-gradient(var(--primary-color), var(--primary-color-darker));
    border-radius: var(--rounded-40);
}

/* Header (user detail) */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .user-access {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.header .user-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header .user-detail-info p {
    margin: 0;
}

.header .user-detail-info .title {
    color: var(--primary-color);
}

.header .user-detail-info .phone {
    color: var(--primary-color2);
}

.user-access-signal {
    position: relative;
}

.user-access-signal span {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    background: var(--secondary-color);
    border-radius: var(--rounded-full);
}

/* Title Pages */

.page-title h1,
.page-title h2 {
    position: relative;
    color: var(--primary-color-darker);
    padding-right: 15px;
}

.page-title h1:after,
.page-title h2:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: var(--rounded-full);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color-darker);
}

.page-title h1.sell {
    color: var(--red-color);
}

.page-title h1.sell:after {
    background: var(--red-color);
    color: var(--red-color);
}

.page-title h1.buy {
    color: var(--green-color);
}

.page-title h1.buy:after {
    background: var(--green-color);
    color: var(--green-color);
}

.page-title {
    margin-bottom: 20px;
}

/* My Account */

.my-account-page .user-info {
    margin-bottom: 10px;
}

.my-account-page .user-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-account-page .user-detail-info {
    margin: 0 15px 0 auto;
}

.my-account-page .user-detail-info .title {
    color: var(--dark-gray);
}

.my-account-page .user-detail-info .phone {
    color: var(--gray-dark1);
}

.bx-pri.buy-premium {
    margin-bottom: 10px;
    display: block;
}

.buy-premium-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.buy-premium-head .title {
    color: var(--white-color);
    margin: 0 15px 0 auto;
}

.buy-premium-head .bt-bg-pri-nor {
    background-color: var(--white-color-30);
}

.buy-premium .paragraph {
    color: var(--white-color);
}

.my-account-page .user-access-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-dark3);
}

.my-account-page .user-access-item:last-child {
    border-bottom: none;
}

.user-access-item .title {
    margin: 0 15px 0 auto;
    color: var(--gray-dark1)
}

.navigation-gap {
    height: 100px;
    pointer-events: none;
}

.log-out-btn {
    margin: 10px 0 0 auto;
    width: fit-content;
    color: var(--red-color);
}

.log-out-btn svg path {
    stroke: var(--red-color);
}

/* pricing page */

.pricing-image {
    margin-bottom: 10px;
}

.pricing-image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.pricing-title {
    text-align: center;
    margin-bottom: 20px;
}

.active-price .bt-bg-pri-nor {
    background-color: var(--white-color-30);
}

.pricing-item.bx-pri {
    color: var(--white-color);
}

.pricing-item.bx-pri .bt-bg-thi-dis {
    cursor: not-allowed;
    color: var(--gray-dark2);
    background-color: var(--white-color-30);
}

.pricing-item.bx-pri .bt-bg-thi-dis svg path {
    stroke: var(--white-color);
}

.pricing-item-price-symbol {
    line-height: 12px;
}

.pricing-item-price {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.pricing-item-detail {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pricing-item button {
    display: flex;
}


.pricing-item.active-price button {
    display: none;
}

.pricing-item .checked {
    display: none;
}

.pricing-item.active-price .checked {
    display: flex;
}

.pricing-item {
    margin-bottom: 5px;
}

.pricing-item .off {
    margin-right: auto;
}

.active-price .primary-lable {
    background: var(--white-color);
    color: var(--primary-color);
    border-radius: var(--rounded-5);
}

.pricing-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.pricing-buttons .purchase-button {
    flex: 2;
}

.pricing-buttons .back-button {
    flex: 1;
}

.pricing-item-price p {
    color: var(--gray-dark1);
}

.pricing-item-detail .title {
    color: var(--dark-gray);
}

.active-price .pricing-item-price p {
    color: var(--white-color);
}

.active-price .pricing-item-detail .title {
    color: var(--white-color);
}

.extera-content-price {
    margin-top: 32px;
}

/* My-account - History */

.user-history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-dark3);
}

.user-history-item:last-child {
    border-bottom: none;
}

.user-history-item .id {
    width: 100px;
}

.user-history-item .date {
    width: 100px;
    text-align: right;
    margin-left: auto;
}

.user-info-item .bt-bg-thi-nor,
.user-access-item .bt-bg-thi-nor {
    background-color: var(--gray-dark3);
}

.user-info-item .bt-bg-thi-nor svg path,
.user-access-item .bt-bg-thi-nor svg path {
    stroke: var(--gray-dark1);
}

/* Callback Payment */

.payment-response {
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 30px;
    height: 400px;
    justify-content: center;
}

.payment-response img {
    width: 120px;
    margin: 0 auto;
    display: block;
}

.retry-buy-button {
    width: fit-content;
    margin: 0 auto;
}

/* Analyze */

.analyze-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.analyze-detail-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.analyze-detail-title h2.sell-item {
    color: var(--red-color);
}

.analyze-detail-title h2.buy-item {
    color: var(--green-color);
}

.analyze-detail .date {
    color: var(--gray-dark1);
}

.analyze-item .bt-bg-thi-nor {
    background-color: var(--gray-dark3);
}

.analyze-item .bt-bg-thi-nor svg path {
    stroke: var(--gray-dark1);
}

.analyze-item {
    margin-bottom: 10px;
}

.analyze-item.seen {
    opacity: 0.6;
    box-shadow: none;
}


/* signal */

.signal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signal-detail-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.signal-detail-title h2.sell-item {
    color: var(--red-color);
}

.signal-detail-title h2.buy-item {
    color: var(--green-color);
}

.signal-detail .date {
    color: var(--gray-dark1);
}

.signal-item .bt-bg-thi-nor {
    background-color: var(--gray-dark3);
}

.signal-item .bt-bg-thi-nor svg path {
    stroke: var(--gray-dark1);
}

.signal-item {
    margin-bottom: 10px;
}

.signal-item.seen {
    opacity: 0.6;
    box-shadow: none;
}

/* Asset */

.buy-premium-error {
    background: url(http://127.0.0.1/parmaz/wp-content/themes/Parmaz-theme/images/block-portfolio.png) no-repeat;
    background-size: 100%;
    height: 177px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.my-balance-box {
    text-align: center;
    color: var(--white-color);
}

.my-balance-value {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.tx-caption.toman {
    line-height: 10px;
}

.tx-body.toman {
    line-height: 15px;
}

.my-balance-acssess {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 23px;
}

.my-balance-acssess .bt-bg-sec-nor {
    background-color: var(--white-color-10);
}

.my-balance-acssess .bt-bg-sec-nor:hover {
    background-color: var(--secondary-color-darker);
}

.alert-message .tx-caption {
    background: var(--secondary-color);
    border-radius: var(--rounded-30);
    padding: 6px 12px;
    line-height: 20px;
    margin-top: 12px;
}

/* Asset - chart */

.pie-wrap {
    width: 110px;
    height: 110px;
    position: relative;
    display: inline-block;
}

.pie {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pie-charts {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.compare-asset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.compare-asset-item {
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    border-radius: var(--rounded-40);
}

.not-equality .compare-asset-item {
    background: var(--red-color);
}

.equality .compare-asset-item {
    background: var(--green-color);
}

.asset-name {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.asset-name-title {
    display: flex;
    align-items: center;
}

.asset-name-des {
    text-align: center;
}

.asset-name span {
    background: #001F4D;
    width: 7px;
    height: 7px;
    border-radius: var(--rounded-full);
    margin: 3px 0 0 6px;
}

.compare-assets {
    margin-top: 15px;
}

.compare-asset:last-child {
    margin-bottom: 0;
}

.my-assets-box {
    margin-top: 32px;
}

.my-asset-item-heading-details img {
    width: 30px;
    height: 30px;
    border-radius: var(--rounded-full);
}

.my-asset-item-heading-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.my-asset-item-heading-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.my-asset-item-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.my-asset-item-body {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-top: 1px solid var(--gray-dark3);
    align-items: center;
    color: var(--dark-gray);
}

.my-asset-item-body-price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.my-asset-item {
    margin-bottom: 6px;
    padding: 5px 15px;
}

.trash-icon {
    box-shadow: inset 0px 0px 0px 1px var(--red-color);
}

.trash-icon svg path {
    stroke: var(--red-color);
}

/* Add New Asset */

.add-amount-step .stock-buttons {
    display: flex;
    justify-content: space-between;
}

.add-asset-step {
    display: none;
}

.add-asset-step.active {
    display: block;
}

.asset-box {
    border-radius: var(--rounded-20);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 110px;
    min-height: 110px;
    text-align: center;
    background: var(--dark);
    box-shadow: var(--shadow-1);
    cursor: pointer;
    color: var(--gray-dark2);
    flex: 0 0 calc(33.333% - 7px);
    overflow: hidden;
}

.asset-box.active {
    background: var(--primary-color);
}

.asset-boxes {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
}

.steps-move-buttons .save-step,
.steps-move-buttons .next-step {
    width: 100%;
}

.steps-move-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 23px;
    gap: 20px;
}

.asset-symbol {
    font-weight: 500;
    font-size: 16px;
    background: var(--dark-gray);
    padding: 5px 10px;
    border-radius: var(--rounded-10);
    margin-bottom: 5px;
}

.asset-symbol.full-circle {
    padding: 10px;
    border-radius: var(--rounded-full);
    width: 50px;
}

.asset-symbol.full-circle img {
    border-radius: var(--rounded-full);
}

.asset-box.active .asset-symbol {
    background: var(--primary-color1);
    color: var(--primary-color3);
}

.asset-company {
    font-size: 13px;
    color: var(--gray-dark2);
    max-width: 100%;
    overflow-wrap: break-word;
}

.asset-box.active .asset-company {
    color: var(--primary-color3);
}

.loading {
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    color: #555;
    position: relative;
}

.loading::after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    border: 4px solid #999;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.search-box-asset {
    background: var(--primary-color);
    padding: 5px 15px;
    border-radius: var(--rounded-40);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
    color: var(--primary-color3);
}

.asset-search {
    background: none;
    border: none;
    color: var(--primary-color3);
    outline: none;
}

.asset-search::placeholder {
    color: var(--primary-color3);
}

.full-message {
    text-align: center;
    margin: 40px auto;
    padding: 20px;
}

.full-message img {
    width: 120px;
}

.full-message h2 {
    margin-top: 10px;
}

.stock-form-container {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.input-item label {
    color: var(--dark-gray);
    margin-bottom: 6px;
    padding: 0 10px;
}

.unit-price-input label {
    color: var(--gray-dark2);
}

.input-item input {
    padding: 16px;
    width: 100%;
    border-radius: var(--rounded-40);
    outline: none;
    background: var(--white-color);
    border: 1px solid var(--gray-dark2);
}

.stock-form-container #unit-price {
    background: var(--gray-dark5);
    pointer-events: none;
    border: none;
}

.stock-form-container .unit-price {
    color: var(--gray-dark2);
    font-size: 18px;
    font-weight: 500;
}

.select-asset-step {
    display: none;
}

.select-asset-step.active {
    display: block;
}

.edit-amount-popup {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    background: var(--white-color);
    z-index: 3;
    display: flex;
    flex-flow: column;
    justify-content: center;
    visibility: hidden;
    transform: translateX(100%);
}

.edit-amount-popup.active {
    visibility: visible;
    transform: translateX(0%);
}

.save-edit-amount {
    margin-top: 23px;
    display: flex;
    gap: 10px;
}

.save-edit-amount button {
    width: 100%;
}

/* login */
.notif-error {
    padding: 10px;
    background: var(--red-color);
    color: var(--white-color);
}

.restore-password-link {
    color: var(--dark-gray);
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.dig_success_msg .dig_lase_message {
    color: #00db82;
}

.login-form {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.digits_secure_modal_box,
.digits_ui,
.digits_secure_modal_box *,
.digits_ui *,
.digits_font,
.dig_ma-box,
.dig_ma-box input,
.dig_ma-box input::placeholder,
.dig_ma-box ::placeholder,
.dig_ma-box label,
.dig_ma-box button,
.dig_ma-box select,
.dig_ma-box * {
    font-family: 'kalameh' !important;
}

/* .digits-form_tab-item {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--dark-gray) !important;
    border: none !important;
} */

.digits_ui {
    width: 100% !important;
    text-align: center !important;

}

.login-form .t-h1 {
    margin: 10px 0 50px;
}

.digits-form_container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
}

.digits-form_body {
    margin-top: 10px !important;
}

.digits2_box .digits-form_input input,
.digits2_box .digits-form_input input[type=text],
.digits2_box .digits-form_input textarea {
    border-radius: var(--rounded-40) !important;
    border: 1px solid var(--gray-dark3) !important;
    background-color: var(--white-color) !important;
    color: var(--gray-dark2) !important;
}

.digits-form_input .mobile_field.mobile_format {
    padding-left: 120px !important;
}

.digits-form_input_row {
    border: none !important;
}

.digits-form_button .digits-form_button-text {
    font-weight: 500 !important;
}

/* .digits-form_button .digits-form_button_ic {
    display: none !important;
} */

.digits-form_button,
.digits-form_button[type=submit] {
    border-radius: var(--rounded-40);
    background-color: var(--primary-color);
}

.dig_login_signup_bar {
    display: flex !important;
    font-size: 13px !important;
    gap: 10px !important;
    margin: 10px auto 0 !important;
    justify-content: center !important;
}

/* .digits-form_tabs {
    display: none !important;
} */

html[dir=rtl] .dig_popmessage {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 15px !important;
}

.dig_critical_msg .dig_popmessage_contents {
    background: #f5bacc !important;
}

.dig_critical_msg .dig_lase_snap {
    color: var(--red-color) !important;
}

.dig_critical_msg .dig_lase_message {
    color: var(--red-color) !important;
}

.dig_lasele {
    padding-right: 0 !important;
}

.digits-form_heading {
    gap: 10px !important;
    display: flex !important;
}

.digits_back_icon {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    transform: rotate(0) !important;
    mask-repeat: inherit !important;
    mask-image: none !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}

.digits_back_icon svg {
    width: 20px;
    height: 20px;
}

.digits-form_heading_text {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Quiz */

.quiz-image img {
    margin: 0 auto;
    display: block;
    height: auto;
}

.bottom-fix-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid var(--gray-dark3);
    padding: 15px;
}

.start-quiz-btn {
    width: 100%;
}

.quiz-step {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    display: none;
    flex-flow: column;
    justify-content: space-evenly;
    padding: 40px 20px 80px;
    gap: 30px;
    overflow-y: scroll;
}

.quiz-step.active {
    display: flex;
}

.step-numberic {
    position: absolute;
    bottom: 10px;
    transform: translateX(100%);
    width: max-content;
}

.quiz-proccess {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    position: relative;
}

.quiz-proccess .default-item {
    width: 100%;
    height: 7px;
    border-radius: var(--rounded-40);
    background: var(--gray-dark2);
}

.quiz-proccess .default-item.active {
    background: var(--primary-color);
}

.quiz-btns {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    border-top: 1px solid var(--gray-dark3);
    background: var(--white-color);
}

.quiz-page {
    padding-bottom: 80px;
}

.quiz-options {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.quiz-option {
    border: 1px solid var(--gray-dark2);
    padding: 15px;
    border-radius: var(--rounded-40);
    color: var(--gray-dark1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.quiz-option.active {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}


.quiz-option.active span {
    background: var(--primary-color);
}

.quiz-option>span {
    width: 26px;
    height: 26px;
    background: var(--gray-dark3);
    border-radius: var(--rounded-full);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.quiz-option span span {
    border: 3px solid var(--white-color);
    display: inline-block;
    background: var(--gray-dark3);
    border-radius: var(--rounded-full);
    width: 100%;
    height: 100%;
}

.save-quiz {
    width: 100%;
}

.quiz-btns form {
    width: 100%;
    padding-left: 20px;
}

/* username */

.username-page {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    justify-content: start;
    align-items: center;
    padding: 50px 20px 110px;
    overflow: scroll;
}

.username-page .t-h1 {
    margin: 10px 0 50px;
}

.username-page form {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.username-page form .row-input label {
    width: 100%;
    padding: 5px;
    color: var(--gray-dark1);
}

.username-page form .row-input label strong {
    color: var(--red-color);
}

.username-page form .row-input select,
.username-page form .row-input input {
    width: 100%;
    padding: 10px;
    border-radius: var(--rounded-40);
    border: 1px solid var(--gray-dark3);
    color: var(--gray-dark1);
    outline: none;
}

.username-page .row-input.readonly input {
    background: var(--gray-dark5);
    border: none;
    color: var(--gray-dark2);
}

.character-type {
    padding: 15px;
    text-align: center;
}

.character-type p {
    color: var(--gray-dark1);
}

.start-section-details h3 {
    color: var(--dark-gray);
}

.start-section-details p {
    color: var(--gray-dark1);
}

.start-section {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 10px;
}

.risk-chart {
    display: inline-block;
    width: fit-content;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.tabs-nav {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    overflow-x: scroll;
}

.character-risk {
    text-align: center;
    padding: 20px;
}

.risk-chart .character-risk {
    width: 100%;
    height: auto;
}

.risk-level-pointer {
    right: 38%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Education */

.education-video video {
    width: 100%;
    height: auto;
    border-radius: var(--rounded-20);
}

.education-video {
    margin-top: 20px;
}

.education-item {
    background: var(--dark);
    width: 100%;
    padding: 15px;
    border-radius: var(--rounded-20);
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

.education-detail-title {
    align-items: center;
}

.education-detail-title svg {
    width: 40px;
    height: 40px;
    padding: 11px;
    background: var(--white-color-20);
    border-radius: var(--rounded-full);
    margin-left: 10px;
}

.education-detail-title h2 {
    color: var(--white-color);
    margin-bottom: 15px;
}

.education-detail-des {
    color: var(--gray-dark1);
}

.education-detail-title img {
    width: 100%;
    height: auto;
    border-radius: var(--rounded-10);
}

.education-des {
    display: flex;
    gap: 10px;
    align-items: start;
}

.education-des p {
    color: var(--gray-dark2);
    line-height: 1.25rem;
}

.education-des-img {
    padding: 4px;
    background: var(--white-color-20);
    border: 1px solid var(--white-color-20);
    border-radius: var(--rounded-15);
}

.education-des .education-des-img {
    width: 40%;
}

.education-des p {
    width: 60%;
}

/* chat */

#goftino_w {
    bottom: 0 !important;
}

#box-chat {
    display: block !important;
    opacity: 1 !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 100vh !important;
    margin: 0px !important;
}

#box-widget-icon {
    display: none !important;
}

.box-chat>div {
    height: 100vh !important;
}

/* home */

.page-template-home .header {
    position: relative;
    z-index: 3;
}

.page-template-home .header:after {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 3px);
    right: 0;
    margin: 0 auto;
    left: 0;
    background: var(--primary-color);
    bottom: 0;
    z-index: -2;
    border-radius: var(--rounded-15) var(--rounded-15) 0 0;
}

.page-template-home .header:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    right: 0;
    margin: auto;
    left: 0;
    background: var(--white-color-10);
    bottom: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--rounded-10);
}

.page-template-home .bt-bg-pri-nor {
    color: var(--primary-color);
    background-color: var(--white-color);
}

.page-template-home .bt-bg-pri-nor svg path {
    stroke: var(--primary-color);
}

.page-template-home .header .user-detail-info .title {
    color: var(--white-color);
}

.page-template-home .header .user-detail-info .phone {
    color: var(--white-color);
}

.page-template-home .user-access .bt-bg-pri-nor {
    color: var(--primary-color);
    background-color: var(--white-color);
}

.page-template-home .user-access .bt-bg-pri-nor svg path {
    stroke: var(--primary-color);
}

.home-page .my-balance-box {
    border-radius: 0 0 var(--rounded-40) var(--rounded-40);
}

.my-balance-box-container {
    padding: 0 2px;
}

.my-categories-asset {
    display: flex;
    flex-flow: wrap;
}

.category-asset-item-container {
    width: 50%;
    padding: 4px;
}

.category-asset-item {
    background: var(--primary-color);
    padding: 8px;
    border-radius: var(--rounded-20);
    color: var(--white-color);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: end;
}

.category-asset-item-heading {
    display: flex;
    width: 100%;
    gap: 10px;
}

.category-asset-item-heading-title p.tx-body {
    line-height: 1rem;
}

.category-asset-item-price {
    margin-top: 20px;
    padding: 5px;
}

.category-asset-item-heading-icon {
    width: 50px;
}

.user-link {
    margin-bottom: 10px;
}

.link-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-detail-info {
    margin: 0 15px 0 auto;
}

.link-detail-info .title {
    color: var(--dark-gray);
}

.link-detail-info .phone {
    color: var(--gray-dark1);
}

.link-info-item img {
    width: 50px;
}

.link-info-item>svg {
    width: 55px;
}

.link-info {
    margin-bottom: 15px;
}

/* watchlist */

.asset-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid var(--gray-dark3);
}

.asset-item:last-child {
    border-bottom: none;
}

.asset-item .asset-item-img {
    width: 35px;
    height: auto;
}

.asset-item .asset-item-title {
    margin: 0 10px 0 auto;
    color: var(--dark-gray);
}

.asset-price-the span {
    font-size: 12px;
}

.asset-item-price {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.asset-price-change {
    line-height: 1.25rem;
    padding: 0 5px;
    border-radius: var(--rounded-40);
    color: var(--white-color);
    direction: ltr;
}

.asset-price-change.green {
    background: var(--green-color);
}

.asset-price-change.red {
    background: var(--red-color);
}

.asset-price-the {
    display: flex;
    align-items: center;
    gap: 5px;
}

.asset-item-img img {
    border-radius: var(--rounded-full);
}

.watchlist-items {
    display: none;
}

.watchlist-items.active {
    display: block;
}

.watchlist-navigation::-webkit-scrollbar {
    display: none;
}

.watchlist-navigation {
    display: flex;
    padding: 5px;
    border: 1px solid var(--gray-dark3);
    border-radius: var(--rounded-40);
    color: var(--gray-dark1);
    overflow: scroll;
    margin-bottom: 15px;
}

.watchlist-navigation-item {
    padding: 5px 12px;
    border-radius: var(--rounded-40);
    white-space: nowrap;
}

.watchlist-navigation-item.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.education-video iframe {
    max-width: 100%;
    border-radius: var(--rounded-20);
    margin: 0 auto;
    display: block;
}
















/*---------------- Responsive --------------*/
/* xl 1200px  -  lg 992px  -  md 768px  -  sm 576px  -  xs <576px */
/*---------------- xl --------------*/
@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

/*---------------- xl --------------*/
@media only screen and (max-width: 1024px) {}

/*---------------- lg --------------*/
@media only screen and (max-width: 992px) {}

/*---------------- md --------------*/
@media only screen and (max-width: 768px) {}

/*---------------- sm --------------*/
@media only screen and (max-width: 576px) {}

/*---------------- xs --------------*/
@media only screen and (max-width: 450px) {}