body {
  overflow-x: hidden;
}
a {
  cursor: pointer;
}
.white-text,
a.white-text:hover,a.white-text:not([href]):not([tabindex])  {
  color: #fff;
}
.black-text,
a.black-text:hover {
  color: #000;
}
.theme-text,
a.theme-text:hover {
  color: #2fa301;
}
.dark-green-text {
  color: #285231;
}
.dark-green-text:hover{
  color: #285231;
}
.gray-text {
  color: #b3b3b3;
}
.red-text{
  color:red;
}
.theme-list li{
  line-height: 2.1;
}
hr.style {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to left, #fff, #218838, #fff);
  width: 85%;
}
.dashboard-sec input {
  background: #253441 !important;
  color: #b7b7b7;
  border: 1px solid #35495a !important;
}
input::placeholder {
  color: #b7b7b7;
}
.navbar-light {
  border-bottom: 4px solid #28a745;
}
.navbar-light .navbar-nav .nav-link {
  color: #2fa301;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active-nave-link:hover,
.navbar-light .navbar-nav .nav-link.active-nave-link {
  color: #000;
}
.custom-theme {
  background-color: #000;
  right: 0;
  left: auto;
}
.custom-theme .dropdown-item {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.custom-theme .dropdown-item:hover {
  color: #000;
}

.carousel-item img {
  width: 100%;
  height: 90vh;
}
.slider-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(246, 249, 246, 0.73),
    rgba(110, 255, 0, 0.64)
  );
}
.top-nav {
  position: absolute;
  top: 0;
  width: 100%;
}

.top-nav .bg-dark {
  background-color: transparent !important;
  max-width: 80%;
  margin: 0 auto;
}
.top-nav .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: bold;
}
.carousel-indicators {
  display: none;
}
.bottom-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bottom-nav .bg-dark {
  background-color: #152b36 !important;
}
.theme-card {
  box-shadow: 0px 0px 7px 2px #eaeaea;
  border: unset;
}
.currencies-icon {
  width: 25px;
}

.table thead.extra-border th {
  border-top: 5px solid #e8eff7;
}
.current-text {
  color: #47bdc9;
  font-weight: 500;
}
.change-up-text {
  color: #4cbb91;
  font-weight: 500;
}
.change-down-text {
  color: #fd7369;
  font-weight: 500;
}
.highest-price-text {
  color: #8ec790;
  font-weight: 500;
}
.lowest-price-text {
  color: #ff7b7c;
  font-weight: 500;
}
.first-footer-section {
  background-color: #252d38;
  padding: 10px 0;
}
.footer-nav {
  list-style: none;
  display: flex;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 14px;
}
.footer-nav li {
  padding: 0 15px;
}
.second-footer-section {
  background-color: #1a1f25;
}
.social-area {
  display: flex;
  color: #fff;
  list-style: none;
}
.social-area li {
  width: 40px;
  padding: 5px 0;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px !important;
}
.font-16{
  font-size: 16px;
}
.font-17{
  font-size: 17px;
}
.font-18{
  font-size: 18px;
}
.main-container {
  min-height: calc(100vh - 105px);
  background-image:url('../images/bg-common.jpg');
  background-size: cover;
}
.bg-white {
  background-color: #fff;
}

.flex-1 {
  flex: 1;
}
.footer-nav {
  background-color: #fff;
  display: flex;
  width: 100%;
  color: #2fa301;
  font-weight: bold;
  list-style: none;
  justify-content: flex-end;
  margin-bottom: 0;
  border-top: 4px solid #28a745;
}
.footer-nav li {
  padding: 10px 20px;
}
.dashboard-sec {
  background-color: #1d2934;
  min-height: calc(100vh - 105px);
}
.border-outer {
  border: 1px solid #1c2228;
}
.bg-first-top {
}
.head-title-bg {
  background-color: #182531;
}
.bg-second-top {
}
.bg-second-top .head-title {
  background-color: #182531;
}
.bg-third-top {
}
.custom-table-font {
  font-size: 12px;
  font-size: 12px;
    font-family: Arial;
    text-align: center;
}
.das-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  line-height: 19px;
  padding-left: 15px;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.tab-area .nav-pills .nav-link {
  border-radius: 0rem;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 19px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}
.tab-area .nav-pills .nav-link.active,
.tab-area .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #182531;
}

.change-btn-width {
  min-width: 225px;
}
.bg-none {
  background-color: unset;
}
.border-none {
  border: none;
}
/* .theme-table.table td,
.theme-table.table th {
  padding: 0.45rem;
} */

/* Switch */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #28a745;
}

input:focus + .slider {
  box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.height-40vh {
  height: 40vh;
}
.height-48vh {
  height: 48vh;
}
.height-50vh {
  height: 50vh;
}

.height-52vh {
  height: 52vh;
}
.height-25vh {
  height: 22vh;
}
.height-27vh {
  height: 27vh;
}
.top-bottom-border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.min-30vh {
  min-height: 30vh;
}
.min-29vh {
  height: 32vh;
}
.left-border-btn {
  border-left: 4px solid #182531;
}
.btn-chart {
  background: #fff;
}
.btn-chart .white-text {
  color: #2b6884;
}
.max-50vh {
  max-height: 50vh;
  width: 100%;
}
.max-50vh .img-fluid {
  width: 100%;
}
.height-right {
  min-height: calc(100vh - 400px);
}
.custom-textbox-width {
  width: calc(100% - 100px) !important;
}
.flex-order-1 {
  order: 1;
}
.flex-order-2 {
  order: 2;
}
.flex-order-3 {
  order: 3;
}
.line-height-1-3 {
  line-height: 1.3;
}
.bg-profile {
  background: #f5f5f5;
}
.green-profile-border {
  border: 1px solid #28a745;
}
.profile-border {
  /* border: 5px dotted #28a745; */
  padding: 10px;
  margin: 20px 0px;
}
.bg-profile hr.style {
  background-image: linear-gradient(to left, #f5f5f5, #218838, #f5f5f5);
}

/*Datatable*/
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  line-height: 16px !important;
  background-color: #35a608 !important;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  background-color: #d33333 !important;
}
.page-item.active .page-link {
  background-color: #35a608;
  border-color: #35a608;
}
.page-link {
  color: #35a608;
  font-weight: bold;
}

/* checkbox and Radio Button */

.control-group {
  /* display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px; */
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #28a745;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #28a745;
  border: none;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2fa301;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.trade-close{
  position: absolute;
  top: -15px;
  right: 5px;
}
.mw-80{
  max-width: 80%;
}
.text-decoration-none,.text-decoration-none:hover{
  text-decoration: none;
}
.scanner-list-item{
  margin-bottom: 15px;
}
.scanner-list-item-head{
  margin-bottom: 20px;
}
.scanner-list-item-body{
  padding: 20px;
  background-color: #ddede0;
  box-shadow: 2px 2px 5px 1px #c5ccc7;
  border: 5px solid #ffffff;
}
.value-bg{
  background-color: #28a745;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 2px;
    border-radius: 20px;
}
.add-scanner-section{
  border: 1px solid #868a8e;
  padding: 20px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  color: #000;
}

.resize-none{
  resize: none;
}
.border-3{
  border:3px solid #ddd;
}
.shadow-border{
  border-left: 6px solid #28a745;
    border-top: 6px solid #28a745;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.scanner-tab.tab-area .nav-pills .nav-link.active, .scanner-tab.tab-area .nav-pills .show > .nav-link{
  background: #868a8e;
  border: 1px solid #4b5d4b;
  color: #fff;
}
.scanner-tab.tab-area .nav-pills .nav-link{
  background: #cdcecd;
  border:1px solid #a3a9a3;
  color: #363936;
}
.bg-light-gray{
  background: #f5f5f5;
}
.tab-style.tab-area .nav-pills .nav-link{
  background-color: #394e6d;
    border: 2px solid #ddd;
}
.tab-style.tab-area .nav-pills .nav-link.active, .tab-style.tab-area .nav-pills .show > .nav-link{
  background-color:#152740 ;
  border: 2px solid #ddd;
}
.font-weight-500{
  font-weight: 500;
}
.font-weight-600{
  font-weight: 600;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper .btn {
  border: 2px solid #dddddd;
  color: #ffffff;
  background-color: #152740;
  padding: 8px 20px;
  border-radius: 0px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.total-balance{
  background-color: #394e6d;
  color: #fff;
  border-bottom-right-radius: 20px;
  border: 10px solid #152740;
  box-shadow: 3px 3px 5px #7d7575;
  text-align: center;
  border-top-left-radius: 20px;
}
.theme-shape-btn{
  border-radius: 30%;
  border: 5px solid #0a8224;
}