@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Geist Mono", sans-serif !important;
  outline: none !important;
  white-space: nowrap !important;
}

* {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

*::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.main_content {
  padding-top: 10px;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

.countries_list img {
  width: 30px;
  margin-right: 10px;
}

.pc_fixed_menu {
  margin-top: -14px;
  padding: 8px 12px;
  z-index: 99999;
  position: fixed;
  width: 13% !important;
  top: 0;
  height: 110vh;
  padding-top: 42px;
}
.pc_fixed_menu li a {
  font-size: 14px;
}

.thumb_ svg {
  background: #2e2e30;
  border-radius: 50%;
  color: #e6e6e6;
}

.swal2-styled.swal2-confirm {
  background-color: #ef5757 !important;
  -webkit-tap-highlight-color: unset !important;
  box-shadow: unset !important;
}

.account_info_, .special_bg {
  padding: 20px;
  border-radius: 20px;
}

.offcanvas-body ul {
  border-radius: 15px;
  height: 80vh !important;
  position: relative;
}
.offcanvas-body ul li {
  padding: 8px 10px !important;
  margin: 8px 0;
  border-radius: 10px;
}
.offcanvas-body ul li a {
  display: block;
}

.collapse_btn {
  text-decoration: none;
}
.collapse_btn svg {
  font-size: 23px;
}

.is_online {
  display: inline-block;
}

.offcanvas.offcanvas-start {
  width: 80% !important;
}

.close_sidebar {
  background: transparent;
  border: 0;
  color: white;
  float: right;
  position: absolute;
  right: 13px;
  top: 17px;
}

.is_online_active {
  color: #29b17d;
}

.is_online_offline {
  color: #d3d0d0;
}

.all_symbols_list {
  padding: 0;
}
.all_symbols_list li {
  cursor: pointer;
  padding: 10px 20px;
  list-style-type: none;
}

.text-success {
  color: #4CB5A4 !important;
}

.text-danger {
  color: #ff5f6e !important;
}

.nav2 {
  text-align: center;
}
.nav2 a {
  display: block;
  width: auto;
  margin: 0 auto;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
}
.nav2 a svg {
  font-size: 20px;
}

*::-webkit-scrollbar-track {
  border-radius: 5px;
}
*::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.no_bg {
  background-color: transparent !important;
  border: 0;
}

select, input {
  padding: 5px;
}

.modal li {
  cursor: pointer;
}

.navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.navbar ul {
  padding: 0;
  padding-top: 5px;
  width: 100%;
}
.navbar li {
  display: inline-block;
  width: 20%;
}
.navbar a {
  text-decoration: none;
  font-size: 12px;
}
.navbar a svg {
  font-size: 26px;
}

.success_cmd, .fail_cmd {
  text-align: center;
}
.success_cmd svg, .fail_cmd svg {
  margin-top: 100px;
  color: #38bb7a;
}

.offcanvas-body * {
  white-space: nowrap;
}
.offcanvas-body ul {
  padding: 0;
}
.offcanvas-body ul li {
  list-style: none;
}
.offcanvas-body ul li a {
  text-decoration: none;
}
.offcanvas-body ul li a svg {
  font-size: 20px !important;
}
.offcanvas-body .dropdown li {
  padding: 5px 0 !important;
}

.topbar {
  position: fixed;
  padding: 10px 5px;
  z-index: 99999 !important;
}
.topbar .nav-list {
  padding: 0;
}
.topbar .nav-list li {
  display: inline-block;
  margin: 0 10px;
}
.topbar .nav-list li svg {
  color: #adacac;
  font-size: 20px;
}

.swal2-container {
  z-index: 99999 !important;
}

.no_data_home svg {
  font-size: 200px;
  display: block;
  margin: auto;
  margin-top: calc(40vh - 200px);
}

#shortcut_options ul {
  padding: 0;
}
#shortcut_options ul li {
  list-style-type: none;
  padding: 10px 5px;
  cursor: pointer;
}
#shortcut_options ul li svg {
  font-size: 22px;
}

.user_data_cards .card {
  overflow: hidden;
}

.shortcuts_list {
  height: 90vh;
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  margin-top: 10px;
  border-radius: 12px;
  padding: 20px 10px;
  padding-left: 11px;
  padding-top: 5px !important;
}

.symbols_content {
  padding: 10px;
}

.table_container {
  max-height: 50vh;
  overflow-y: scroll;
}

.remove_fav {
  margin-right: -10px;
}

.markets_tbl {
  width: 100%;
}
.markets_tbl td, .markets_tbl th {
  padding: 5px 10px;
  cursor: pointer;
}

.colored_tbl {
  width: 100%;
}
.colored_tbl td, .colored_tbl th {
  padding: 5px 10px;
  cursor: pointer;
}

.change_btn {
  width: 100%;
  padding: 10px;
  display: inline-block;
  border: 0;
}

.card {
  overflow: scroll;
}
.card::-webkit-scrollbar-track {
  border-radius: 5px;
}
.card::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.card::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

table td, table th {
  white-space: nowrap;
}

.loading_sys {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.368627451);
  z-index: 9999;
  top: 0;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0 auto;
  margin-top: 40vh;
  display: block;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #69dcff #69dcff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.select_img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: white;
  padding: 23px 27px;
  cursor: pointer;
  transition: 0.2s;
}
.select_img:hover {
  background-color: #31374f;
}
.select_img svg {
  font-size: 40px;
}

.selected_img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s;
  opacity: 1;
}
.selected_img:hover {
  opacity: 0.7;
}

.profile_photo {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  cursor: pointer;
}

.big_profile_photo {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.zoom {
  background: rgba(0, 0, 0, 0.3137254902);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 90999;
  overflow: scroll;
}
.zoom img {
  display: block;
  width: 60%;
  height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  margin-top: 20vh;
}
.zoom svg {
  right: 39px;
  position: absolute;
  color: white;
  top: 20px;
  transition: 0.2s;
  cursor: pointer;
}
.zoom svg:hover {
  color: #efecec;
}

.home_content {
  width: 83%;
  margin-left: 14%;
  margin-top: 15px !important;
}
.home_content iframe {
  height: 300px;
  width: 100%;
}

html[dir=rtl] .user_transactions_tbl td, html[dir=rtl] .user_transactions_tbl th {
  text-align: right !important;
}
html[dir=rtl] .home_content {
  width: 83%;
  margin-right: 14%;
  margin-top: 15px !important;
}
html[dir=rtl] .home_content iframe {
  height: 300px;
  width: 100%;
}

.user_transactions_tbl td {
  padding: 10px;
}

.select_country_btn .country_details img {
  width: 30px !important;
}

.security_tab {
  cursor: pointer;
}

.swal2-modal {
  border-radius: 10px !important;
}

.swal2-title {
  font-size: 14px !important;
}

.btn-primary {
  background-color: #1a6f70 !important;
  border: 1px solid #1a6f70 !important;
}
.btn-primary:hover {
  background-color: #238f91 !important;
  border: 1px solid #238f91 !important;
}

.text-primary {
  color: #27d3a2 !important;
}

.user_data_cards .text-primary {
  color: #36a6a8 !important;
}

.high_low {
  font-size: 10px !important;
}

.main_chart {
  background: #0f0f0f;
  overflow: hidden;
  border: 1px solid #3a3939;
  border-radius: 2px;
  position: relative;
}
.main_chart .loader_chart {
  background: #0f0f0f;
  overflow: hidden;
  width: 100%;
  height: 80vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.main_chart .loader_chart svg {
  color: rgba(255, 255, 255, 0.4);
}
.main_chart .chart_symb_name {
  color: #b1b1b1;
  padding: 0px 12px;
  font-size: 13px !important;
}
.main_chart .main_chart_bar {
  border-bottom: 1px solid #3a3939;
  padding: 5px 0;
}
.main_chart .seperate {
  color: rgba(255, 255, 255, 0.2784313725);
  margin-top: -6px;
}
.main_chart .chart_bar {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 160px;
}
.main_chart .chart_bar li {
  list-style-type: none;
  font-size: 14px !important;
  color: #b1b1b1;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
}
.main_chart .chart_bar li:hover {
  background-color: rgba(150, 150, 150, 0.3529411765);
}

.lang-switcher {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(77, 81, 86, 0.3215686275);
}

.lang-button {
  background-color: transparent;
  border: 0;
  padding: 4px;
  border-radius: 6px;
  cursor: pointer;
}

.flag-icon {
  width: 24px;
  height: 16px;
  display: block;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: -5px;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.lang-menu li {
  list-style-type: none;
}

.lang-menu a {
  display: block;
  padding: 4px;
  text-decoration: none;
}

.lang-switcher.open .lang-menu {
  display: block;
}

.account_type_switcher {
  padding: 5px;
  border-radius: 8px;
}

.placeholder_custom_danger {
  background: linear-gradient(90deg, #ef5c5c 25%, #ab6868 50%, #cb8a8a 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  opacity: 0.5;
  cursor: wait;
}

.placeholder_custom_success {
  background: linear-gradient(90deg, #198754 25%, #2db073 50%, #63c497 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  cursor: wait;
  opacity: 0.5;
}

.placeholder, .placeholder_custom {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.placeholder.short {
  width: 30%;
}

.placeholder.medium {
  width: 60%;
}

.placeholder.long {
  width: 90%;
}

.placeholder_custom.short {
  width: 30%;
}

.placeholder_custom.medium {
  width: 60%;
}

.placeholder_custom.long {
  width: 90%;
}

html[dir=rtl] .admin_area_content {
  margin-right: -60px !important;
}

html[dir=ltr] .admin_area_content {
  margin-left: -60px !important;
}

.admin_mobile_nav {
  width: 100%;
  z-index: 999999;
  position: fixed;
  top: 0;
  padding: 10px;
  background-color: black;
}

body[data-mode=dark] {
  background-color: #12181f;
}
body[data-mode=dark] .main_color {
  background-color: #12181f !important;
}
body[data-mode=dark] .edit_order_title_ {
  display: none;
}
body[data-mode=dark] .lang-switcher {
  position: relative;
  display: inline-block;
  padding: 0px 5px;
  border-radius: 10px;
  border: 1px solid rgba(77, 81, 86, 0.3215686275);
}
body[data-mode=dark] .color_switcher {
  padding: 5px 8px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(77, 81, 86, 0.3215686275) !important;
}
body[data-mode=dark] .markets_tbl thead {
  background-color: #172025 !important;
}
body[data-mode=dark] .markets_tbl th {
  padding: 10px;
}
body[data-mode=dark] .markets_tbl td, body[data-mode=dark] .markets_tbl th {
  color: white;
}
body[data-mode=dark] .markets_tbl tbody .active {
  background-color: rgb(42.55, 59.2, 68.45) !important;
}
body[data-mode=dark] .main-nav-container .nav-container {
  background-color: #172025 !important;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid rgba(77, 81, 86, 0.3215686275);
  display: inline-flex;
  gap: 4px;
}
body[data-mode=dark] .main-nav-container .nav-item {
  padding: 10px 15px;
  color: #8b92a8;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  background: transparent;
}
body[data-mode=dark] .main-nav-container .nav-item:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}
body[data-mode=dark] .main-nav-container .nav-item.active {
  background-color: #252935;
  color: #ffffff;
}
body[data-mode=dark] {
  /* Responsive */
}
@media (max-width: 600px) {
  body[data-mode=dark] .nav-container {
    margin-left: 0% !important;
  }
  body[data-mode=dark] .markets_page .nav-item {
    padding: 8px 5px;
    font-size: 10px;
  }
}
body[data-mode=dark] .profile_menu .form-select {
  font-size: 12px !important;
  background-color: #172025;
  color: white;
  border-radius: 10px;
  border: 1px solid rgba(77, 81, 86, 0.3215686275);
}
body[data-mode=dark] .profile_menu li {
  font-size: 12px !important;
}
body[data-mode=dark] .high_low, body[data-mode=dark] .symbol_name-small {
  color: #bebebe;
}
body[data-mode=dark] .sm_txt {
  color: #bdbcbc;
}
body[data-mode=dark] .shortcuts_list {
  background: #0c111e;
}
body[data-mode=dark] #shortcut_options li {
  background-color: #1a6f70 !important;
  color: white !important;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
body[data-mode=dark] .sec_color {
  background-color: #172025 !important;
}
body[data-mode=dark] .card, body[data-mode=dark] .offcanvas, body[data-mode=dark] .pc_fixed_menu {
  background-color: #172025 !important;
  color: white;
}
body[data-mode=dark] .modal-content {
  background-color: #172025;
  color: white !important;
}
body[data-mode=dark] .close_modal {
  background-color: transparent;
  color: white !important;
  border: 0;
  font-size: 26px;
}
body[data-mode=dark] .close_modal:hover {
  color: #cfcccc !important;
}
body[data-mode=dark] .navbar {
  background-color: #172025;
  color: white !important;
  z-index: 9999 !important;
}
body[data-mode=dark] .navbar a {
  color: white;
}
body[data-mode=dark] .navbar .active a {
  color: #27d3a2;
}
body[data-mode=dark] .new_position_selector {
  border: 1px solid #afadad;
  background-color: transparent !important;
}
body[data-mode=dark] .new_position_selector svg {
  color: #f6f6f6;
}
body[data-mode=dark] .main_new_position_selector strong {
  margin-left: 10px;
}
body[data-mode=dark] .main_new_position_selector hr {
  border: 1px solid white;
  width: 95%;
  margin: 10px auto;
}
body[data-mode=dark] .collapse_btn {
  color: white;
}
body[data-mode=dark] .all_symbols_list li {
  color: white;
}
body[data-mode=dark] .shortcuts_list .short_item {
  cursor: pointer;
  color: white !important;
  transition: 0.3s;
  padding: 0 4px;
}
body[data-mode=dark] .shortcuts_list .main_short_item:hover {
  background: rgba(161, 184, 255, 0.1882352941) !important;
  color: white !important;
}
body[data-mode=dark] .new_order_container {
  color: white;
}
body[data-mode=dark] #shortcut_options ul li:hover {
  background-color: white;
  color: black;
}
body[data-mode=dark] .main_phone, body[data-mode=dark] .main_crypto_selector {
  border: 1px solid rgba(148, 147, 147, 0.3254901961) !important;
  background-color: #172025;
  border-radius: 5px;
}
body[data-mode=dark] .main_phone .select_country_btn, body[data-mode=dark] .main_phone .select_method_btn, body[data-mode=dark] .main_crypto_selector .select_country_btn, body[data-mode=dark] .main_crypto_selector .select_method_btn {
  background-color: transparent;
  border: 0;
}
body[data-mode=dark] .main_phone svg, body[data-mode=dark] .main_crypto_selector svg {
  color: #e8e6e6;
}
body[data-mode=dark] .main_phone .phone_input, body[data-mode=dark] .main_crypto_selector .phone_input {
  border: 0;
}
body[data-mode=dark] .bulk_action {
  color: #e1e0e0;
}
body[data-mode=dark] #bulk_action ul {
  padding: 0;
}
body[data-mode=dark] #bulk_action ul li {
  list-style-type: none;
  margin-bottom: 8px;
  padding: 10px 5px;
}
body[data-mode=dark] #bulk_action ul li:hover {
  background-color: rgba(255, 255, 255, 0.1450980392);
  color: #fbfbfb;
}
body[data-mode=dark] .no_data_home {
  text-align: center;
  color: #c5c1c1;
}
body[data-mode=dark] .info-box {
  background-color: #172025;
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px solid rgba(77, 81, 86, 0.3215686275);
}
body[data-mode=dark] .info-box .info-head {
  color: #2f9c79;
  font-size: 12px;
  margin-bottom: 10px;
}
body[data-mode=dark] .info-box .info-data {
  color: white;
  font-size: 20px;
}
body[data-mode=dark] .home_content .dashboardText h3 {
  color: white;
}
body[data-mode=dark] .home_content .dashboardText p {
  color: #b8b7b7;
  font-size: 12px;
}
body[data-mode=dark] .topbar {
  border-bottom: 1px solid #2e2e2e;
}
body[data-mode=dark] .pc_fixed_menu {
  border-right: 1px solid #2e2e2e;
}
body[data-mode=dark] .account_type_switcher {
  background: #2e4394;
}
body[data-mode=dark] .account_info_ {
  background: #20232e;
}
body[data-mode=dark] .trade_frame_container {
  background: #151c24;
  border-left: 1px solid rgba(77, 81, 86, 0.3215686275);
}
body[data-mode=dark] .offcanvas-body ul li a, body[data-mode=dark] .pc_fixed_menu ul li a {
  color: #9f9f9f;
}
body[data-mode=dark] .offcanvas-body ul .active, body[data-mode=dark] .pc_fixed_menu ul .active {
  background-color: rgba(44, 61, 79, 0.8);
}
body[data-mode=dark] .offcanvas-body ul .active a, body[data-mode=dark] .pc_fixed_menu ul .active a {
  color: #ffffff !important;
}
body[data-mode=dark] .offcanvas-body ul .active svg, body[data-mode=dark] .pc_fixed_menu ul .active svg {
  color: #4dc5ce;
}
body[data-mode=dark] .setting_tab {
  background-color: #2c2e3e !important;
  color: white !important;
}
body[data-mode=dark] .setting_tab:hover:not(.setting_tab_active) {
  background-color: #3e4154 !important;
}
body[data-mode=dark] .setting_tab_active {
  background-color: #166065 !important;
}
body[data-mode=dark] .nav2 a {
  color: white;
  transition: 0.5s;
  background-color: #2c2e3e;
}
body[data-mode=dark] .nav2 a svg {
  color: #0db27e;
}
body[data-mode=dark] .nav2 a:not(.active):hover {
  background-color: rgb(36.7346938776, 48.9795918367, 63.2653061224);
}
body[data-mode=dark] .nav2 .active {
  background-color: #12181f;
}
body[data-mode=dark] .scroller::-webkit-scrollbar-track {
  border: 1px solid #c9c9c9;
  background-color: #cbcaca;
}
body[data-mode=dark] .scroller::-webkit-scrollbar {
  background-color: #cbcaca;
}
body[data-mode=dark] .scroller::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
}
body[data-mode=dark] .dropdown-menu {
  background-color: rgb(42.55, 59.2, 68.45);
  padding: 0;
}
body[data-mode=dark] .dropdown-menu li {
  display: block;
  width: 100%;
  margin: unset !important;
}
body[data-mode=dark] .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  width: 100%;
  color: white !important;
}
body[data-mode=dark] .dropdown-menu li a:hover {
  background-color: rgb(62.1, 86.4, 99.9);
}
body[data-mode=dark] .special_bg {
  background-color: #202635;
}
body[data-mode=dark] select, body[data-mode=dark] input, body[data-mode=dark] textarea {
  background-color: #172025 !important;
  color: white !important;
  border: 1px solid rgba(114, 117, 120, 0.3215686275);
  border-radius: 10px;
}
body[data-mode=dark] .no_bg {
  background-color: transparent !important;
  border: 0;
}
body[data-mode=dark] nav {
  background-color: #172025;
}
body[data-mode=dark] nav .nav-list {
  color: white;
}
body[data-mode=dark] .symbols_content {
  background-color: #172025;
}
body[data-mode=dark] .colored_tbl thead {
  border-bottom: 1px solid rgba(101, 114, 127, 0.6745098039) !important;
}
body[data-mode=dark] .colored_tbl td, body[data-mode=dark] .colored_tbl th {
  color: white;
  border-bottom: 1px solid rgba(101, 114, 127, 0.6745098039) !important;
}
body[data-mode=dark] .colored_tbl tbody .active {
  background-color: rgb(42.55, 59.2, 68.45) !important;
}
body[data-mode=dark] .colored_tbl tbody tr {
  transition: 0.5s;
}
body[data-mode=dark] .change_btn {
  background-color: #172025;
  color: #8f8e8e;
}
body[data-mode=dark] .change_btn_active {
  background-color: #1a6f70;
  color: #f1f1f1;
}
body[data-mode=dark] .color_blue {
  color: #3569f7 !important;
}
body[data-mode=dark] .swal2-icon.swal2-warning {
  border-color: #a63131 !important;
  color: #a63131 !important;
}
body[data-mode=dark] .swal2-icon-warning .swal2-title {
  font-size: 30px !important;
}
body[data-mode=dark] .history_tabs .history_tab, body[data-mode=dark] .history_tabs .security_tab, body[data-mode=dark] .security_tabs .history_tab, body[data-mode=dark] .security_tabs .security_tab {
  color: white;
  background-color: #5e5e5e;
  border-radius: 10px;
  padding: 5px;
}
body[data-mode=dark] .history_tabs .active, body[data-mode=dark] .security_tabs .active {
  color: white;
  background-color: #0d6efd;
}
body[data-mode=dark] .tab_values {
  color: white;
}
body[data-mode=dark] .swal2-modal {
  background: #212638 !important;
}
body[data-mode=dark] .swal2-modal .swal2-title, body[data-mode=dark] .swal2-modal .swal2-html-container {
  color: white !important;
  font-size: 15px;
}
body[data-mode=dark] .text-success {
  color: #0ddea1 !important;
}
body[data-mode=dark] input::-webkit-input-placeholder {
  color: #cecaca !important;
}
body[data-mode=dark] .lang_list {
  position: absolute;
  background-color: rgb(42.55, 59.2, 68.45);
  height: 300px;
  z-index: 9999;
  overflow: scroll;
  width: 100%;
  padding: 6px 24px !important;
  top: 0;
}
body[data-mode=dark] .upload_container {
  color: white;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 10px;
}
body[data-mode=dark] .profile_page .input-group-text {
  background: #4c4f59;
  color: #dedede;
  border: 1px solid #565656;
}
body[data-mode=dark] .profile_page input, body[data-mode=dark] .profile_page select {
  border: 1px solid rgba(148, 147, 147, 0.3254901961);
}
body[data-mode=dark] .lang-menu {
  background-color: rgb(39, 32, 58);
  border: 1px solid #404040;
}
body[data-mode=dark] .select_img, body[data-mode=dark] .thumb_ svg {
  background-color: #141825;
}
body[data-mode=dark] .bid, body[data-mode=dark] .ask {
  color: #c8c8c8;
}

body[data-mode=light] {
  background-color: #f4f6fa;
}
body[data-mode=light] .account_type_switcher {
  background: #bcbcbc;
}
body[data-mode=light] .info-box {
  background-color: #fefefe;
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px solid rgba(215, 215, 215, 0.3215686275);
}
body[data-mode=light] .info-box .info-head {
  color: #2f9c79;
  font-size: 12px;
  margin-bottom: 10px;
}
body[data-mode=light] .info-box .info-data {
  color: #0b0b0b;
  font-size: 20px;
}
body[data-mode=light] .main-nav-container .nav-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 6px;
  display: inline-flex;
  gap: 4px;
}
body[data-mode=light] .main-nav-container .nav-item {
  padding: 10px 15px;
  color: #646465;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  background: transparent;
}
body[data-mode=light] .main-nav-container .nav-item:hover {
  color: #383838;
  background-color: rgba(255, 255, 255, 0.05);
}
body[data-mode=light] .main-nav-container .nav-item.active {
  background-color: #252935;
  color: #ffffff;
}
body[data-mode=light] {
  /* Responsive */
}
@media (max-width: 600px) {
  body[data-mode=light] .nav-container {
    margin-left: 0% !important;
  }
  body[data-mode=light] .markets_page .nav-item {
    padding: 8px 5px;
    font-size: 10px;
  }
}
body[data-mode=light] #shortcut_options li {
  background-color: #32a5a7 !important;
  color: white !important;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
body[data-mode=light] .icon_bg {
  color: white !important;
}
body[data-mode=light] .short_symbol {
  color: #535353;
}
body[data-mode=light] .shortcuts_list {
  background: #eaebec;
}
body[data-mode=light] .account_info_ {
  background: #dadada;
}
body[data-mode=light] .high_low, body[data-mode=light] .symbol_name-small {
  color: #7f7f7f;
}
body[data-mode=light] .main_color {
  background-color: #ffffff !important;
}
body[data-mode=light] .text-white {
  color: black !important;
}
body[data-mode=light] .edit_order_title_ {
  display: none;
}
body[data-mode=light] .sec_color {
  background-color: #fefefe !important;
}
body[data-mode=light] .card, body[data-mode=light] .offcanvas, body[data-mode=light] .pc_fixed_menu {
  background-color: white !important;
  color: rgb(0, 0, 0);
}
body[data-mode=light] .card li a, body[data-mode=light] .offcanvas li a, body[data-mode=light] .pc_fixed_menu li a {
  color: black !important;
}
body[data-mode=light] .modal .close_modal {
  color: black !important;
}
body[data-mode=light] .color_mode {
  color: black;
}
body[data-mode=light] .modal-content {
  background-color: white !important;
  color: rgb(7, 7, 7) !important;
}
body[data-mode=light] .close_modal {
  background-color: transparent;
  color: white !important;
  border: 0;
  font-size: 26px;
}
body[data-mode=light] .close_modal:hover {
  color: #cfcccc !important;
}
body[data-mode=light] .navbar {
  background-color: white;
  color: rgb(252, 252, 252) !important;
  z-index: 9999 !important;
}
body[data-mode=light] .navbar a {
  color: rgb(16, 16, 16);
}
body[data-mode=light] .navbar .active a {
  color: #27d3a2;
}
body[data-mode=light] .page-item {
  --bs-pagination-active-bg:#1c6243 !important;
}
body[data-mode=light] .new_position_selector {
  border: 1px solid #b3b3b3;
  background: white;
}
body[data-mode=light] .new_position_selector svg {
  color: black;
}
body[data-mode=light] .collapse_btn {
  color: black;
}
body[data-mode=light] .lang-menu {
  background-color: #dededf;
  border: 1px solid #c4c4c4;
}
body[data-mode=light] .select_img, body[data-mode=light] .thumb_ svg {
  background-color: #9b9b9b !important;
}
body[data-mode=light] .all_symbols_list li {
  color: black;
}
body[data-mode=light] .main_collapse a {
  color: black !important;
}
body[data-mode=light] .pc_fixed_menu {
  box-shadow: 10px 10px 10px rgba(224, 224, 224, 0.7294117647);
}
body[data-mode=light] .shortcuts_list .short_item {
  cursor: pointer;
  color: rgb(22, 22, 22) !important;
  transition: 0.3s;
}
body[data-mode=light] .shortcuts_list .main_short_item:hover {
  background: #cfcece !important;
  color: black !important;
}
body[data-mode=light] .new_order_container {
  color: rgb(32, 32, 32);
}
body[data-mode=light] .new_order_container small {
  color: black !important;
}
body[data-mode=light] #shortcut_options ul li:hover {
  background-color: white;
  color: black;
}
body[data-mode=light] #bulk_action ul {
  padding: 0;
}
body[data-mode=light] #bulk_action ul li {
  list-style-type: none;
  margin-bottom: 8px;
  padding: 10px 5px;
}
body[data-mode=light] #bulk_action ul li:hover {
  background-color: rgba(73, 72, 72, 0.1490196078);
  color: black;
}
body[data-mode=light] .no_data_home {
  text-align: center;
  color: #c5c1c1;
}
body[data-mode=light] .trade_frame_container {
  background: #e3e3e3;
  border-left: 1px solid rgba(190, 191, 191, 0.3215686275);
}
body[data-mode=light] .offcanvas-body ul li a, body[data-mode=light] .pc_fixed_menu ul li a {
  color: #817f7f !important;
}
body[data-mode=light] .offcanvas-body ul .active, body[data-mode=light] .pc_fixed_menu ul .active {
  background-color: #e9eef4;
}
body[data-mode=light] .offcanvas-body ul .active a, body[data-mode=light] .pc_fixed_menu ul .active a {
  color: #252525 !important;
}
body[data-mode=light] .offcanvas-body ul .active svg, body[data-mode=light] .pc_fixed_menu ul .active svg {
  color: #28757b;
}
body[data-mode=light] .nav2 a {
  color: rgb(37, 35, 35);
  transition: 0.5s;
  background-color: rgb(234, 233, 233);
}
body[data-mode=light] .nav2 a svg {
  color: #0db27e;
}
body[data-mode=light] .nav2 a:not(.active):hover {
  background-color: #d1cfcf;
}
body[data-mode=light] .nav2 .active {
  background-color: #dbddff;
}
body[data-mode=light] .scroller::-webkit-scrollbar-track {
  border: 1px solid #c9c9c9;
  background-color: #cbcaca;
}
body[data-mode=light] .scroller::-webkit-scrollbar {
  background-color: #cbcaca;
}
body[data-mode=light] .scroller::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
}
body[data-mode=light] .dropdown-menu {
  background-color: #f5f5f5;
  padding: 0;
}
body[data-mode=light] .dropdown-menu li {
  display: block;
  width: 100%;
  margin: unset !important;
}
body[data-mode=light] .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  width: 100%;
  color: black !important;
}
body[data-mode=light] .dropdown-menu li a:hover {
  background-color: #e3e0e0;
}
body[data-mode=light] .modal-backdrop {
  background-color: transparent !important; /* أو استخدم display: none; */
}
body[data-mode=light] .empty_ * {
  color: #959595 !important;
}
body[data-mode=light] select, body[data-mode=light] input, body[data-mode=light] textarea {
  background-color: white !important;
  color: black !important;
  border-radius: 10px !important;
  border: 1px solid #c4c4c4 !important;
}
body[data-mode=light] .profile_menu .form-select {
  font-size: 12px !important;
  background-color: #fefefe;
  color: #222222;
  border-radius: 10px;
  border: 1px solid rgba(165, 166, 168, 0.3215686275);
}
body[data-mode=light] .profile_menu li {
  font-size: 12px !important;
}
body[data-mode=light] .lang-switcher {
  position: relative;
  display: inline-block;
  padding: 0px 5px;
  border-radius: 10px;
  border: 1px solid rgba(171, 178, 186, 0.3215686275);
}
body[data-mode=light] .color_switcher {
  padding: 5px 8px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(171, 178, 186, 0.3215686275) !important;
}
body[data-mode=light] .markets_tbl thead {
  background-color: #fefefe !important;
}
body[data-mode=light] .markets_tbl th {
  padding: 10px;
}
body[data-mode=light] .markets_tbl td, body[data-mode=light] .markets_tbl th {
  color: #131313;
}
body[data-mode=light] .markets_tbl tbody .active {
  background-color: white !important;
}
body[data-mode=light] .bulk_action {
  color: black !important;
}
body[data-mode=light] .main_phone, body[data-mode=light] .main_crypto_selector {
  border: 1px solid #afadad !important;
  background-color: white !important;
  border-radius: 5px;
}
body[data-mode=light] .main_phone .select_country_btn, body[data-mode=light] .main_phone .select_method_btn, body[data-mode=light] .main_crypto_selector .select_country_btn, body[data-mode=light] .main_crypto_selector .select_method_btn {
  background-color: transparent;
  border: 0 !important;
}
body[data-mode=light] .main_phone .phone_input, body[data-mode=light] .main_crypto_selector .phone_input {
  border: 0 !important;
}
body[data-mode=light] .no_bg {
  background-color: transparent !important;
  border: 0;
}
body[data-mode=light] nav {
  background-color: white;
}
body[data-mode=light] nav .nav-list {
  color: #0d0d0d;
}
body[data-mode=light] nav {
  color: black !important;
}
body[data-mode=light] .symbols_content {
  background-color: #fefefe;
}
body[data-mode=light] .colored_tbl thead {
  background-color: white !important;
  border-bottom: 1px solid rgba(150, 165, 180, 0.6745098039) !important;
}
body[data-mode=light] .colored_tbl td, body[data-mode=light] .colored_tbl th {
  color: black;
  border-bottom: 1px solid rgba(150, 165, 180, 0.6745098039) !important;
}
body[data-mode=light] .colored_tbl tbody .active {
  background-color: #70e798 !important;
}
body[data-mode=light] .colored_tbl tbody tr {
  transition: 0.5s;
}
body[data-mode=light] .colored_tbl tbody tr:hover {
  background-color: #f2f2f2 !important;
}
body[data-mode=light] .change_btn {
  background-color: rgb(222, 219, 219);
  color: black;
}
body[data-mode=light] .change_btn_active {
  background-color: #1a6f70;
  color: #f1f1f1;
}
body[data-mode=light] .color_blue {
  color: #3569f7 !important;
}
body[data-mode=light] .swal2-icon.swal2-warning {
  border-color: #a63131 !important;
  color: #a63131 !important;
}
body[data-mode=light] .swal2-icon-warning .swal2-title {
  font-size: 30px !important;
}
body[data-mode=light] .special_bg {
  background-color: #e2e1e1;
}
body[data-mode=light] .history_tabs .history_tab, body[data-mode=light] .history_tabs .security_tab, body[data-mode=light] .security_tabs .history_tab, body[data-mode=light] .security_tabs .security_tab {
  color: white;
  background-color: #9b9999;
  border-radius: 10px;
  padding: 5px;
}
body[data-mode=light] .history_tabs .active, body[data-mode=light] .security_tabs .active {
  color: white;
  background-color: #0d6efd;
}
body[data-mode=light] .tab_values {
  color: black;
}
body[data-mode=light] .swal2-modal {
  background: #f4f4f4 !important;
}
body[data-mode=light] .swal2-modal .swal2-title, body[data-mode=light] .swal2-modal .swal2-html-container {
  color: rgb(12, 12, 12) !important;
  font-size: 15px;
}
body[data-mode=light] .text-success {
  color: #0d956c !important;
}
body[data-mode=light] input::-webkit-input-placeholder {
  color: #cecaca !important;
}
body[data-mode=light] .lang_list {
  position: absolute;
  background-color: white;
  height: 300px;
  z-index: 9999;
  overflow: scroll;
  width: 100%;
  padding: 6px 24px !important;
  top: 0;
}
body[data-mode=light] .user_data_cards .text-warning {
  color: #d1a00d !important;
}
body[data-mode=light] .upload_container {
  color: rgb(20, 19, 19);
  border: 2px dashed rgb(25, 24, 24);
  text-align: center;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 10px;
}
body[data-mode=light] .bid, body[data-mode=light] .ask {
  color: #8f8e8e;
}

@media (max-width: 992px) {
  #installBtn {
    display: unset !important;
  }
  .admin_nav {
    text-align: center !important;
  }
  .admin_nav .text-end {
    text-align: center !important;
  }
  html[dir=rtl] .admin_nav {
    width: 100% !important;
    right: 0 !important;
  }
  html[dir=rtl] .admin_area_content {
    margin-right: 0px !important;
  }
  html[dir=ltr] .admin_nav {
    width: 100% !important;
    right: 0 !important;
  }
  html[dir=ltr] .admin_area_content {
    margin-left: 0px !important;
  }
  .admin_area .pc_fixed_menu {
    width: 80% !important;
    display: none;
  }
  .currencyChart {
    width: 100% !important;
  }
  .home_content {
    width: 100% !important;
    margin-left: unset !important;
    margin-right: unset !important;
    padding: 0px 15px !important;
  }
  .dataTables_filter {
    position: unset !important;
  }
  .user_data_cards .card {
    height: auto !important;
  }
  .nav2 a span {
    font-size: 16px !important;
  }
  .nav2 a svg {
    width: 18px !important;
    height: 18px !important;
  }
  .offcanvas-header img {
    width: 200px !important;
    margin-bottom: 0 !important;
  }
  .view_chart {
    width: 40px !important;
  }
  .user_frm_login_signup {
    width: 100% !important;
  }
  .deposit_pc {
    display: none;
  }
  .deposit_phone {
    display: block;
  }
  .login_logo {
    width: 100% !important;
  }
  .withdrawal_pc {
    display: none;
  }
  .withdrawal_phone {
    display: block;
  }
  .topbar {
    width: 100% !important;
    padding: 10px 5px;
    margin-left: unset;
  }
  .verfication_pc {
    height: 120vh !important;
  }
}
@media (max-width: 1400px) {
  .main_pc_fixed_menu {
    display: none !important;
  }
  .chart_col {
    display: none !important;
  }
  .trades_pc {
    width: 100% !important;
  }
  .topbar {
    width: 100% !important;
    padding: 10px 5px;
    margin-left: unset;
  }
  .phone_ {
    font-size: 14px;
    width: 120px;
  }
  .sm_font {
    font-size: 12px !important;
  }
  .code_font {
    font-size: 14px !important;
  }
}
@media (min-width: 1400px) {
  .phone_ {
    width: 140px;
  }
  .trades_pc {
    width: 60% !important;
  }
  .shortcuts_list {
    padding: 25px 10px;
    padding-left: 16px;
  }
  html[dir=rtl] .topbar {
    width: 88% !important;
    padding: 10px 5px;
    margin-right: 12%;
    padding-right: 47px;
    padding-left: 29px;
  }
  html[dir=rtl] .pc_fixed_menu {
    border-right: 0 !important;
  }
  html[dir=rtl] .order_trade_date {
    width: 70%;
    position: absolute;
    right: 20%;
  }
  html[dir=rtl] .navbar {
    right: 20%;
  }
  html[dir=ltr] .topbar {
    width: 88% !important;
    padding: 10px 5px;
    margin-left: 12%;
    padding-left: 30px;
  }
  html[dir=ltr] .pc_fixed_menu {
    border-left: 0 !important;
  }
  html[dir=ltr] .order_trade_date {
    width: 70%;
    position: absolute;
    left: 20%;
  }
  html[dir=ltr] .navbar {
    left: 20%;
  }
  .user_frm_login_signup {
    width: 60% !important;
  }
  .toggle_menu_btn {
    display: none;
  }
  .deposit_pc {
    display: block;
  }
  .deposit_phone {
    display: none;
  }
  .withdrawal_pc {
    display: block;
  }
  .withdrawal_phone {
    display: none;
  }
  .offcanvas {
    max-width: 300px !important;
  }
  .shortcuts_list {
    max-height: 85vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .home {
    width: 100% !important;
    margin: 0 auto;
  }
  .home_page .short_symbol, .home_page .ask, .home_page .bid {
    font-size: 17px !important;
  }
  .home_page .high_low * {
    font-size: 10px !important;
  }
  .home_page .high_low {
    font-size: 10px !important;
  }
  .history_tab {
    cursor: pointer;
  }
  .topbar .container-fluid {
    width: 100% !important;
  }
  .navbar {
    display: none !important;
    position: absolute;
    display: block;
    width: 70%;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    height: 95px;
  }
  .navbar ul {
    padding: 0;
    padding-top: 5px;
    width: 100%;
  }
  .navbar li {
    display: inline-block;
    width: 14%;
    margin: 0 10px;
    padding: 15px;
    border-radius: 15px;
    background-color: #263b57;
  }
  .navbar li:hover {
    background-color: #344863;
  }
  .navbar a {
    text-decoration: none;
    font-size: 12px;
    display: block;
  }
  .navbar a svg {
    font-size: 26px;
  }
  .new_order_page .navbar {
    display: unset !important;
  }
  form[id=deposit] img, form[id=withdrawal] img {
    width: 200px !important;
  }
  .new_order_page .navbar .save_order {
    width: 300px !important;
    margin: auto;
  }
  .new_order_page .navbar .edit_order_title_ {
    display: block !important;
    float: right;
    margin-right: 30px;
  }
  .new_order_page .navbar li {
    display: inline-block;
    width: 14%;
    margin: 0 10px;
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(38, 59, 87, 0) !important;
  }
  .new_order_page .navbar li:hover {
    background-color: rgba(52, 72, 99, 0) !important;
  }
}
@media (max-width: 580px) {
  .short_symbol {
    font-size: 12px !important;
  }
  .shortcuts_list {
    height: 79vh;
  }
  .bid, .ask {
    font-size: 12px !important;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */