/* ---------------------------------------------------
		SIDEBAR STYLE
	----------------------------------------------------- */
.wrapper {
  display: block;
}

#sidebar {
  width: 230px;
  position: fixed;
  top: 0;
  right: -230px;
  height: 100vh;
  z-index: 999;
  background: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  right: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  color: #fff;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  color: #7386d5;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 10px;
  background: #000;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul li span {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: #d1c57c;
}

#sidebar ul li span:hover {
  color: red;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.list-group-item {
  padding: 0.75rem 0.25rem;
  background-color: #1b1c1e;
  font-size: 13px;
  border: 1px solid #ac9a63;
}

.m_left {
  float: left;
}

.m_right {
  float: right;
}

.nav-item {
  background: url(../../images/tab.jpg) repeat-x;
  background-size: contain;
}
.nav-pills .nav-item.active {
  background: url(../../images/tab_active.jpg) repeat-x;
  background-size: contain;
  color: black;
  font-weight: bold;
}
.nav-pills .nav-link {
  border-radius: 0px;
  color: inherit;
  padding: 2px 10px;
}

.flex {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.flex-item + .flex-item {
  margin-left: 10px;
}

.flex-item {
  background: url(../../images/tab.jpg) repeat-x;
  background-size: contain;
  border: 1px #dfc980 solid;
  padding: 0px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  width: 40%;
}

.flex-item.active {
  background: url(../../images/tab_active.jpg) repeat-x;
  background-size: contain;
  color: black;
}

.row_header {
  background: url(../../images/tab_active.jpg) repeat-x;
  background-size: contain;
  color: #000;
}

.container > .row > .col {
  padding: 1px 0px;
  border: 1px solid #6b6345;
}

.container > .row > .col + .col:not(:last-child),
.container > .row > .col:first-child {
  border-right: 0;
}

.container > .row + .row > .col {
  border-top: 0;
}

a.btnCollapse,
a.btnCollapse:active,
a.btnCollapse:hover {
  text-decoration: none;
  color: inherit;
  padding: 3px 10px;
  display: inline-block;
  width: 100%;
}

a.btnCollapse:before {
  font-family: FontAwesome;
  content: '\f068';
}

a.btnCollapse.collapsed:before {
  font-family: FontAwesome;
  content: '\f067';
}

.right {
  display: inline-block;
  float: right;
  margin: 0;
}

.dropdown-menu {
  width: 100%;
}

.btn:focus {
  box-shadow: none;
}

a.btnCollapse2 {
  text-decoration: none;
  color: inherit;
  padding: 3px 10px;
  display: inline-block;
  width: 100%;
}

a.btnCollapse2:before {
  font-family: FontAwesome;
  content: '\f068';
  float: right;
}

a.btnCollapse2.collapsed:before {
  font-family: FontAwesome;
  content: '\f067';
  float: right;
}
a.btnCollapse2.collapsed:before {
  font-weight: 900;
  background: url("../../icons/plus.png") 0 0 / cover;
  padding-left: 7px;
  content: ' ';
  width: 11px;
  display: inline-block;
  height: 11px;
  position: relative;
  top: 1px;
  filter: sepia(56%) saturate(1752%) hue-rotate(315deg) brightness(96%) contrast(96%);
}

a.btnCollapse2:before {
  font-weight: 900;
  background: url("../../icons/minus.png") 0 0 / cover;
  padding-left: 7px;
  content: ' ';
  width: 11px;
  display: inline-block;
  height: 11px;
  position: relative;
  top: 1px;
  filter: sepia(56%) saturate(1752%) hue-rotate(315deg) brightness(94%) contrast(96%);
}
.collapse_title {
  font-size: 10px;
}

.smart-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #d1c57c;
}

.Accepted,
.Pending {
  color: #74f76d;
}

.Error {
  color: #ff002b;
}

/* .form-control,
.form-control:hover,
.form-control:active,
.form-control:link,
.form-control:valid {
  background-color: #000;
  border: 0;
  border-bottom: 1px solid #2d291a;
  display: inline-block;
  color: inherit;
} */

.scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

a.btnCollapse3 {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%;
}

a.btnCollapse3:before {
  font-family: FontAwesome;
  content: '\f068';
  float: right;
}

a.btnCollapse3.collapsed:before {
  font-family: FontAwesome;
  content: '\f067';
  float: right;
}

.modal-get-offer .modal-content {
  background: #000;
  color: #d1c57c;
  border: 1px solid #ac9a63;
}

.modal-get-offer .modal-content .modal-header {
  text-align: center;
  border: none;
}

.close {
  color: white;
}

.btnsubmit {
  color: #000;
  background: url(../../images/tab_active.jpg) repeat-x;
}

.Negative {
}

.Hd9 {
}

/* Announcement */
#divAnnouncement {
  position: absolute;
  z-index: 80;
  top: 65px;
  width: 356px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: #f2f3f4;
  border-radius: 12px;
}

.SwipeAnnouncement img {
  width: 100%;
  border-radius: 12px;
}

#divAnnouncement > .SwipeAnnouncement:not(:last-child) {
  padding-bottom: 5px;
}

.CloseButton {
  background-image: url(../../icons/closebutton.png);
  background-size: contain;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -8px;
  right: -12px;
  z-index: 80;
}

#divMiniBanner {
  position: fixed;
  right: 1vh;
  bottom: 12vh;
  width: 15vh;
  height: 16vh;
  z-index: 75;
}

#MB_CloseButton {
  position: absolute;
  right: 1vh;
  bottom: 12vh;
  width: 3vh;
  height: 4vh;
  display: block;
  z-index: 75;
}

.left {
  display: inline-block;
}

.right {
  display: inline-block;
  float: right;
}

.stakeDetail {
  background-color: #d1c57d;
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  color: black;
}

.ddlbtm {
  border: 1px solid #2d291a;
}
