html,
body {
  margin: 0;
  min-height: 100%;
  line-height: 15px !important;
}

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.position-relative {
  position: relative !important;
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dropdown-divider-new {
  height: 0;
  margin: 1.5rem 0;
  overflow: hidden;
  border-top: 2px solid #e9ecef;
}

.form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 0.5 !important;
}
.dropdown-menu
{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 19rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.p0 {
  padding: 0px !important;
}

.bg-dark {
  background: linear-gradient(to right, #000000 30%, #000000 100%) !important;
}

.bg-light {
  background-color: #202020 !important;
}
.green-color {
  color: #009900 !important;
}

.green-btn {
  background-color: #4CAF50 !important;
}

.red-color {
  color: red !important;
}

.loginbody {
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: radial-gradient(
      circle,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 1) 100%
    ),
  url("/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #000;
}

.register {
  height: 130vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: radial-gradient(
      circle,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("/images/loginBg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #000;
}

.border-page {
  background: #202020 !important;
  padding: 10px !important;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px) !important;
  padding-bottom: calc(0.375rem + 1px) !important;
  margin-bottom: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 600;
  text-transform:uppercase;
  color: white;
}

.bid-popup {
  padding: 20px 8px;
}

.card-bg {
  padding: 20px;
  margin: 0 auto;
  background-color: #333333;
  border-radius: 5px;
}

.card-mg {
  background-color: #333333;
  border-radius: 5px;
}

.form-signin {
  width: 100%;
  max-width: 450px;
  padding: 20px;
  margin: 0 auto;
  background-color: #202020;
  color:white;
  border-radius: 5px;
}

a.add-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(
    to right,
    #00d2ff 0%,
    #3a7bd5 51%,
    #00d2ff 100%
  ) !important;
  /*border-color: #000000;*/
  width: 225px;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.10rem 0.75rem; */
  padding-right: 1.35rem;
  padding-left: 1.24rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.save-btn {
  color: #fff;
  background: #000000;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  width: 125px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.red-back {
  background-color: red !important;
}
.green-back {
  background-color: green !important;
}
a.fill-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(to left, #009900 0%, #00ba75 51%, #009900 100%);
  /*border-color: #000000;*/
  width: 225px;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.10rem 0.75rem; */
  padding-right: 1.35rem;
  padding-left: 1.24rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.edit-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(to left, #eca22e 0%, #ff5050 100%);
  /*border-color: #000000;*/
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; */
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.search-btn {
  text-transform: none;
  color: #fff;
  background: #1b2430;
  /*border-color: #000000;*/
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.delete-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(to left, #bb2413 0%, #ff0066 100%);
  /*border-color: #000000;*/
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.675rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; */
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.reject-btn {
  text-transform: none;
  color: #fff;
  background: #f94056;
  border-color: #000000;
  width: 125px;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; */
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cursor-pointer {
  cursor: pointer;
}

.delete-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(to left, #bb2413 0%, #ff0066 100%);
  /*border-color: #000000;*/
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.675rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; */
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fill-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(to left, #009900 0%, #00ba75 51%, #009900 100%);
  /*border-color: #000000;*/
  width: 225px;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.10rem 0.75rem; */
  padding-right: 1.35rem;
  padding-left: 1.24rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.delete-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(to left, #bb2413 0%, #ff0066 100%);
  /*border-color: #000000;*/
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.675rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; */
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.fill-btn {
  text-transform: none;
  color: #fff;
  background: linear-gradient(to left, #009900 0%, #00ba75 51%, #009900 100%);
  /*border-color: #000000;*/
  width: 225px;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  /* padding: 0.10rem 0.75rem; */
  padding-right: 1.35rem;
  padding-left: 1.24rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.approve-btn {
  text-transform: none;
  color: #fff;
  border-color: #000000;
  background: #2ed713;
  font-weight: 400;
  width: 125px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.btn-style {
  padding: 5px;
  margin-right: 5px;
  display: initial;
}

.form-signin2 {
  width: 100%;
  max-width: 500px;
  padding: 20px;
  margin: 0 auto;
  background-color: #333333;
  border-radius: 5px;
}

.form-signin4 {
  max-width: 40%;
  padding: 20px;
  height: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #333333;
  border-radius: 10px;
}

.head {
  background-color: #696969;
  padding-right: 12px !important;
  color: white;
  font-size: 12px;

  /* background-color: #000000;
  color: #1A2980; */
}

.red {
  background-color: #bf2114 !important;
  color: white !important;
}

.side-btn {
  width: 40px !important;
  margin-top: 3px !important;
  cursor: pointer;
}
.body {
  background-color: #202020;
  color: white;
  font-size: 11px !important;
}

.pdfbody {
  background-color: white;
  color: black;
  font-size: 11px !important;
}

.total {
  background-color: #808080;
  color: white;
  font-size: 11px !important;
  font-weight: 600;
}
.form-switch .form-check-input {
  height: 24px;
  width: 50px;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
  cursor: pointer;
}

.form-switch .form-check-input {
  cursor: pointer;
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.body-latest {
  background-color: #202020 !important;
  color: white !important;
  font-size: 12px !important ;
  font-weight: bold !important;
}

.swal2-container {
  z-index: 100000 !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.body-buy {
  color: black !important;
  font-size: 11px !important;
  background-color: #98C3EF;
}

.body-sell {
  color: black !important;
  font-size: 11px !important;
  background-color: #F39393;
}

.body-new {
  background-color: black;
  color: white;
  font-size: 14px !important;
  cursor: pointer;
  font-weight: 729px !important;
  font-weight: 600;
}

.form-signin3 {
  width: 1554px !important;
  padding: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #202020;
  border-radius: 10px;
}

.form-signin100 {
  padding: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #202020;
  border-radius: 10px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.header-popup {
  background: linear-gradient(
    90deg,
    rgba(47, 15, 122, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(145, 2, 118, 1) 100%
  );
}

.form-controls {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.digit-group input {
  width: 60px;
  height: 45px;
  background: fff;
  line-height: 50px;
  /* text-align: center; */
  font-size: 24px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  font-weight: 500;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto;
  /* float: left; */
}
.nav-pills .nav-link {
  border-radius: 0px 0px 5px 5px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #000000 !important;
}
.box-border-tab {
  cursor: pointer;
  border: 1px solid rgba(230, 231, 239, 0.85) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  height: 33px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  color: black !important;
  max-width: 107px !important;
}

.nav.nav-pills {
  /* border-bottom: 1px solid #dee2e6; */
}

.nav.nav-pills li.nav-item {
  /* padding-right: 117px; */
}

.nav.nav-pills li.nav-item a {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  padding-top: 15px;
  font-weight: 500;
  font-family: Roboto;
  padding: 10px 20px;
}

.nav.nav-pills li.nav-item .nav-link.active {
  color: #fff !important;
  background-color: #000000 !important;
}

/* .form-signin input[type="email"] {
  margin-bottom: 20px;
} */

/* 
.form-signin input[type="password"] {
    margin-bottom: 20px;
} */

:root {
  --prm-color: #0381ff;
  --prm-gray: white;
  --el-text-color-primary: white !important;
}

/* CSS */

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: var(--prm-gray);
  transition: 0.4s;
}

.step-button[aria-expanded="true"] {
  width: 60px;
  height: 60px;
  background-color: var(--prm-color);
  color: #fff;
}

.color1 {
  background-color: #333;
}

.done {
  background-color: var(--prm-color);
  color: #fff;
}

.step-item {
  z-index: 10;
  text-align: center;
}

#progress {
  -webkit-appearance: none;
  position: absolute;
  width: 85%;
  z-index: 5;
  height: 8px;
  margin-left: 50px;
  margin-bottom: 18px;
}

/* to customize progress bar */

#progress::-webkit-progress-value {
  background-color: var(--prm-color);
  transition: 0.5s ease;
}

#progress::-webkit-progress-bar {
  background-color: var(--prm-gray);
}

.dealer-form {
  color: #fff;
}

.dealer-form .form-group,
.dealer-form .form-row {
  margin-bottom: 0.5rem !important;
}

.dealer-form .form-control {
  background-color: fff;
}

.transparent-form .form-control {
  background-color: transparent;
}

.viewPassword {
  position: relative;
}

.viewPassword i {
  position: absolute;
  z-index: 2;
  color: #000;
  right: 15px;
  top: -55px;
  font-size: 22px;
  cursor: pointer;
}

.navbar-nav .nav-link {
  color: white !important;
  cursor: pointer;
  font-weight: 501;
}

.p10 {
  padding: 10px;
}

.product-list i.fa-arrow-down {
  color: #ff0000;
}

.product-list i.fa-arrow-up {
  color: #00f729;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: 0.5em;
}

.page-item .page-link {
  background-color: black;
  color: white !important;
  border: 1px solid gray !important;
}

.page-item.disabled .page-link {
  background-color: transparent;
}

.page-item.active .page-link {
  background-color: white;
  color: #1b1b1d !important;
}

/* Dashbaord CSS */

.yellow-textbox {
  background-color: #fef200;
}

.pink-textbox {
  background-color: #ffabce;
}

.blue-textbox {
  background-color: #9ad9ea;
}

.green-textbox {
  background-color: #b5e51d;
}

.green01-textbox {
  background-color: #0cc000;
  color: white;
  font-weight: bold;
}

.greenText {
  color: #0cc000;
}

.yelloText {
  color: yellow;
}

.red-textbox {
  background-color: #ff0000;
  color: white;
  font-weight: bold;
}

.redText {
  color: #ff0000;
}

.percentageText {
  font-size: 20px;
  font-weight: bold;
}

.color {
  color: gray;
  font-weight: bold;
}

.dashboard .form-group label {
  color: #fff;
  font-size: 12px;
}

.time-left-btn {
  background: rgb(142, 5, 119);
  background: linear-gradient(
    90deg,
    rgba(142, 5, 119, 1) 0%,
    rgba(82, 11, 113, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}

.btn-color {
  background: rgb(47, 15, 122);
  background: linear-gradient(
    90deg,
    rgba(47, 15, 122, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(145, 2, 118, 1) 100%
  );
  color: #fff;
  border: 0px;
  font-size: 14px;
}

.amount {
  color: green;
  font-weight: bold;
}

.font20 {
  color: white;
}

.submit-btn {
  color: #fff;
  background-color: green;
  cursor: pointer;
}

.invoice-btn {
  color: #fff;
  background-color: green;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(47, 15, 122, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(145, 2, 118, 1) 100%
  );
}

.cancel-btn {
  color: #fff;
  background-color: red;
  cursor: pointer;
}

.font14 {
  font-size: 14px;
}

.transBg input {
  background-color: transparent;
  border: 1px solid #fff;
  height: 24px;
  color: white;
  font-size: 12px;
}

.card-section .card {
  padding: 5px;
  background-color: #333333;
}

.chip {
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  padding: 3px;
  align-items: center;
  font-size: 9px;
  margin: 0px;
}

.table-holder input {
  width: 100%;
}

.small-table td {
  text-align: center;
}

.small-table input {
  width: 40px;
  border: 1px solid #fff;
  height: 15px;
  font-size: 12px;
}

.summary-holder {
  background-color: #333;
  padding: 5px;
  border-radius: 10px 10px 0px 0px;
  align-items: center;
  justify-content: space-between;
  margin: 2px;
}

.summaryBorder-red {
  border-bottom: 4px solid #ff0000;
}

.summaryBorder-green {
  border-bottom: 4px solid #0cc000;
}

.price {
  font-size: 20px;
}

.highlightBg {
  background-color: #3751b0;
  padding: 0px 5px;
}

.upper-form input {
  height: 18px;
}

.form-control {
  border-radius: 4px !important;
  background-color: #fff !important;
  border: var(--ms-border-width, 1px) solid var(--ms-border-color, #d1d5db) !important;
  height: 30px !important;
  -webkit-appearance: textfield !important;
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.form-control-new2 {
  border-radius: 10px !important;
  background-color: #f2f2f2 !important;
  border: 3px solid #f2f2f2;
  height: 30px;
  width: 85px !important;
}

.form-control-new {
  border-radius: 10px !important;
  background-color: #f2f2f2 !important;
  border: 3px solid #f2f2f2;
  height: 30px;
  width: 132% !important;
}

.form-control::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 12px !important;
}

.list-form-control {
  background-color: #f2f2f2 !important;
  border: 3px solid #f2f2f2;
}

.scrollTable {
  height: 45vh;
  overflow-y: auto;
}

.delete-icon {
  float: right;
  margin-top: 5px;
}

.yellow-text {
  color: #fffb04;
  font-size: 13px;
  text-align: right;
}

.footer-blue {
  background-color: #0705fe;
  color: #fff;
  font-size: 11px;
}

.footer-yellow {
  background-color: #fea500;
  font-size: 12px;
  font-weight: 700;
}

.btn-fullScreen {
  padding: 3px;
  min-width: 80px;
  border-radius: 5px;
  margin-left: 5px;
}

.btn-fullScreen a {
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.helpButton {
  background-color: #e21759;
  color: #fff;
  position: fixed;
  bottom: 34px;
  left: 10px;
  z-index: 2;
  border-radius: 10px 10px 0px 0px;
  padding: 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.profile-pic a {
  font-size: 12px;
  margin-left: 5px;
}

.profile-pic a img {
  margin-right: 5px;
}

.multiselect-wrapper {
  align-items: center !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: flex-end !important;
  margin: 0 auto !important;
  min-height: 0px !important;
  outline: none !important;
  position: relative !important;
  width: 100% !important;
}

.multiselect-caret,
.multiselect-clear-icon {
  height: 0.8rem !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  width: 0.625rem !important;
}
.table-bordered td,
.table-bordered th {
   border: 1px solid #747373 !important;
   color: white;
}

.table-bordered {
  border: 1px solid #747373 !important;
}
.text-white {
  color: #fff !important;
  font-size: 14px !important;
}

.table-bordered-summary td,
.table-bordered-summary th {
  border: 1px solid #747373 !important;
}

.table-bordered-new td,
.table-bordered-new th {
 border-bottom: 1px solid #747373 !important;
}
.multiselect-option {
  align-items: center !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  display: flex !important;
  font-size: var(--ms-option-font-size, 1rem) !important;
  justify-content: flex-start !important;
  line-height: var(--ms-option-line-height, 1.375) !important;
  padding: var(--ms-option-py, 0.5rem) var(--ms-option-px, 0.75rem) !;
  text-align: left !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

.save-btn {
  color: #fff;
  background: #000000;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  width: 125px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 0.25rem;
}

.profile-pic .dropdown-menu {
  right: 5px !important;
  left: auto !important;
}

.dashboard-menu .nav-item {
  font-size: 13px;
  text-align: center;
  /* background: #101727; */
  background: #1d445b00;
  border-radius: 5px;
  margin: 0px 5px;
  color: #9094a0 !important;
  white-space: nowrap;
}

.dashboard-menu .nav-item a:hover {
  background: #000000;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: underline #747373;
}

.dashboard-menu .nav-item a i {
  display: block;
}

.bg-red {
  background-color: #ea1e1d;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 2px 10px;
  margin: 0px 2px;
}

.bg-green {
  background-color: #0cc000;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 2px 10px;
  margin: 0px 2px;
}

.pagination .page-link {
  background-color: transparent;
  border: 1px solid white;
}

.pagination {
  margin-bottom: 4px !important;
  color: black !important;
}

body.sds-modal-open {
  overflow: hidden;
}

.sds-modal {
  position: fixed;
  top: 0%;
  right: 0;
  left: 0;
  z-index: 100000;
  overflow: auto;
}

.sds-modal {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.sds-modal .sds-modal-body {
  padding: 15px 0px;
  background: #202020;
  margin: 10px;
  border-radius: 5px;
  width: 500px;
}

.sds-modal .sds-modal-body-new {
  padding: 15px 0px;
  background: #202020;
  margin: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  max-width: 1400px;
  width: 1366px;
}

.sds-modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
  z-index: 900;
}

.sds-modal .modal-header {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  display: block;
  padding: 1px;
  text-align: center;
  border: 0;
  position: relative;
}

.sds-modal .modal-header .close {
  position: absolute;
  top: 0px;
  right: 12px;
  z-index: 1;
}

.dropdown-menu {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  line-height: initial;
  border: 0px solid #e9ecef;
  margin: 0;
  font-size: 14px;
  border-radius: 7px;
}

.top-header .navbar .dropdown-menu {
  -webkit-animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    animdropdown;
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    animdropdown;
}

.top-header .navbar .dropdown-lg .dropdown-menu::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #000000;
  position: absolute;
  top: -6px;
  right: 28px;
  transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

.top-header .navbar .dropdown-menu::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #ffffff;
  position: absolute;
  top: -6px;
  right: 28px;
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

select {
  color: #fff !important;
}

option:not(:checked) {
  color: #000;
}

.top-search {
  height: 30px !important;
  width: 100px !important;
  border: 0px none;
  margin-top: 4%;
  margin-left: 10px;
  border-radius: 3px;
  padding-left: 6px;
}

.register-select {
  width: 100%;
  padding: 4px;
  color: black !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  border: var(--ms-border-width, 1px) solid var(--ms-border-color, #d1d5db) !important;
  height: 30px !important;
  cursor: pointer;
  font-size: 12px !important;
}

.multi-select {
  width: 100%;
  padding: 0px;
  color: black !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  border: var(--ms-border-width, 1px) solid var(--ms-border-color, #d1d5db) !important;
  cursor: pointer;
  font-size: 12px !important;
}

.text-danger {
  color: #dc3545 !important;
  font-size: 12px !important;
}

.dropbtn {
  color: white;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none !important;
  position: absolute !important;
  background-color: #f1f1f1 !important;
  min-width: 165px;
  border-radius: 5px;
  text-align: initial;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
  z-index: 1 !important;
}

.dropdown-content a {
  color: black !important;
  padding: 7px 9px !important;
  text-decoration: none !important;
  display: block !important;
}

.blik-hand {
  animation: opacity 2s ease-in-out infinite;
  opacity: 1;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef, #1171ef) !important;
}

.container {
  /* max-width: 1454px !important; */
  padding: 0;
  padding-bottom: 0px;
  margin: 0;
  text-align: center;
  display: contents;
}

.dropdown-content a:hover {
  /* background-color: #ddd !important;
  border-radius: 5px;
  border: 0; */
}

.dropdown:hover .dropdown-content {
  display: block !important;
  border-radius: 5px;
}

/* 
.dropdown:hover .dropbtn {background-color: #3e8e41;} */

/* ============================= Sorting Arrow CSS ============================= */

.sorting_asc,
.sorting_desc,
.sorting {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}

.sorting_asc:before,
.sorting_desc:before,
.sorting:before,
.sorting_asc:after,
.sorting_desc:after,
.sorting:after {
  position: absolute;
  bottom: 4px;
  display: block;
  opacity: 0.3;
  font-size: 17px;
  margin-right: 3px;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before {
  right: 0.85em;
  content: "\2191";
}

.sorting:after,
.sorting_asc:after,
.sorting_desc:after {
  right: 0.5em;
  content: "\2193";
}

.sorting_asc:before,
.sorting_desc:after {
  opacity: 1;
}

.bg-transparent {
  background-color: transparent !important;
}
.card-header {
  background-color: #fff;
  border-bottom: 1px solid grey;
  margin-bottom: 0;
}

.sticky-table-header {
  height: 70vh;
  overflow: auto;
}

.sticky-table-head {
  /* height: 70vh; */
  overflow: auto;
}

.sticky-table-header thead {
  position: sticky;
  /* z-index: 10; */
  top: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1000px) {
  .header {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 100px;
  }

  .header-right {
    float: none;
  }
}

.input-width {
  width: inherit !important;
}

.sidebar-wrapper {
  width: 260px;
  height: 96.5% !important;
  /* height: calc(100% - 70px); */
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 16;
  background: linear-gradient(to right, #000000 30%, #000000 100%) !important;
  border-right: 1px solid #e4e4e4;
  box-shadow: none;
  transition: all 0.2s ease-out;
}

.sidebar-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
}

.sidebar-wrapper .metismenu {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-wrapper .metismenu li + li {
  margin-top: 5px;
}

.sidebar-wrapper .metismenu li:first-child {
  margin-top: 0px;
}

.sidebar-wrapper .metismenu li:last-child {
  margin-bottom: 5px;
}

.sidebar-wrapper .metismenu > li {
  /*-webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;*/
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.sidebar-wrapper .metismenu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  outline-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.5px;
  border: 1px solid #ffffff00;
  transition: all 0.3s ease-out;
  color: #fff;
  /*text-shadow: 1px 1px 1px #ddd;*/
}

.sidebar-wrapper .metismenu a .parent-icon {
  font-size: 24px;
  line-height: 1;
}

.sidebar-wrapper .metismenu a .menu-title {
  margin-left: 10px;
}

.sidebar-wrapper .metismenu ul a {
  padding: 6px 15px 6px 15px;
  font-size: 16px;
  border: 0;
}

.sidebar-wrapper .metismenu ul a i {
  margin-right: 10px;
}

.sidebar-wrapper .metismenu ul {
  border: 1px solid #ededed;
  background: #ffffff;
}

.sidebar-wrapper .metismenu ul ul a {
  padding: 8px 15px 8px 30px;
}

.sidebar-wrapper .metismenu ul ul ul a {
  padding: 8px 15px 8px 45px;
}

.sidebar-wrapper .metismenu a:hover,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu .mm-active > a {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(to right, #000000 30%, #000000 100%) !important;
}

.sidebar-wrapper .metismenu a.active {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(to right, #000000 30%, #000000 100%) !important;
}

.menu-label {
  padding: 20px 15px 5px 5px;
  color: #b0afaf;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 1.2px 0 0 1.2px;
  border-color: initial;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.buy-section {
  position: fixed;
  padding: 10px !important;
  bottom: 0px;
  z-index: 1050;
  color: rgba(255, 255, 255, 0.73);
  text-align: center;
  border-radius: 10px;
  width: 99%;
  margin-left: 14px !important;
  margin-bottom: 10px;
  max-height: 180px !important;
}
@media (max-width: 576px) {
  .marketUser {
    max-width: 100.333% !important;
    width: 91% !important;
    margin-left: 15px !important;
  }
  .buy-sell-section {
    background-color: rgb(31, 88, 204);
    top: 0;
    position: absolute !important;
    padding: 10px !important;
    z-index: 1050 !important;
    color: rgba(255, 255, 255, 0.73);
    text-align: center !important;
    border-radius: 10px !important;
    width: 99% !important;
    margin-left: 14px !important;
    /* height: 90vh !important; */
    width: 43vh !important;
    margin-top: 50px !important;
  }
  .trade-price {
    padding-left: 0px;
    padding-right: 0px;
    border: 3px #393d43 solid;
    background-color: #484747;
    padding-bottom: 11px !important;
    width: 25%;
  }

  /* ORDER BOOK  */
  .handle-radio {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .handle-radi {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .handle-rad {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 54px !important;
  }
  .lable-text {
    padding-top: 0px !important;
    color: white !important;
  }
  .border-page {
    /* padding: 0px !important; */
  }

  .order-radio-lable {
    padding-top: 0px !important;
    margin-left: 0px !important;
  }

  .order-form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .order-table-searchbar {
    display: flex;
  }

  /* ORDER BOOK  */
}

@media (max-width: 1200px) {
  .order-button-div {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-left: 0px !important;
    margin-right: 20px;
  }

  .order-div {
    margin-top: 20px !important;
    margin-left: 20px !important;
  }

  .order-table-content {
    padding-left: 65px !important;
    padding-right: 35px !important;
  }
}

@media (min-width: 1200px) {
  .buy-sell-section {
    position: fixed;
    padding: 10px !important;
    bottom: 0px;
    z-index: 1050;
    color: rgba(255, 255, 255, 0.73);
    text-align: center;
    border-radius: 10px;
    width: 99%;
    margin-left: 14px !important;
    margin-bottom: 10px;
    max-height: 180px !important;
  }
  .trade-price {
    padding-left: 0px;
    padding-right: 0px;
    border: 3px #393d43 solid;
    background-color: #484747;
    padding-bottom: 11px !important;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

@media (min-width: 992px) {
  .marketUser {
    max-width: 64.667% !important;
    width: 8% !important;
  }
  .marketUser3 {
    max-width: 64.667% !important;
    width: 12% !important;
  }
  .marketUser2 {
    max-width: 23.667% !important;
    width: 2% !important;
  }
}

.multiselect-clear,
.multiselect-caret {
  z-index: 0 !important;
}

.el-tabs__nav,
.el-tabs__nav-wrap::after {
  z-index: 0 !important;
}

.border-1 {
  border: 2px black solid;
  padding: 10px 10px;
  margin: -1px;

}

.border-2 {
  border: 2px solid;
  padding: 10px 10px;
  margin: -1px;
}

.dp__input {
  width: 70% !important;
  font-size: 14px !important;
  padding: 3px 5px !important;
}


.header-marquee {
  width: 25%;
  font-weight: 600;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  color: red;
}

.script-marquee {
  width: 100% !important;
  font-weight: 500 !important;
  margin-bottom: -10px;
  margin-top: 5px;
}


.summary-table tr td{
  background-color: black;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}