body {
  margin: 0;
  padding: 0;
}
/*.onine_view_col .phone_frame{ border-radius: 49px;background: linear-gradient(45deg,#000000 0%,#3d518c 20%,#a1bee2 20%,#0b497f 66%,#a1bee2 80%,#3d518c 80%,#000000 100%);}
*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #bd9e52;
}
.onine_view_col {
  margin: 15px auto;
  padding: 4px;
  border-radius: 50px;
  width: auto;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 3px 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25),
    0 3px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25),
    0 3px 15px rgba(0, 0, 0, 0.35);
  position: relative;
}

.onine_view_col:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 200px;
  width: 4px;
  height: 50px;
  background: #000;
  display: block;
  border-radius: 4px 0 0 4px;
}
.onine_view_col:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 260px;
  width: 4px;
  height: 50px;
  background: #000;
  display: block;
  border-radius: 4px 0 0 4px;
}

.phone_frame .frame_screen {
  width: auto;
  height: auto;
  padding: 4px;
  border-radius: 48px;
  display: block;
  border: rgba(255, 255, 255, 0.2) 0px solid;
  /*box-shadow: 0 0px 5px rgba(0,0,0,0.55), inset 1px 0px 3px rgba(255,255,255,0.55);
    -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.55), inset 1px 0px 3px rgba(255,255,255,0.55);
    -moz-box-shadow: 0 0px 5px rgba(0,0,0,0.55),inset 1px 0px 3px rgba(255,255,255,0.55);*/
  position: relative;
}

/*.phone_frame .frame_screen{background: -webkit-linear-gradient(45deg,#000000 0%,#3d518c 20%,#a1bee2 20%,#0b497f 66%,#a1bee2 80%,#3d518c 80%,#000000 100%);
    background: linear-gradient(45deg,#000000 0%,#3d518c 20%,#a1bee2 20%,#0b497f 66%,#a1bee2 80%,#3d518c 80%,#000000 100%);}
*/
.phone_frame .frame_screen:before {
  content: "";
  position: absolute;
  right: -7px;
  top: 200px;
  width: 4px;
  height: 100px;
  background: #000;
  display: block;
  border-radius: 0 4px 4px 0;
}

.onine_view_col .phone_frame .frame_screen .screen_body {
  width: 900px;
  display: block;
  height: 670px;
  padding: 8px;
  border-radius: 44px;
  background-color: #000;
  position: relative;
}

section.online_trade_view {
  background: #e2f0fe;
}

.logo_f a img {
  width: 150px;
}
.login_form {
  padding: 40px;
}
.__login_form_card {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.login_form {
  padding: 10px;
  width: 90%;
}
form.login_form_section .form-group.form_fill_group {
  border: 1px solid #36474f;
  margin: 30px 0;
  border-radius: 20px;
  padding: 6px 16px;
  text-align: left;
}
form.login_form_section .form-group.form_fill_group label.form_label {
  color: #b29046;
}
form.login_form_section .form-group.form_fill_group .form_icons input {
  background: transparent;
  border: 0;
  padding-left: 1px;
  color: #fff;
}
form.login_form_section
  .form-group.form_fill_group
  .form_icons
  input::placeholder {
  color: #fff;
}
form.login_form_section .form-group.form_fill_group .form_icons i {
  position: absolute;
  bottom: 8px;
  left: 0;
  color: #b28e4d;
}
form.login_form_section .form-group.form_fill_group .form_icons {
  position: relative;
}
form.login_form_section
  .form-group.form_fill_group
  .form_icons
  input::placeholder {
  color: #fff;
}

form.login_form_section .form-group button.btn.btn-login {
  background: #b29046;
  display: block;
  width: 100%;
  color: #4b3b18;
  padding: 7px 10px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #b29046;
  border-radius: 15px;
}
form.login_form_section .form-group button.btn.btn-login:hover {
  background: transparent;
  border: 1px solid #efda95;
  color: #efda95;
}
form.login_form_section .form-group a {
  color: #b28e4d;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 20px;
}
form.login_form_section
  .form-group.form_fill_group
  .form_icons
  input::placeholder {
  color: #fff;
}
form.login_form_section .form-group a:hover {
  color: #efda95;
}
form.login_form_section.Forgot_form .form-group.form_fill_group {
  border-radius: 10px;
}

.dashboard_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px 0;
  align-items: center;
}
.dashboard_header .ui_dropdown button.btn.btn-secondary.dropdown-toggle:after {
  display: none;
}
.dashboard_header .ui_dropdown button.btn {
  background: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
}
.dashboard_header div a {
  color: #fff;
}
.dashboard_header div a:hover {
  color: #4bad00;
}
.dashboard_main {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dashboard_header .ui_dropdown ul.dropdown-menu.show {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.dashboard_header .ui_dropdown ul.dropdown-menu.show li a {
  color: #000;
  font-size: 14px;
  padding: 7px 15px;
}
.dashboard_header .ui_dropdown ul.dropdown-menu.show li a:hover {
  background: #b29046;
  color: #fff;
}
.dashboard_header div h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}
.screen_body.main_screenUI {
  background-color: #000 !important;
  padding: 0px !important;
}
.screen_body.main_screenUI .dashboard_header {
  background: #000b0f;
  padding: 25px 15px 15px;
  border-radius: 48px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.dashboard_tabs_colm {
  background: #000;
}
.dashboard_tabs_colm ul.dashboard_col_nav {
  border-bottom-color: #36474f;
  margin: 0px;
  padding: 0px;
  text-align: left;
  justify-content: space-around;
}
.dashboard_tabs_colm ul.dashboard_col_nav li.nav-item a {
  border: 0px;
  text-decoration: none;
  color: #fff;
  padding: 10px 5px;
}
.dashboard_tabs_colm ul.dashboard_col_nav li.nav-item .nav-link.active {
  background: transparent;
  color: #4bad00;
  border: 0px;
  border-bottom: 2px solid #4bad00;
}
.dashboard_tabs_colm ul.dashboard_col_nav li.nav-item .nav-link:hover {
  border: 0px;
  border-bottom: 2px solid #4bad00;
  color: #4bad00;
}
.tab_search_body {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
.tab_search_body input.form-control {
  border-radius: 0px;
  height: 45px;
  background: #36474f;
  border-color: #36474f;
}
.tab_search_body input.form-control:focus {
  outline: none;
  box-shadow: 0 0px 0px 5px rgb(69 90 101);
}
.tab_search_body input.form-control::placeholder {
  color: #fff;
}
.tab-content.dashboard_col_tabs .tab_search_body .futures_List {
  display: flex;
  justify-content: space-between;
  background: #000;
  border-radius: 0px;
  padding: 10px 5px;
  margin: 13px 0;
  align-items: start;
  border-bottom: 1px solid #4bad00;
}
.tab-content.dashboard_col_tabs
  .tab_search_body
  .futures_List
  .futures_list_text
  h3 {
  color: #fff;
  font-size: 14px;
  margin: 0px;
}
.tab-content.dashboard_col_tabs
  .tab_search_body
  .futures_List
  .futures_list_text
  h5 {
  color: #fff;
  font-size: 12px;
  margin: 0px;
}
.futures_lot_size h4 {
  font-size: 18px;
  margin: 0px;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
}
.futures_lot_size h5 {
  font-size: 11px;
  text-align: center;
  margin: 0px;
  color: #fff;
}
.futures_Check input.form-check-input {
  height: 25px;
  border-radius: 7px;
  width: 25px;
  border-color: #36474f;
  background: rgb(54 71 79 / 35%);
}
.form-check-input:checked {
  background-color: #4bad00 !important;
  border-color: #4bad00 !important;
}
.futures_lot_size {
  padding: 0 20px;
}
.tab-content.dashboard_col_tabs {
  overflow-y: auto;
  height: 490px;
}
.futures_list_text h4 {
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
}
.futures_list_text p {
  font-size: 10px;
  margin-bottom: 0px;
  color: #fff;
}
.future_cod {
  font-size: 10px;
  margin-top: 28px;
  color: #fff;
}
h4.list_text_box {
  background: #4bad00;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  border-radius: 40px;
  margin-bottom: 0px;
}
.dashboard_col_tabs::-webkit-scrollbar {
  width: 12px;
}
.dashboard_col_tabs::-webkit-scrollbar-thumb {
  background-color: #b29046;
}

.app_footer {
  background: #000b0f;
  height: 68px;
  padding-top: 11px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}
.app_footer ul.footer_menu_list {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-around;
}

.app_footer ul.footer_menu_list li {
  list-style: none;
}
.app_footer ul.footer_menu_list li a i.footer_icon {
  width: 35px;
  height: 31px;
  display: block;
  background-image: url(../img/icons/icon_menu3.png);
  background-size: 149px;
  background-repeat: no-repeat;
  background-position: -3px -1px;
}
.app_footer ul.footer_menu_list li a.active i.footer_icon {
  background-image: url(../img/icons/icon_active3.png);
}
.app_footer ul.footer_menu_list li a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
.app_footer ul.footer_menu_list li:nth-child(2) a i.footer_icon {
  background-position: -40px -1px;
}
.app_footer ul.footer_menu_list li:nth-child(3) a i.footer_icon {
  background-position: -78px -1px;
}
.app_footer ul.footer_menu_list li:nth-child(4) a i.footer_icon {
  background-position: -117px -1px;
}
.app_footer ul.footer_menu_list li a.active span {
  color: #fff;
}
.app_footer ul.footer_menu_list li:nth-child(2) a.active i.footer_icon {
  background-position: -40px -1px;
  background-image: url(../img/icons/icon_active3.png);
}
.app_footer ul.footer_menu_list li:nth-child(3) a.active i.footer_icon {
  background-position: -77px -1px;
  background-image: url(../img/icons/icon_active3.png);
}
.app_footer ul.footer_menu_list li:nth-child(4) a.active i.footer_icon {
  background-position: -117px -1px;
  background-image: url(../img/icons/icon_active3.png);
}
.market_tab_col .tab-content.dashboard_col_tabs {
  height: 516px;
}
.market_tab_col {
  padding: 20px;
  padding-bottom: 0px;
}
.market_trades_colm {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.market_trades_colm h3 {
  font-size: 23px;
  color: #000;
}
.sl_radio_lang {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.market_tab_box {
  display: flex;
  justify-content: center;
}
.market_tab_box .select_tab_btn label.sl_title-box {
  cursor: pointer;
  color: #fff;
  background: #36474f;
  padding: 10px 20px;
  border-radius: 50px;
}
.market_tab_box .select_tab_btn:nth-child(1) label.sl_title-box {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.market_tab_box .select_tab_btn:nth-child(2) label.sl_title-box {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sl_radio_lang:checked + .sl_title-box {
  background: #b29046 !important;
  color: #fff !important;
}
.market_tab_box .select_tab_btn label.sl_title-box .sl_en_box i {
  margin-right: 10px;
}
.mcx_bid_section input.form-control {
  color: #fff;
  border-radius: 50px;
  text-align: center;
  background: #36474f;
  border: #f2f3f5;
}
.mcx_bid_section input.form-control::placeholder {
  color: #fff;
}
.mcx_Sell_Btn button.btn.btn-login {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  background: #b29046;
  padding: 8px 0;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.mcx_Sell_Btn {
  margin-top: 10px;
}
.mcx_bid_section h6 {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
}
.market_bid_details .bid_tables {
  background: #000b0f;
  border-radius: 10px;
  padding: 10px;
}
.market_bid_details .bid_tables {
  width: 48%;
}
.market_bid_details {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.market_bid_details .bid_tables table {
  width: 100%;
  text-align: left;
  background: transparent !important;
}
.market_bid_details .bid_tables table tbody tr td {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  padding: 5px 5px;
}
.balance_colm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.balance_colm_box {
  text-align: left;
}
.balance_colm_box h5 {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.balance_colm .balance_colm_box:nth-child(1),
.balance_colm .balance_colm_box:nth-child(3) {
  border-right: 1px solid #000;
  padding-left: 10px;
}
.balance_colm .balance_colm_box:nth-child(3),
.balance_colm .balance_colm_box:nth-child(4) {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.balance_colm .balance_colm_box:nth-child(2),
.balance_colm .balance_colm_box:nth-child(4) {
  padding-left: 30px;
}

.market_bought_details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
.bought_content h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
.bought_content p {
  margin: 0px;
  font-size: 13px;
  color: #fff;
}
.bought_content p span {
  display: block;
  font-weight: 600;
  color: red;
}
.bought_content h5 span {
  color: #b29046;
}
.trades_List_text h3 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.trades_List_text h5 {
  font-size: 10px;
  color: #fff;
}
.trades_List_text p {
  color: #fff;
  font-size: 10px;
  margin: 0;
  font-weight: 500;
}
.trades_List_text h5 span {
  background: #4bad00;
  color: #fff;
  padding: 2px 6px;
  border-radius: 20px;
}
.trades_List_text p span {
  background: #4bad00;
  color: #fff;
  padding: 4px 4px;
  border-radius: 20px;
}
.trades_List_text.text-right h4 {
  font-size: 12px;
  color: #fff;
}
.trades_amount_btn span.trdes_span {
  background: #4bad00;
  color: #fff;
  padding: 3px 9px;
  border-radius: 30px;
  font-size: 12px;
}
.trades_amount_btn span.trdes_span:last-child {
  background: #4bad00;
}
.trades_List_text.text-right h4 span {
  background: #4bad00;
  color: #fff;
  padding: 2px 8px;
  border-radius: 30px;
}
.trades_amount_btn {
  margin-bottom: 8px;
}
.wallet_balance_box {
  background: linear-gradient(45deg, #c3a55fb0, #e3cb85de 50%, #b29046d4),
    url(../img/icons/bg.jpg);
  padding: 20px;
  border-radius: 20px;
}
.wallet_Card_balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wallet_Card_balance h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.wallet_Card_balance h4 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-style: italic;
}

.wallet_dashboard {
  padding: 20px;
}
.wallet_balance_box img.wallet_icons {
  width: 80px;
  margin-bottom: 20px;
}
.history_list {
  background: #000b0f;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin: 10px 0;
}
.wallet_history_section {
  margin-top: 20px;
}
.wallet_history_section h3 {
  font-size: 23px;
  color: #fff;
}
.history_list h4 {
  font-size: 15px;
  margin: 0px;
  color: #fff;
}
.history_list h5 {
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
  color: #fff;
}
.tab-content.Wallet_col_tabs.dashboard_col_tabs {
  overflow-y: auto;
  height: 583px;
}
.view_history_list .history_list:nth-child(2n + 1) h5 {
  color: #b28c33;
}
form.Profile_form_.login_form_section
  .form-group.form_fill_group
  .form_icons
  input.form-control {
  padding-left: 2px;
}

.login_form.edit_profile_page .logo_f a img {
  width: 120px;
}
form.Profile_form_.login_form_section
  .form-group.form_fill_group
  label.form_label {
  font-size: 12px;
}
form.Profile_form_.login_form_section
  .form-group.form_fill_group
  .form_icons
  input.form-control {
  font-size: 14px;
  padding: 1px 0;
}
form.Profile_form_.login_form_section
  .form-group.form_fill_group
  .form_icons
  input.form-control:focus {
  outline: none;
}
.color_icons {
  width: 25px;
}
.color_modal_Section {
  position: sticky;
  bottom: 150px;
  left: 0;
  right: 0;
  top: unset;
  z-index: 999999;
}

/*---- Color_piker ----*/
.color_piker {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
label.color_choose-lab {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #6c757d;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.modal-body.color_body_area ul.color_list {
  margin: 0px;
  padding: 0px;
}
.modal-body.color_body_area ul.color_list li.material_color_option {
  line-height: 32px;
  list-style: none;
  text-align: left;
  cursor: pointer;
}
.color_modal_Section .modal-content .modal-header h5 {
  font-size: 17px;
}
.color_modal_Section .modal-content .modal-header button.close {
  background: transparent;
  border: 0;
  color: #000;
}
.modal-backdrop.show {
  display: none;
}
/*---- End-Color_piker ----*/

@media (min-width: 320px) and (max-width: 479px) {
  .market_tab_col .tab-content.dashboard_col_tabs {
    height: 100%;
  }
  .tab-content.dashboard_col_tabs.trade_dashbord {
    height: 100% !important;
  }
  .ReactModal__Overlay.ReactModal__Overlay--after-open {
    border-radius: 0px !important;
    margin-top: 0px !important;
    z-index: 9;
    width: 100% !important;
  }
  .ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open {
    left: 0 !important;
    margin: 5% auto !important;
    right: 0 !important;
  }
  body {
    background: #000000;
  }
  .phone_frame .frame_screen {
    padding: 0px;
  }
  .tab-content.dashboard_col_tabs
    .tab_search_body
    .futures_List
    .futures_list_text
    h3 {
    font-size: 15px;
  }
  .dashboard_main {
    overflow: unset;
    margin-bottom: 60px;
  }
  .tab-content.dashboard_col_tabs {
    height: 100%;
  }
  section.online_trade_view {
    background: #000000;
  }
  .onine_view_col {
    box-shadow: none !important;
    border-radius: 0px;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }
  .onine_view_col:before,
  .onine_view_col:after {
    display: none;
  }
  .phone_frame .frame_screen:before {
    display: none;
  }
  .onine_view_col .phone_frame .frame_screen .screen_body {
    width: 100% !important;
    border-radius: 0px;
    padding: 0px;
    height: 100%;
    display: block !important;
  }
  section.marketwatch_pg.online_trade_view
    .onine_view_col
    .phone_frame
    .frame_screen
    .screen_body {
    height: 100% !important;
  }
  ul.login_nav_list {
    margin-bottom: 60px;
  }
  .login_form {
    padding: 0px;
    width: 100%;
  }
  form.login_form_section .form-group.form_fill_group .form_icons input:focus {
    outline: none;
  }
  .screen_body.main_screenUI .dashboard_header {
    border-radius: 0px !important;
    padding-top: 8px;
  }
  .dashboard_tabs_colm ul.dashboard_col_nav li.nav-item a {
    font-size: 13px;
  }
  /*.marketwatch_pg.online_trade_view {background: #f2f3f5;}*/
  .marketwatch_pg.online_trade_view .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .app_footer {
    border-radius: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .marketwatch_pg.online_trade_view .frame_screen {
    padding: 0px;
  }
  .marketwatch_pg.online_trade_view .row {
    margin-right: 0;
  }
  .marketwatch_pg.online_trade_view .container .list_market_row {
    margin: 0px !important;
    padding-right: 0px;
  }
}

@media (min-width: 480px) and (max-width: 579px) {
}

.select_tab_btn .btn-group {
  background: #eee;
  border-radius: 10px;
  height: auto !important;
}

.mcx_bid_section input.form-control {
  width: 80%;
  margin: 0 auto 20px;
  background: #e9e8e8;
  color: #000;
}
.mcx_bid_section input.form-control::placeholder {
  color: #000;
}
.market_trades_colm.market_colm_lg {
  padding: 0;
}
.market_trades_colm.market_colm_lg h3 {
  color: #000;
  padding-top: 10px;
}
.market_trades_colm.market_colm_lg .mcx_Sell_Btn button.btn.btn-login {
  border-radius: 0px;
}
.market_bid_details.Market_lg .bid_tables {
  width: 100%;
  background: #fff;
}
.market_bid_details.Market_lg .bid_tables table.table tbody tr td {
  color: #000;
}
.market_bid_details.Market_lg .bid_tables table.table tbody tr td span {
  display: block;
}

.select_tab_btn .btn-group button.btn.btn-secondary.active {
  background: #000;
  color: #fff;
}
.select_tab_btn .btn-group button.btn.btn-secondary {
  background: transparent;
  border: 0px;
  color: #000;
}
.futures_Check h5 {
  font-size: 11px;
  color: #fff;
  margin-top: 5px;
}
.futures_Check {
  text-align: center;
}
.futures_list_text h6 {
  font-size: 11px;
  margin-top: 6px !important;
  color: #fff;
}
.futures_lot_size h5 {
  font-size: 11px;
  margin-top: 5px;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  width: 900px;
  height: 670px;
  margin: 0 auto;
  margin-top: 23px;
  border-radius: 45px;
}
.ReactModal__Content.ReactModal__Content--after-open {
  height: 230px !important;
  width: 260px !important;
  text-align: center;
  padding: 30px 10px !important;
}
.ReactModal__Content.ReactModal__Content--after-open button {
  background: green;
  padding: 5px 30px;
  border: 0;
  border-radius: 10px;
  color: #fff;
}

.loglogout {
  margin-left: 0px;
}

.login_logo_us a img {
  width: 90px;
}
ul.login_nav_list {
  margin: 0px;
  padding: 0px;
}
ul.login_nav_list li {
  list-style: none;
  padding: 5px 10px;
  display: block;
  background: #fff;
  margin: 2px 0;
}
ul.login_nav_list li a {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}
ul.login_nav_list li a div span {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
ul.login_nav_list li a div {
  font-weight: 700;
}
.login_user_details h4 {
  color: #bd9e52;
  font-size: 18px;
}
.login_user_details h5 {
  color: #bd9e52;
  font-size: 16px;
}
.login_user_details {
  margin: 20px 0;
}
.login_form.tab-content.dashboard_col_tabs {
  width: 100%;
  height: 600px;
  padding-top: 40px;
  margin-top: 3px;
}

.market_trades_colm.wallet_history_tab {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.market_trades_colm.wallet_history_tab div {
  text-align: right;
}
.history_tab_list ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.history_tab_list ul li {
  list-style: none;
  display: inline-block;
  font-size: 11px;
}
.market_trades_colm.wallet_history_tab h3 {
  font-size: 18px;
  display: inline-flex;
  color: green;
}
.market_trades_colm.wallet_history_tab h3 i {
  color: #000;
  margin-right: 3px;
  font-size: 17px;
  line-height: 22px;
}
.market_trades_colm.wallet_history_tab h5 {
  font-size: 15px;
}
.history_tab_list ul li span i {
  margin-right: 3px;
}

.m-t10 {
  margin-top: 10px;
}
.trading_enable_Box {
  background: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 10px;
}
.trading_enable_Box h3 {
  font-size: 19px;
}
.trading_enable_Box h3 span {
  color: #bd9e52;
  font-weight: 700;
}
.trading_history_list ul {
  margin: 0px;
  padding: 0px;
}
.trading_history_list ul li {
  list-style: none;
  font-size: 13px;
  border-bottom: 1px solid #bd9e52;
  margin: 5px 0;
}
.trading_history_list ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.trading_history_list ul li span {
  color: #bd9e52;
  font-weight: 500;
  display: block;
  font-size: 15px;
}

.error {
  color: red;
}
.module-content {
  text-align: left;
}
.module-content div button:first-child {
  background: transparent;
  color: #f30000;
}
.module-content div button {
  padding: 7px 16px !important;
  font-size: 13px;
  border-radius: 0px !important;
}
.module-content div {
  justify-content: end;
}
.ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open {
  height: 230px !important;
}

.futures_list_text.flt h5 {
  font-size: 11px !important;
}

.tab_search_body .futures_List:first-child .futures_list_text {
  width: 45% !important;
}
.futures_lot_size {
  padding: 0 0px !important;
  width: 30%;
  margin-left: 10px;
}

.wallet_other {
  color: white;
}
.futures_Check {
  width: 20%;
}
