.row-realtime1 {
  display: flex;
  height: 21.5vw;
  padding-bottom: 0.5vw;
}

#customer_detail {
  background-color: white;
  width: 25%;
  border: 0.1vw solid darkgray;
  /* margin: 0vw 0vw 0.5vw 0vw;
  line-height: 2vw; */
}

#buysell_realtime {
  background-color: white;
  width: 50%;
  /* height: 60%; */
  margin: 0vw 0vw 0vw 0.5vw;
  line-height: 1.9vw;
  border: 0.1vw solid darkgray;
}

div#marketstatus_noprice {
  text-align: center;
  font-size: 2.5vw;
  color: gray;
  padding-top: 9vw;
  font-weight: 700;
}

#countdown_section {
  background-color: white;
  width: 50%;
  /*  height: 60%; */
  margin: 0vw 0vw 0.5vw 0.5vw;
}

.div-market {
  /* padding: 0vw 0.2vw; */
}

#customer_stock {
  background-color: white;
  width: 30%;
  /* height: 60%; */
  margin: 0vw 0vw 0vw 0.5vw;
  line-height: 2vw;
  border: 0.1vw solid darkgray;
}

.div-lb-data {
  font-size: 1vw;
  font-weight: 700;
}

.header-1 {
  margin-bottom: 0 !important;
}

.header-2 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 0 !important;
  text-align: center;
  width: 29%;
}

.header-3 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 0 !important;
  text-align: center;
}

.header-4 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 0 !important;
  text-align: center;
  width: 22%;
}

.header-5 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 0 !important;
  text-align: center;
  width: 15%;
}

.data-1 {
  width: 30%;
  margin-bottom: 0 !important;
}

.data-2 {
  font-size: 1.5vw;
  font-weight: 750;
  color: black;
  width: 100%;
  text-align: left;
  border: 0px none;
  pointer-events: none;
  text-align: center;
  padding-top: 0.5vw;
}

.data-3 {
  padding: 0vw 0vw 0vw 1vw;
  font-size: 0.9vw;
  font-weight: 700;
  width: 23%;
  color: black;
}

.data-4 {
  font-size: 1.5vw;
  font-weight: 750;
  color: black;
  width: 38%;
  text-align: left;
  border: 0px none;
  pointer-events: none;
  text-align: center;
  /* background-color: #d9eefe; */
}

.bg-market {
  background-color: var(--igold-surface-accent-bg);
}

.data-5 {
  margin-bottom: 0 !important;
}

.div-box-1 {
  padding: 0.2vw 1vw;
  height: 92%;
}

.div-box-2 {
  height: 92%;
}

.row-realtime1 .div-grid-1 .k-grid-header {
  padding: 0px !important;
}
.row-realtime2 .div-grid-1 .k-grid-header {
  padding: 0px !important;
}
.row-realtime3 .div-grid-1 .k-grid-header {
  padding: 0px !important;
}

#orderbutton {
  font-size: 1vw;
  font-weight: 650;
  margin: 1vw 1vw 1vw 2.5vw;
  width: 5vw;
  height: 4vw;
  background-image: linear-gradient(#b4d9ff, #0f6bff) !important;
  color: white;
  border-radius: 6px;
  border: 1px solid #e5d8a4;
}

.div-lb-header {
  width: 100%;
  line-height: 1.2vw;
  font-size: 1vw;
  font-weight: 700;
}

.div-lb-header1 {
  background-color: var(--igold-surface-accent-bg);
  width: 45%;
  font-size: 1vw;
  font-weight: 700;
  text-align: left;
  padding-left: 1vw;
  /* line-height: 3.1vw; */
}

.div-lb-header2 {
  width: 100%;
  font-size: 1vw;
  font-weight: 700;
  text-align: left;
  /* padding-left: 1vw; */
  line-height: 2.4vw;
  display: flex;
}

.div-lb-header3 {
  width: 45%;
  font-size: 1vw;
  font-weight: 700;
  text-align: left;
  padding-left: 1vw;
  /* line-height: 3.1vw; */
  display: block;
}

.grid-header-label {
  text-align: left !important;
  padding-left: 1vw;
  display: flex;
}

#realtimeButton {
  margin-left: auto;
  font-size: 1vw;
  font-weight: 600;
  background-color: rgb(228, 226, 222);
  border: 1px solid #909090;
  border-radius: 6px;
}

/* countdown section */
.countdown-num {
  font-size: 7vw;
  font-weight: 600;
  color: black;
  width: 100%;
  text-align: center;
  border: 0px none;
  pointer-events: none;
}

.countdown_lab1 {
  font-size: 1vw;
  font-weight: 700;
  color: black;
  width: 100%;
}
.countdown_data1 {
  width: 25%;
  border: 0px none;
  pointer-events: none;
  font-size: 1vw;
  font-weight: 700;
  color: black;
  padding-left: 4vw;
  text-align: right;
}

.countdown_data2 {
  width: 25%;
  border: 0px none;
  pointer-events: none;
  font-size: 1vw;
  font-weight: 700;
  color: black;
  padding-left: 2vw;
}

.countdown_data3 {
  width: 12%;
  border: 0px none;
  pointer-events: none;
  font-size: 1vw;
  font-weight: 700;
  color: black;
}

.countdown_data4 {
  width: 30%;
  border: 0px none;
  pointer-events: none;
  font-size: 1vw;
  font-weight: 700;
  color: black;
}

/*  order entry grid */
#order_entry {
  height: auto;
}

#orderEntryGrid {
  width: -webkit-fill-available;
  text-align: center !important;
  font-size: 0.8vw !important;
  line-height: 2vw;
}

/* account order grid */
#accountOrderGrid {
  width: -webkit-fill-available;
  text-align: center !important;
  font-size: 0.8vw !important;
  line-height: 2vw;
  overflow: auto;
}

#account_order {
  border: 0.1vw solid darkgray;
  /* height: 6.5vw; */
}

div#order_entry {
  /* height: 7vw; */
  /* padding-bottom: 0.5vw; */
  border: 0.1vw solid darkgray;
}

.div-entry-grid-1 {
  background-color: white;
  padding: 0vw 1vw;
  height: 70%;
}

.div-entry-box-1 {
  color: black;
  font-size: 1.2vw;
  width: 17%;
  text-align: center;
  background-color: white;
}

.div-entry-box-2 {
  color: black;
  font-size: 1.2vw;
  width: 12%;
  text-align: center;
  background-color: white;
}

.div-entry-box-3 {
  color: black;
  font-size: 1.2vw;
  width: 8%;
  text-align: center;
  background-color: white;
}

.div-entry-box-4 {
  color: black;
  font-size: 1.2vw;
  width: 10%;
  text-align: center;
  background-color: white;
  padding: 0.4vw;
}

.div-entry-box-5 {
  color: black;
  font-size: 1.2vw;
  width: 12%;
  text-align: center;
  background-color: white;
}

.div-entry {
  background-color: white;
  width: 100%;
}

.entry-header {
  background-color: var(--igold-surface-accent-bg);
}

.entry-pd {
  padding: 0.3vw 1vw;
}

.entry-lab-1 {
  color: black;
  font-weight: bold;
  font-size: 1vw;
  /* width: 9vw; */
  text-align: center;
  margin-bottom: 0 !important;
}

.entry-val-1 {
  color: black;
  font-weight: 500;
  font-size: 1.2vw;
  width: 10vw;
  text-align: center;
  margin-bottom: 0 !important;
}

.entry-val-2 {
  color: red;
  font-weight: 700;
  font-size: 1.3vw;
  width: 10vw;
  text-align: center;
  margin-bottom: 0 !important;
}

.btn-send-order .button {
  white-space: nowrap;
  flex-wrap: nowrap;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-weight: 700 !important;
  font-size: 1vw !important;
  margin: 0;
  padding: 0.3vw 0.5vw !important;
  transition: border-bottom 0.5s, color 0.5s, font-weight 0.5s !important;
  background-image: linear-gradient(#7bbafc, #0f6bff) !important;
  border-radius: 2px !important;
  border: 1px solid #b9b9b9 !important;
  line-height: 3em !important;
  vertical-align: middle;
  width: 6vw;
  height: 3.8vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.checkbox1 {
  padding: 0vw 0.5vw;
}

.checkbox-text {
  width: 12vw;
  font-size: 1vw;
  font-weight: 600;
  flex-wrap: nowrap;
  white-space: nowrap;
}

input#pinInput {
  width: 100% !important;
  font-size: 1vw;
  resize: auto;
  line-height: 0.1 !important;
  padding: 0;
  text-align: left;
}

input#priceInputRealTime {
  width: 100% !important;
  font-size: 1.2vw;
  resize: auto;
  line-height: 0.1 !important;
  padding: 0.2vw;
  text-align: right;
  border: unset;
}

input#priceInputRealtime:focus {
  border: 1px solid #ccc8c8;
  font-size: 1.4vw;
}

input#volumeInput {
  width: 100% !important;
  font-size: 1.2vw;
  resize: auto;
  line-height: 0.1 !important;
  padding: 0.1vw;
  text-align: center;
}

input#expireDateInput {
  width: 100% !important;
  font-size: 1vw;
  resize: auto;
  line-height: 0.1 !important;
  padding: 0;
  text-align: center;
}

.row-realtime2 {
  padding-bottom: 0.5vw;
}

.div-box-5 {
  color: white;
  font-size: 1.2vw;
  width: 15%;
  padding: 0% 1%;
  text-align: center;
}

.div-combobox {
  padding-top: 0.2vw;
}

.div-hover-buy,
.div-hover-sell,
.div-non-hover {
  width: 36%;
  cursor: pointer;
}

.div-hover-sell:hover {
  background-color: #f57676 !important;
}

.div-hover-buy:hover {
  background-color: #77b777 !important;
}
