.leftlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lefticons,
.lefticon {
  height: 55px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-size: 22px;
  text-align: center;
  padding: 12px 3px;
  text-align: center;
  color: #72899e;
  margin: auto;
  border-bottom: 1px solid #e9e9e9;
}

.lefticons.active,
.sidefootul > li.active {
  color: #ff5722;
  border-bottom: 1px solid orangered !important;
}

.watchlist.active {
  color: purple !important;
  border-bottom: 1px solid purple !important;
}

.lastx {
  position: absolute;
  bottom: 0;
}

.toptwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.toptwoicons {
  height: 55px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  padding: 12px 3px;
  color: #030303;
  text-align: center;
  margin: auto;
}

.toptwoicons span {
  color: green;
}

.toptwoicons:not(:last-child) {
  padding-right: 12px;
  border-right: 1px solid #e4e3e6;
}

.omnisearch .search input {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: 10px;
  height: 100%;
}

#search-input {
  height: 54px;
  border-bottom: 1px solid #eee;
  /* color: #eee; */
}

.search {
  width: 100%;
  display: inline-block;
  position: relative;
}

.searchicon {
  color: #cfcbcb;
  position: absolute;
  top: 18px;
  right: 10px;
}

#search-input::-webkit-input-placeholder {
  color: #a7a7a7;
}

#search-input:-ms-input-placeholder {
  color: #a7a7a7;
}

#search-input::-ms-input-placeholder {
  color: #a7a7a7;
}

#search-input::placeholder {
  color: #a7a7a7;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.sidefooter {
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 52px;
}

.sidefooter ul {
  color: #9b9b9b;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidefooter li {
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 12px 12px;
  width: 100%;
}

.searchresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 2px);
}

.search-result {
  overflow-y: scroll;
}

.esearch-result {
  overflow-y: scroll;
}

.searchitem,
.searchitems {
  font-size: 14px;
  padding: 8px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}

.favourite {
  float: right;
  cursor: pointer;
}

.favourite:hover {
  color: orange;
}

.favourite.fas {
  color: orange;
}

.clearpos,
.searcherror {
  text-align: center;
  color: rgba(102, 5, 5, 0.411);
  font-size: 22px;
  cursor: pointer;
}

.smallfont {
  font-size: 16px;
}

.searcherror {
  padding: 22px;
  font-size: 16px;
}

span.submarket {
  /* display: block; */
  width: 100%;
  text-align: right;
  padding-left: 6px;
  font-size: 12px;
  color: #ccc;
}

.empty-state {
  color: #9b9b9b;
  text-align: center;
  padding: 20px 40px;
}

.empty-state .empty-img {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

.empty-state h2 {
  color: #7d7d7d;
  font-size: 23px;
  font-weight: 100 !important;
}

.empty-state p {
  font-size: 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 20px auto;
  color: #9b9b9b;
  text-align: center;
  padding-top: 5px;
}

.button-blue {
  color: #fff;
  background-color: #4184f3;
  border-color: #4184f3;
}

button {
  background-color: #9b9b9b;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
  font-weight: 400;
  font-size: 0.925rem;
  display: inline-block;
  -webkit-appearance: button;
  cursor: pointer;
}

.searchitems {
  background-color: white;
  position: relative;
  cursor: pointer;
}

.searchitems .hovercover {
  cursor: default;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*background-color: rgba(15, 22, 27, 0.514);*/
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    color: var(--color-text-default);
    border-bottom: 1px solid #f1f1f1;
    background-color : #f9f9f9;
    
    
}

.searchitems .hovers {
  position: absolute;
  right: 2px;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 180px;
}

.searchitems .hovers span {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  cursor: pointer;
}

.searchitems .hovers .buy {
  width: 32px;
  color: white;
  background-color: green;
}

.searchitems .hovers .sell {
  width: 32px;
  color: white;
  background-color: #d84848;
}

.searchitems .hovers .openchart {
  font-size: 14px;
  padding: 6px;
  background-color: #404d97;
  color: rgba(255, 255, 255, 0.918);
}

.searchitems .hovers .deletechart {
  color: red;
}

.searchitems .hovers .closepopup {
  font-size: 22px;
  color: white;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.sidebar {
  display: none;
  background: #fff;
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 22rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-right: 1px solid #e9e9e9;
}

.rightbar {
  height: 100vh;
  margin-left: 22rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.rightbar .mininav {
  height: 70px;
}

.leftbar {
  left: 0;
  z-index: 2;
  position: fixed;
  height: 100%;
  width: 3.2rem;
  border-right: 1px solid #e9e9e9;
  background-color: white;
}

.main {
  padding-left: 4rem;
}

.sidehide {
  -webkit-transition: width 0.3s linear, opacity 0.2s linear;
  transition: width 0.3s linear, opacity 0.2s linear;
  width: 0px;
  opacity: 0;
}

.righthide {
  margin-left: 0px;
}

.fullwidth {
  width: calc(100% - 4rem) !important;
}

.hidden {
  display: none;
}

.float-right {
  color: #999;
  float: right;
}
/*# sourceMappingURL=global.css.map */

form.row.g-3.myform {
  margin: auto !important;
}
