/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */

/*# sourceMappingURL=custom.css.map */

@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* General */
body {
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #262626;
}

.font-mono {
  font-family: "DM Mono", monospace;
}

.fw-semibold {
  font-weight: 400;
}

.bg-primary,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ffb121;
}

.bg-green {
  background-color: #2fdd89;
}

.bg-red {
  background-color: #ef4646;
}

.badge-btc {
  background: #ffb121;
  color: #262626;
  font-weight: 500;
  font-size: 11px;
  padding: 10px;
  font-family: "DM Mono", monospace;
}

.text-dark {
  color: #262626;
}

.form-control:focus,
.form-select:focus,
.select-input:focus-within,
.btn-outline-orange:focus,
.btn-orange:focus {
  border-color: #ffb121;
  box-shadow: 0 0 0 0.25rem rgb(255 177 33 / 25%);
}

.btn-orange.btn-lg {
  font-size: 1.1rem;
  padding: 0.7rem 1rem;
}

.card {
  border: 0;
}
.row-eq-height .card {
  height: 100%;
}
.card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.back-btn {
  padding: 0 0 1.5rem;
  cursor: pointer;
  color: #808080;
  display: inline-block;
}
.back-btn:hover {
  color: #ffb121;
}

.btn-outline-orange {
  border-color: #d9d9d9;
  color: #808080;
}
.btn-outline-orange:hover {
  color: #262626;
  background-color: #ffb121;
  border-color: #ffb121;
}

.btn-outline-orange.btn-sm {
  font-size: 0.75rem;
}

.btn-orange {
  background-color: #ffb121;
  color: #262626;
}

.btn-outline-orange.btn-sm {
  font-size: 0.75rem;
}

.btn-link,
a {
  color: #ffb121;
  text-decoration: none;
}

.btn-link:hover,
a:hover {
  color: #f1592a;
}

.btn-link:focus {
  box-shadow: none;
}

.input-group > input + select {
  text-align: right;
  border-left: 0;
}

.input-group > input + select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ced4da;
}

/* Navbar */
#main-navbar .navbar-brand {
  font-size: 1rem;
}
#main-navbar .nav-item a {
  font-weight: 400;
  color: #262626;
}
#main-navbar .navbar-nav:not(.nav-right) .nav-item {
  margin: 0 1.5rem;
}

#main-navbar .navbar-nav.nav-right .nav-item {
  margin-right: 1rem;
}
#main-navbar .navbar-nav.nav-right .nav-item:last-child {
  margin-right: 0;
}

#main-navbar .navbar-nav .nav-link {
  padding: 1rem 0;
  height: 100%;
}

#main-navbar .navbar-nav .nav-link.active {
  border-bottom: 2px solid #ffb121;
  color: #ffb121;
}

#main-navbar .navbar-nav .nav-link:hover {
  color: #ffb121;
}

#main-navbar .dropdown-divider {
  background-color: inherit;
}

#main-navbar .navbar-toggler:focus {
  box-shadow: none;
}

#main-navbar img.lang_flag {
  width: 25px;
}

#main-navbar .navbar-nav.nav-right a.nav-icon {
  width: 40px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #262626;
}

/* Table */
.bootstrap-table {
  font-size: 14px;
  font-family: "DM Mono", monospace;
}

/* .bootstrap-table .fixed-table-container .table {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
} */
.bootstrap-table .table > thead {
  background-color: #f7f7f7;
}
.bootstrap-table .table > thead th {
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.bootstrap-table .table thead th {
  padding: 0.5rem !important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 0;
}
.bootstrap-table .search-input {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.bootstrap-table .table-bordered > :not(caption) > * > * {
  border-width: 0;
}

/* Nav Pill */
.nav-pills.nav-orange .nav-link.active,
.nav-pills.nav-orange .show > .nav-link {
  background-color: #ffb121;
  color: #fff;
}
.nav-pills.nav-orange .nav-link {
  color: #262626;
}

.nav-justified .nav-item .nav-link {
  height: 100%;
}
/* Nav Tabs */
.nav-tabs.nav-noborder .nav-link.active,
.nav-tabs.nav-noborder .nav-link:focus,
.nav-tabs.nav-noborder .nav-link:hover {
  border-color: transparent;
}

.nav-tabs.nav-noborder .nav-link:not(.active):hover {
  color: #ffb121;
}

/* Custom Component */
.select-wrapper {
  position: relative;
}

.input-group input + .select-wrapper {
  width: 50%;
}

.input-group > .select-wrapper {
  width: 100%;
}

.select-wrapper .select-input {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 14px;
  height: 100%;
}
.select-input-mh {
  min-height: 54px;
}
.input-group .select-input {
  border-left: 0;
  justify-content: flex-end;
}
.select-wrapper img.option-img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
/* .select-wrapper .select-search input:focus,
.select-wrapper .select-search input:active {
    outline: 0;
    border-color: #ced4da;
    box-shadow: none;
} */
.select-wrapper .select-option {
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgb(35 35 35 / 16%);
  flex-direction: column;
  max-height: 0;
  min-width: 100%;
  overflow-y: hidden;
  transition: max-height 0.2s;
  z-index: 2;
}
.select-wrapper .select-option.active {
  max-height: 350px;
}
.select-wrapper .select-option ul.select-item {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.select-wrapper .select-option ul.select-item li {
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
}
.select-wrapper .select-option ul.select-item li:last-child {
  border-bottom: 0;
}
.select-wrapper .select-option ul.select-item li:hover {
  background: #f2f2f2;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #ffb121;
}
::-webkit-scrollbar-track {
  background: #f7f7f7;
}

.preloader-bg {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 999;
}
.dot {
  width: 24px;
  height: 24px;
  background: #ffb121;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/* Media Queries */
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #main-navbar .navbar-nav .nav-link {
    display: inline-block;
  }
  #main-navbar .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }

  #main-navbar .navbar-nav:not(.nav-right) .nav-item {
    margin: 0 1rem;
  }

  #main-navbar .navbar-nav {
    text-align: center;
  }
  #main-navbar .navbar-collapse {
    border-top: 1px solid #f0f0f0;
    margin: 1rem 0;
    padding-top: 0.5rem;
  }
  #main-navbar .navbar-nav.nav-right {
    flex-direction: row;
    justify-content: center;
    flex: 1;
  }
  #main-navbar .navbar-nav.nav-right .dropdown-menu {
    position: absolute;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .card .card-body > .d-flex .card-title + .btn-sm {
    font-size: 0.7rem;
  }
  #main-navbar .navbar-nav .nav-item {
    padding: 0.2rem 0;
  }
}
.profile-sidebar li a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #808080;
  padding: 8px 0 8px 28px;
}
.profile-sidebar li a > i {
  font-size: 16px;
  vertical-align: top;
  margin-top: 5px;
  margin: 5px 12px 0 0;
  color: #6e6e6e;
}
.profile-sidebar li.active {
  background-color: #ffb121;
  color: black;
}

.profile-sidebar li.active a > i {
  color: black;
}
.profile-sidebar li.active a {
  color: black;
}

.avatar {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 20px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: white;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #ffb121;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
