.yellow_t {
  color: #ff9f1c;
}

.btn-yellow {
  background: #ff9f1c;
  border: 1px solid ff9f1c;
  color: #fff;
}

.yellow_bg {
  background: #ff9f1c;
}

.darker-pink {
  background-color: #3d2603;
}

#plans {
  background-color: #3d2603;
}

#info .text_box:hover span {
  box-shadow: inset 0 0 0 5px #fff;
  border: 3px solid #ff9f1c;
  background: #ff9f1c;
  color: #fff;
}

.info .icon_box:hover {
  background: #ff9f1c;
}

.btn-white:hover {
  border-color: #ff9f1c;
}

.btn-white:before {
  background: #ff9f1c;
}

.step-list__item:first-child h3 {
  background: #ff9f1c;
}

.navbar.bootsnav .navbar-toggle {
  color: #ff9f1c;
}

.shadow-2 {
  -moz-box-shadow: 5px 5px 0px 0 #cbcbcb;
  -webkit-box-shadow: 5px 5px 0px 0 #cbcbcb;
  box-shadow: 5px 5px 0px 0 #cbcbcb;
}

.owl-controls .owl-page span:hover,
.owl-controls .owl-page.active span {
  background: #ff9f1c;
}

ul.links li a:hover,
ul.links li a:focus,
.footer_small .breadcrumb li a:hover,
.footer_small .breadcrumb li a:focus {
  color: #ff9f1c;
}

a.back-to:hover,
a.back-to:focus {
  background: #ff9f1c;
}

.cssload-inner.cssload-two {
  border-right: 4px solid #ff9f1c;
}

.cssload-inner.cssload-three {
  border-top: 4px solid #ff9f1c;
}

#quality .right .media-object {
  border: 1px solid #ff9f1c;
}

.media:hover .media-object {
  background: #ff9f1c;
  border-color: #ff9f1c;
  color: #fff;
}

ul.check li > i {
  color: #ff9f1c;
}

.page_linker .breadcrumb li a:hover,
.page_linker .breadcrumb li a:focus,
.page_linker .breadcrumb li.active {
  color: #ff9f1c;
}

nav.navbar.bootsnav ul.nav > li > a.border:before {
  background: #ff9f1c;
}

.btn-green {
  background: #ff9f1c;
  border: 1px solid #ff9f1c;
}

.btn-warning {
  background-color: #ff9f1c;
  border-color: #ff9f1c;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #f23f49;
}

.text-black {
  color: black;
}

.wfloat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(39, 199, 39, 0.363);
  z-index: 99999999999;
}

a.cryptohopper_logo_ticker_1 {
  display: none !important;
}

.cryptoboxes .cc-ticker-round {
  border-radius: 0 !important;
}

.cryptoboxes .mcw-dark-theme {
  background-color: #0f0f0f !important;
}

.mcw-table.dark {
  background: #0f0f0f !important;
}

.mcw-table.dark table.dataTable thead th {
  background-color: #3d2603 !important;
}

.mcw-table.dark table.dataTable.display tbody tr.odd {
  background-color: #0f0f0f !important;
}

.mcw-table.dark table.dataTable.display tbody tr.even {
  background-color: #3d2603 !important;
}

.mcw-table.dark
  table.dataTable.dtr-column.collapsed
  > tbody
  > tr
  > td.ctrl:before,
.mcw-table.dark
  table.dataTable.dtr-column.collapsed
  > tbody
  > tr
  > th.ctrl:before,
.mcw-table.dark
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
.mcw-table.dark
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background-color: #3d2603 !important;
}

.widget-card__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.widget-card {
  position: relative;
}
.widget-card {
  border: 2px solid #82deba;
  background: linear-gradient(to bottom, #0a1824, #141e30);
  box-shadow: rgb(133 223 188 / 10%) 0px 60px 50px -20px;
}
[data-scroll] {
  transition: all 1.5s ease;
}
.widget-card {
  display: block;
  background: linear-gradient(to bottom, #3d2603, #111);
  border: 2px solid #fdc730;
  box-sizing: border-box;
  box-shadow: rgb(255 189 25 / 9%) 0px 20px 20px;
  border-radius: 22px;
  border-radius: 22px;
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  opacity: 1;
  pointer-events: none;
}
.widget-card::before {
  background: linear-gradient(to top, #0a182400, #0a1824);
}
.widget-card::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 21px;
  background: linear-gradient(to bottom, #243b5500, #141e30);
  content: "";
  opacity: 0.3;
}

.cryptohopper_logo_ticker_1 {
  display: none !important;
}

@media screen and (max-width: 992px) {
  nav.navbar.bootsnav .navbar-brand > img,
  .footer_panel .footer_logo > img {
    max-height: 70px;
  }
}
