* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.nirweb_panel_shemsh_body {
    background-color: #F8F9FA;
    height: 100vh;
    max-width: 425px !important;
    margin: auto;
    position: relative;
    font-family: IRANYekanXFaNum, sans-serif;
}

html {
    margin-top: 0 !important;
}

#wpadminbar {
    display: none;
}

.swal-text {
    text-align: right !important;
}

::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s linear !important;

}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}
.shemsh_input_price_label{
    position: relative;
    display: block;
}

.shemsh_input_price_label::after{
    content: "ریال";
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1em;
}
.shemsh_input_gold_label{
    position: relative;
    display: block;
}
.shemsh_input_gold_label::after{
    content: "میلی گرم";
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1em;
}
/******* loading *******/
/* استایل لایه لودینگ */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* رنگ پس‌زمینه نیمه شفاف */
    display: none; /* مخفی بودن پیش‌فرض */
    z-index: 1000; /* مطمئن شوید که لودینگ بالاتر از همه عناصر است */
}

/* استایل آیکن چرخشی */
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px; /* تنظیم آیکن در مرکز صفحه */
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite; /* انیمیشن چرخشی */
}

/* انیمیشن چرخشی */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/****** header ******/
header {
    height: 8%;
    min-height: 67px;
}

.shemsh_main_gold_table .tgju-widget.tgju-widget-box {
    border-radius: 13px !important;
}

.shemsh_header_row {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 15px;
}

.shemsh_header_row a {
    text-decoration: none;
}

.shemsh_header_row .support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 4px;
    background-color: #0CBDB1;
    padding: 8px 13px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.shemsh_header_notification_div {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: end;
}

.shemsh_header_notification_div a {
    position: relative;
}

.shemsh_header_notification_div span {
    border-radius: 50%;
    background-color: #E4B546;
    color: #fff;
    position: absolute;
    padding: 2px 7px;
    font-size: 10px;
    top: 10px;
    left: 22px;
}

.shemsh_home_notification_box {
    border: 1px solid #ECEBFB;
    padding: 10px;
    border-radius: 8px;
    background-color: #FFFFFF;
    width: 100%;
}

.shemsh_home_notification_div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

.shemsh_home_notification_box h3 {
    font-weight: 700;
    font-size: 16px;
    color: #343A40;
}

.shemsh_home_notification_box p {
    font-size: 14px;
    color: #343A40;
    font-weight: 500;
    line-height: 17px;
    margin: 5px 0;
}

.shemsh_home_notification_box span {
    color: #ADB5BD;
    font-size: 12px;
    font-weight: 500;
}

.shemsh_header_row .wallet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 4px;
    border: 1px solid #0CBDB1;
    padding: 6px;
}

.shemsh_header_row .wallet p {
    color: #6C757D;
    font-size: 12px;
    font-weight: 400;
}

.shemsh_header_row .wallet span {
    color: #0CBDB1;
    font-size: 14px;
    font-weight: 700;
}

.shemsh_main_gold_table_inner {
    border: 1px solid #ECEFF1;
    background-color: #FFFFFF;
    border-radius: 13px;
}

.shemsh_main_gold_table_inner_tabs {
    padding: 15px 25px;
}

.shemsh_main_gold_table_inner_tabs button {
    border: 1px solid #ECEFF1;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #6C757D;
    font-size: 14px;
    padding: 8px;
    border-radius: 6px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.shemsh_main_gold_table_inner_tabs button:hover, .shemsh_main_gold_table_inner_tabs button.active {
    color: #FFFFFF;
    background-color: #0CBDB1;
}

.shemsh_main_gold_table_inner_prices {
    padding: 15px 25px;
}

.shemsh_main_gold_table_inner_prices > div {
    text-align: center;
}

.shemsh_main_gold_table_inner_prices p {
    color: #6C757D;
    font-weight: 300;
    font-size: 14px;
}

.shemsh_main_gold_table_inner strong {
    color: #343A40;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.shemsh_main_gold_table_inner .price_changes{
    direction: ltr;
}
.shemsh_main_gold_table_inner .price_changes strong.positive {
    color: #26C56A;
}

.shemsh_main_gold_table_inner .price_changes strong.negative {
    color: #FF7354;
}

.shemsh_main_gold_table_inner canvas, .shemsh_main_gold_table_inner strong {
    display: none !important;
}

.shemsh_main_gold_table_inner canvas.active, .shemsh_main_gold_table_inner strong.active {
    display: block !important;
}


/*********** content ***********/
.shemsh_main_content {
    border-radius: 8px 8px 0 0;
    padding: 5px 15px 100px 15px;
    height: 92%;
    overflow: auto;
}

.shemsh_box_btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*gap: 10px;*/
}

.shemsh_box_btns a {
    width: 48%;
    padding: 15px;
    text-decoration: none;
    color: #6C757D;
    border: solid #DEE2E6 1px;
    margin: 7px 0;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.shemsh_box_btns a.active {
    color: #ffffff;
    background-color: #5FC380;
    border: solid #5FC380 1px;
}

.shemsh_select_role {
    margin: 20px 0 45px 0;
}

.shemsh_new_travel {
    display: flex;
    justify-content: center;
}

.shemsh_btn {
    display: flex;
    align-items: center;
    background-color: #39A960;
    color: #ffffff;
    gap: 7px;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    border: none;
}

.shemsh_new_travel i {
    font-size: 18px;
    color: #ffffff;
}

.shemsh_main_online_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0CBDB117;
    border: 2px solid #0CBDB1;
    border-radius: 13px;
    padding: 5px 10px;
}


.shemsh_main_online_price .price {
    color: #0CBDB1;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.shemsh_main_online_price .text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;

}

.shemsh_main_online_price .text p {
    font-weight: 400;
    font-size: 14px;
    color: #343A40;
    margin-bottom: 0;
}

.shemsh_main_online_price .text span {
    font-weight: 700;
    font-size: 14px;
    color: #0CBDB1;
}

.shemsh_buy_sale_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.shemsh_buy_sale_section a {
    text-decoration: none;
    color: #ffffff;
}

.shemsh_buy_sale_section .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ECEFF1;
    width: 10%;
}

.shemsh_main_buy_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 13px;
    background-color: #25CD6D;
    padding: 8px 0;
    width: 45%;
}

.shemsh_main_sale_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 13px;
    background-color: #FF7354;
    padding: 8px 0;
    width: 45%;
}
.shemsh_main_buy_btn:hover {
    color: #ffffff;
    background-color: #0faf53;
}

.shemsh_main_sale_btn:hover {
    color: #ffffff;
    background-color: #ee5634;
}
.shemsh_main_gold_storage_header {
    font-weight: 700;
    font-size: 18px;
    color: #343A40;
    margin-top: 20px;
    margin-bottom: 5px;
}

.shemsh_main_gold_storage {
    background: linear-gradient(74.94deg, #0CBDB1 1.1%, #0D8D85 98.39%);
    border-radius: 13px;
    padding: 12px 5px;
    display: flex;
    flex-wrap: wrap;
}

.shemsh_main_gold_storage .ordering {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
}

.shemsh_main_gold_storage p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.shemsh_main_gold_storage span {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
}

.shemsh_main_gold_storage .money_amount, .shemsh_main_gold_storage .gold_amount {
    width: 46%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.shemsh_main_gold_storage .divider {
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.chart-info {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.info-item {
    text-align: center;
}

.info-item span {
    display: block;
}

.shemsh_home_buy_fields input {
    margin: 10px 0;
}

.shemsh_wallet_balance .gold_img {
    width: 39px;
    height: 39px;
}

.shemsh_home_notification .not_read {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.shemsh_home_notification span {
    color: #E4B546;
}

/***** wallet ******/

.shemsh_wallet_balance {
    background: linear-gradient(74.94deg, #0CBDB1 1.1%, #0D8D85 98.39%);
    border-radius: 13px;
    padding: 12px 10px;
    display: flex;
    flex-wrap: wrap;
}

.shemsh_wallet_balance .image {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.shemsh_wallet_balance .price {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 15px;
}

.shemsh_wallet_balance .increase_balance {
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    gap: 5px;
}

.shemsh_wallet_deposit_withdraw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.shemsh_wallet_deposit_withdraw a {
    text-decoration: none;
    color: #0D8D85;
}

.shemsh_wallet_deposit_withdraw .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ECEFF1;
    width: 10%;
}

.shemsh_wallet_deposit_btn, .shemsh_wallet_withdraw_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 10px 0;
    width: 45%;
    border: 1px solid #ECEFF1;
}

.shemsh_wallet_account_address {
    border: 1px solid #0CBDB1;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.shemsh_wallet_account_address .address {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.shemsh_wallet_account_address .address p {
    font-weight: 400;
    font-size: 14px;
}

.shemsh_wallet_account_address .address span {
    font-weight: 600;
    font-size: 16px;
    color: #0CBDB1;
}

.shemsh_wallet_account_address .copy {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    color: #0CBDB1;
    font-size: 14px;
    cursor: pointer;
}

.shemsh_wallet_transaction_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #ECEFF1;
    margin-bottom: 8px;
}

.shemsh_wallet_transaction_box > div {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.shemsh_wallet_transaction_box p {
    font-weight: 400;
    font-size: 14px;
}

.shemsh_wallet_transaction_box span {
    font-weight: 400;
    font-size: 14px;
    color: #343A40;
}

.shemsh_wallet_transaction_box p.withdraw,.shemsh_wallet_transaction_box p.debit {
    color: #FF7354;
}

.shemsh_wallet_transaction_box p.deposit {
    color: #26C56A;
}

.shemsh_wallet_transaction_box .time {
    color: #6C757D;
    font-weight: 400;
    font-size: 14px;
}

.shemsh_wallet_view_all_transaction {
    color: #E4B546;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.shemsh_main_header {
    font-weight: 700;
    font-size: 18px;
    color: #343A40;
}

.shemsh_wallet_header {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.shemsh_wallet_header svg {
    border: 1px solid #ECEFF1;
    border-radius: 4px;
}

.shemsh_wallet_deposit_section {
    margin-top: 20px;
}

.shemsh_wallet_deposit_section_input, .shemsh_main_inputs , .shemsh_wallet_deposit_section_select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ECEFF1;
    background-color: #FFFFFF;
    padding: 10px 16px;
}

.shemsh_wallet_deposit_section_input::placeholder, .shemsh_main_inputs::placeholder ,.shemsh_wallet_deposit_section_select::placeholder {
    color: #CED4DA;
    font-weight: 400;
    font-size: 14px;
}

.shemsh_wallet_deposit_section_prices {
    margin-top: 10px;
}

.shemsh_wallet_deposit_section_prices > div {
    padding: 5px;
    border-radius: 8px;
    background-color: #FCF8EC;
    color: #E4B546;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.shemsh_wallet_form_btn, .shemsh_wallet_form_btn_withdraw {
    width: 100% !important;
    border-radius: 8px !important;
    background-color: #0CBDB1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: none !important;
    padding: 10px 16px !important;
    margin-top: 50px !important;
}

.shemsh_wallet_form_btn_withdraw {
    margin-top: 25px;
}

.shemsh_wallet_form_btn.disable, .shemsh_wallet_form_btn_withdraw.disable {
    background-color: #ADB5BD !important;
}

.shemsh_wallet_deposit_section_prices_fee {
    margin-top: 20px;
    /*min-height: 200px;*/
    color: #000000;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.shemsh_wallet_deposit_section_prices_fee p {
    font-weight: 300;
}

.shemsh_wallet_deposit_section_prices_fee span {
    font-weight: 500;
}

.shemsh_wallet_deposit_section_prices_fee > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shemsh_wallet_withdraw_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    background-color: #FFFFFF;
    border: 1px solid #ECEFF1;
    border-radius: 8px;
    padding: 10px;
}

.shemsh_wallet_withdraw_box .time {
    color: #6C757D;
}

.shemsh_wallet_withdraw_box .price {
    color: #343A40;
}

.shemsh_wallet_withdraw_box .success {
    color: #26C56A;
}

.shemsh_wallet_withdraw_box .unsuccessful {
    color: #FF7354;
}

.shemsh_wallet_withdraw_box .pending {
    color: #0D8D85;
}

.shemsh_wallet_deposit_section_input {
    margin: 15px 0;
}

.shemsh_wallet_deposit_get_all {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    color: #343A40;
    font-size: 12px;
    font-weight: 400;
}

.shemsh_wallet_deposit_select_shaba {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #ECEFF1;
    padding: 10px 16px;
    background-color: #FFFFFF;
    color: #CED4DA;
    font-size: 16px;
}
.nirweb_wallet_shemsh_card_select{
    display: none;
}
.nirweb_wallet_shemsh_card_select_back{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: #00000040;
    max-width: 425px !important;
    z-index: 900;
}
.nirweb_wallet_shemsh_card_select_box{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40%;
    background: #ffffff;
    padding: 15px;
    max-width: 425px !important;
    z-index: 910;
    border-radius:20px 20px 0 0 ;
}
.nirweb_wallet_shemsh_card_select_box_content{
    overflow: auto;
    max-height: 90%;
}
/***** profile ******/
.shemsh_profile_links {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.shemsh_profile_links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ECEFF1;
    text-decoration: none;
    color: #343A40;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
}

.shemsh_profile_links a:last-child {
    border-bottom: none;
}

.shemsh_profile_links .logout {
    border-bottom: none;
    color: #EFB734;
    margin-top: 100px;
}

.shemsh_profile_user {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.shemsh_profile_user > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shemsh_profile_user p {
    color: #495057;
    font-size: 14px;
    font-weight: 300;
}

.shemsh_profile_add_card_box {
    border: 1px solid #0CBDB1;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}

.shemsh_profile_add_card_box p {
    color: #343A40;
    font-size: 12px;
    font-weight: 400;
}

.shemsh_profile_add_card_box span {
    color: #0CBDB1;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.shemsh_profile_add_new_card_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0CBDB1;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 16px;
    position: absolute;
    left: 24px;
    top: 80%;
    transform: translateY(-50%);
    width: 90%;
    text-decoration: none;
    border: none;
}

.shemsh_profile_new_card_inputs input {
    margin-bottom: 15px;
}

/***** services ******/
.shemsh_services_row a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ECEFF1;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 8px 5px;
    margin: 10px 0;
    text-decoration: none;
}

.shemsh_services_row a div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #343A40;
}

.shemsh_services_gold_input {
    margin: 10px 0;
}

.shemsh_services_text_notic {
    color: #E4B546;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
}

/***** footer ******/

footer {
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.shemsh_main_footer {
    height: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 -2px 8px #00000020;
    padding: 10px 15px;
}

.shemsh_main_footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #343A40;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
}

.shemsh_main_footer a.active {
    color: #0CBDB1;
}

.shemsh_main_footer a.active svg path {
    stroke: #0CBDB1;
}


/********* form ********/
.shemsh_select_box, .shemsh_text_input {
    height: 40px;
    border: solid 1px #E9ECEF;
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 15px;
    width: 100%;
}

.shemsh_text_input.shemsh_pelak {
    text-align: center;
    height: 50px;
    font-size: 14px;
    padding: 10px 10px 2px 10px;
    color: #1A6535;
}

.shemsh_select_pelak .shemsh_select_box {
    height: 50px;
}

.shemsh_select_pelak .shemsh_select_box i {
    bottom: 14px;
}

.shemsh_input_span {
    position: relative;
    top: -66px;
    right: 27px;
    font-size: 10px;
}

.shemsh_select_box p {
    font-size: 14px;
    color: #15803a;
    font-weight: 500;
}

.shemsh_select_box span {
    font-size: 14px;
    color: #495057;
}

.shemsh_select_box.active span {
    position: absolute;
    font-size: 10px;
    color: #495057;
    top: -10px;
    right: 10px;
    background: #ffffff;
    padding: 2px 10px;
}

.shemsh_select_box i {
    position: absolute;
    left: 10px;
    bottom: 9px;
}

.shemsh_select_box i::before {
    color: #5FC380;
}

.shemsh_select_radio_dropdown {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    height: 320px;
    z-index: 99;
    border-radius: 8px 8px 0 0;
}

.shemsh_select_radio_dropdown_title p {
    font-size: 16px;
    font-weight: 700;
}

.shemsh_select_radio_dropdown_title i {
    color: #40916C;
    font-size: 25px;
    font-weight: 400 !important;
}

.shemsh_back_dropdown {
    background-color: #00000040;
    position: fixed;
    z-index: 88;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}

.shemsh_select_radio_dropdown_radios {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 80%;
    overflow: auto;
}

.shemsh_select_radio_dropdown_radios label {
    display: flex;
    gap: 10px;
}

.shemsh_select_radio_dropdown_radios input[type="radio" i] {
    color: #40916C !important;
    background-color: #40916C !important;
}

.shemsh_select_radio_dropdown_text {
    width: 100%;
    /*margin-top: 25px;*/
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: solid 1px #9E9E9E;
    padding: 5px 10px;
}

.shemsh_select_radio_destination_city, .shemsh_select_radio_origin_city {
    display: none !important;
}

.shemsh_select_radio_destination_city.active, .shemsh_select_radio_origin_city.active {
    display: flex !important;
}

.shemsh_dropdown_type_date {
    height: 420px;
}

/*********** page result ***********/
.shemsh_page_search_result {
    height: 85%;
    overflow: auto;
    padding-bottom: 80px;
}

.shemsh_box_data_search {
    background: #ffffff;
    border: solid 1px #39A960;
    border-radius: 8px;
    margin: 15px;
    padding: 10px;
}

.shemsh_box_data_search > div {
    margin-bottom: 10px;
}

.shemsh_box_data_search h4 {
    font-weight: 300;
    font-size: 12px;
}

.shemsh_box_data_search span {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    background: #5FC380;
    padding: 5px 15px;
    border-radius: 4px;
}

.shemsh_result_list {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px 25px;
}

.shemsh_result_list_box {
    margin-bottom: 10px;
    background: #ffffff;
    border: solid 1px #39A960;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.shemsh_result_list_box i {
    color: #39A960;
}

.shemsh_result_list h2 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
}

.shemsh_result_list_head > div {
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.shemsh_result_list_box > div {
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.shemsh_page_search_result p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8em;
}

.shemsh_page_search_result p.shemsh_notice_result {
    background: #FFEBCC;
    padding: 10px;
    border-radius: 8px;
}

.shemsh_page_search_result p.shemsh_notice_result a {
    color: #288549 !important;
    font-weight: 600;
    margin: 0 5px;
}

/**********
* toast
**********/
.nirweb_panel_toast_box {
    transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
    background: #EAFAED;
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translate(-50%);
    padding: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px 0 #B8B8B840;
    width: 90%;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
}

.nirweb_panel_toast_box.active {
    transition: all 0.3s ease-in-out, visibility 0s;
    bottom: 100px;
    opacity: 1;
    visibility: visible;
}

.nirweb_panel_toast_line {
    height: 4px;
    width: 100%;
    background: #24AF53;
    border-radius: 6px;
}

.nirweb_panel_toast_content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 10px 15px 20px 15px;
}

.nirweb_panel_toast_content > i {
    color: #6C757D;
    line-height: 1em;
    font-size: 20px;
    cursor: pointer;
}

.nirweb_panel_toast_content strong {
    color: #24AF53;
    font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    display: block;
}

.nirweb_panel_toast_content p {
    color: #24AF53;
    font-size: 14px;
    margin: 0;
}

.nirweb_panel_toast_text {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.nirweb_panel_toast_text i {
    margin-right: 15px;
    font-size: 24px;
    color: #24AF53;
    line-height: 1em;
}

.np_toast_success {
    background: #EAFAED;
}

.np_toast_success .nirweb_panel_toast_line {
    background: #24AF53;
}

.np_toast_success .nirweb_panel_toast_text i, .np_toast_success .nirweb_panel_toast_content p, .np_toast_success .nirweb_panel_toast_content strong {
    color: #24AF53;
}

.np_toast_error {
    background: #FCF2F2;
}

.np_toast_error .nirweb_panel_toast_line {
    background: #DA1515;
}

.np_toast_error .nirweb_panel_toast_text i, .np_toast_error .nirweb_panel_toast_content p, .np_toast_error .nirweb_panel_toast_content strong {
    color: #DA1515;
}

.np_toast_warning {
    background: #FFF3E2;
}

.np_toast_warning .nirweb_panel_toast_line {
    background: #FF8D24;
}

.np_toast_warning .nirweb_panel_toast_text i, .np_toast_warning .nirweb_panel_toast_content p, .np_toast_warning .nirweb_panel_toast_content strong {
    color: #FF8D24;
}

.np_toast_notice {
    background: #E2EFF9;
}

.np_toast_notice .nirweb_panel_toast_line {
    background: #0658B4;
}

.np_toast_notice .nirweb_panel_toast_text i, .np_toast_notice .nirweb_panel_toast_content p, .np_toast_notice .nirweb_panel_toast_content strong {
    color: #0658B4;
}

.shemsh_services_wallet_address_div {
    display: none;
}

.shemsh_services_wallet_address_div .address {
    gap: 5px;
}

.shemsh_profile_specific {
    position: relative;
}

.shemsh_profile_specific .authentication {
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    padding: 5px;
    left: 30px;
    top: 24%;
}

.shemsh_profile_specific .authentication.complete {
    background-color: #26C56A;
}

.shemsh_profile_specific .authentication.not-complete {
    background-color: #FF7354;
}

.shemsh_profile_user label {
    width: 100%;
    font-size: 13px;
}

#shemsh_profile_user_btn {
    background-color: #0CBDB1;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 10px 16px;
    border: none;
    margin-top: 20px;
}

#shemsh_profile_user_form .error {
    border: 1px solid #FF7354;
}

.shemsh_home_loading_svg {
    margin-top: 30px;
    display: none;
}

.shemsh_home_loading_svg.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgju-copyright-fix, .tgju-copyright, .highcharts-container .highcharts-credits {
    display: none !important;
}

.shemsh_services_transfer_fee, .shemsh_home_buy_fee {
    display: none;
    margin-top: 20px;
    color: #343A40;
    font-size: 14px;
    font-weight: 300;
}

.shemsh_services_transfer_fee.active, .shemsh_home_buy_fee.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/***** transaction ******/
.shemsh_transaction_main_tab_row {
    /*display: inline-block;*/
    display: flex;
    overflow: auto;
    padding: 10px 0;
    margin-bottom: 15px;
}

.shemsh_transaction_main_tab_row a {
    text-decoration: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #ECEFF1;
    margin-left: 10px;
    padding: 6px 22px;
    color: #343A40;
    font-size: 14px;
}

.shemsh_transaction_main_tab_row a.active {
    border: 1px solid #EFB734;
    color: #EFB734;
}

@media screen and (min-width: 425px) {
    footer {
        height: 80px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .shemsh_main_footer a {
        padding: 5px 8px;
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    /*.shemsh_main_footer a {
        padding: 5px 8px;
        font-size: 12px;
    }*/
    .shemsh_main_online_price .text p {
        font-size: 11px;
    }

    .shemsh_main_online_price .price {
        font-size: 14px;
    }
}