body {
  background: #fff url(../img/bg.jpg) center top no-repeat;
  background-size: cover;
  height: auto;
}

button:focus {
  outline: none;
}

.header {
  position: relative;
  z-index: 999;
  background: none;
  backdrop-filter: blur(10px);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcece;
}

.toggleDiv {
  top: 0;
  padding-top: 60px;
  width: 100%;
  z-index: 998;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  background: rgb(233, 242, 249);
  box-shadow: 0px 5px 10px 0px rgba(19, 28, 67, 0.1);
  backdrop-filter: blur(10px);
}

.trade_history_wrapper {
  left: -75%;
  max-width: 75%;
}

.open_trade_wrapper {
  left: -450px;
  max-width: 450px;
}

.scrolled {
  padding-top: 0px;
}

.head_main .heading {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  gap: 10px;
  border-bottom: 0.3px solid #3e73a9;
  margin: 0 0 20px;
  color: #171b26;
  font-weight: 500;
}
.head_main .heading img {
  width: 7px;
}
.head_main .heading a {
  color: #171b26;
}
.head_main .heading a:hover {
  color: #333;
}

.history_content {
  padding: 0 15px;
}

.history_table_wrapper {
  overflow: hidden;
  overflow-x: auto;
}

.history_table {
  width: 100%;
}
.history_table thead tr th {
  color: #171b26;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 15px 15px 0;
  text-align: center;
  border-bottom: none;
}
.history_table tbody tr td {
  text-align: center;
  color: #171b26;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 15px 15px 0;
}

.position_box_wrapper {
  padding: 0 15px 20px 15px;
}

.position_box {
  margin: 0 0 10px;
  background: #D8D8D8;
  padding: 25px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-bottom: 4px solid #fff;
}
.position_box .position_box_header {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px;
}

.position_box_profit {
  border-bottom: 4px solid var(--green);
}

.position_box_loss {
  border-bottom: 4px solid #f00;
}

.current_position {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.current_position .profit_loss_circle {
  min-width: 65px;
  width: 65px;
  height: 65px;
  font-size: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
.current_position .profit {
  color: var(--green);
  border-color: var(--green);
}
.current_position .loss {
  color: #f00;
  border-color: #f00;
}

.stock_details .stock_heading {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0 7px;
  color: #333;
}
.stock_details .stock_heading .small_text {
  color: #333;
  text-transform: none;
}
.stock_details .stock_heading img {
  margin: 0 0 0 10px;
  width: 15px;
}
.stock_details .open {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.order_details .order_details_row {
  color: #333;
  font-size: 14px;
  margin: 0 0 7px;
  text-align: right;
}

.position_box_content .order_overview_wrapper {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.position_box_content .order_overview_wrapper .order_overview_single {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.position_box_content .order_overview_wrapper .order_overview_single .overview_title {
  font-size: 14px;
  margin: 0;
  color: #333;
}

.sidebar_active {
  left: 0;
}

.arrow_icon {
  width: 10px;
}

.color_red {
  color: #ff0000 !important;
}

.color_yellow {
  color: #ffc200 !important;
}

.color_green {
  color: #00d100 !important;
}

.toggleBtn {
  cursor: pointer;
}

.balance-display .balance-label, .balance-display .balance-amount {
  color: #1e222d;
}

.user-info .user-title,
.user-info .user-subtitle {
  color: #1e222d;
}

.fullscreen-btn,
.language-selector {
  background: #E9F2F9;
  border-color: #E9F2F9;
  color: #1e222d;
}
.fullscreen-btn svg,
.language-selector svg {
  fill: #1e222d;
}

.account-dropdown {
  background: #237DC0;
  border-color: #237DC0;
  color: #fff;
}

.header-button {
  background: #E9F2F9;
  border-color: #E9F2F9;
  color: #1e222d;
  align-items: center;
  gap: 5px;
}

.main-content {
  border: none;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  min-height: 100vh;
  height: 100%;
}

.market-watch {
  background: #E9F2F9;
  border-color: #E9F2F9;
  color: #171b26;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.symbol-selector {
  background: #E9F2F9;
  border-color: #E9F2F9;
  color: #171b26;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.symbol-selector:hover {
  background: #227dc0;
}
.symbol-selector:hover .symbol-text, .symbol-selector:hover i {
  color: #fff;
}
.symbol-selector .symbol-text, .symbol-selector i {
  color: #171b26;
}

.side-panel {
  background: none;
  border-left: none;
}
.side-panel .panel-section {
  border-bottom: none;
}
.side-panel .panel-section .panel-title {
  margin: 0 0 2px;
  font-size: 14px;
  color: #171b26;
}
.side-panel .panel-section .panel-dropdown {
  background-color: #e9f2f9;
  border: 1px solid #e9f2f9;
  color: #171b26;
}

.dropdown-menu {
  background-color: #e9f2f9;
  border: 1px solid #e9f2f9;
  color: #171b26;
}
.dropdown-menu .dropdown-item {
  color: #171b26;
}
.dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #227dc0;
}
.dropdown-menu .dropdown-item:hover .account-item .account-details .account-id {
  color: #fff;
}

.input-field {
  background-color: #e9f2f9;
  border: 1px solid #e9f2f9;
  color: #171b26;
}

.profit-display {
  background-color: #e9f2f9;
  border: 1px solid #e9f2f9;
}
.profit-display .profit-label,
.profit-display .profit-amount,
.profit-display .profit-percentage {
  color: #171b26;
}

.chart-container {
  background-color: #fff;
}
.chart-container .chart-header {
  background-color: #fff;
  border-bottom: 1px solid #cdcece;
}
.chart-container .timeframe-tabs {
  border-bottom: 1px solid #cdcece;
  background-color: #fff;
}
.chart-container .timeframe-tabs .timeframe-tab {
  background-color: #e9f2f9;
  border: 1px solid #e9f2f9;
  color: #171b26;
}
.chart-container .timeframe-tabs .timeframe-tab:hover {
  background: #227dc0;
  color: #fff;
}
.chart-container .timeframe-tabs .active {
  background: #227dc0;
  color: #fff;
}

.chart-area {
  top: 105px;
}

.chart-control-btn {
  background: #fff;
  color: #171b26;
}

.symbol-menu {
  background: #f2f2f2;
  border-radius: 6px;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.2196078431);
  overflow: hidden;
  border: 1px solid #c5ced5;
}
.symbol-menu .symbol-category {
  background: #fff;
  color: #171b26;
  border: none;
  border-bottom: 1px solid rgba(42, 46, 57, 0.2392156863);
}

.symbol-item .symbol-name, .symbol-item .symbol-price {
  color: #171b26;
  font-size: 12px;
}

.modal-content {
  border-radius: 10px;
  background: var(--Primary-White, #FFF);
  box-shadow: 0px 5px 10px 0px rgba(19, 28, 67, 0.1);
  backdrop-filter: blur(10px);
}

.modal-header h2 {
  color: #237DC0;
  font-weight: 700;
}

.trade-type {
  color: #404041;
}

.modal-footer button {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  height: 40px;
}

.trade-info {
  background: #237DC0;
}
.trade-info .info-row {
  color: #fff;
}

.inner_page {
  padding: 60px 0;
}

.inner_page_container {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(19, 28, 67, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.page_name_area {
  margin: 0 0 35px;
}
.page_name_area .page_name {
  color: var(--Primary-Dark, #404041);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page_content {
  background: var(--Primary-White, #FFF);
  padding: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.history_header .form-group label {
  color: var(--Primary-Dark, #404041);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.history_header .form-group .form-control {
  color: var(--Primary-Dark, #404041);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #EEE;
  background: var(--Primary-White, #FFF);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 40px;
}
.history_header .form-group .form-control:hover, .history_header .form-group .form-control:focus, .history_header .form-group .form-control:visited, .history_header .form-group .form-control:active {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background: #237DC0;
  border-color: #237DC0;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
  background: #2992e0;
  border-color: #2992e0;
}

.datepicker_input {
  position: relative;
}
.datepicker_input::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 12px;
  width: 16px;
  height: 17px;
  pointer-events: none;
  background: url(../img/datepicker/calender.svg) center center no-repeat;
  background-size: cover;
}

.history_page_content {
  margin: 10px 0 0;
}
.history_page_content .history_table_wrapper .history_table thead tr th {
  border: none;
  font-weight: 600;
}

.pagination-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}
.pagination-container .pagination .paginate_button a {
  color: #333;
  background: none;
  border: none;
  padding: 0;
}
.pagination-container .pagination .paginate_button a:hover {
  color: #237DC0;
}
.pagination-container .pagination .disabled {
  opacity: 0.3;
}
.pagination-container .pagination .active a {
  color: #237DC0;
}

/*# sourceMappingURL=ann_style.css.map */
