/**
* Template Name: NiceAdmin - v2.2.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  /*background: #f6f9ff;*/
  color: #444444;
  background: #dfdfdf;
}

html, input, textarea, button {
  font-family: 'Inter', sans-serif!important;
  -webkit-letter-spacing: -0.018em;
  -moz-letter-spacing: -0.018em;
  -ms-letter-spacing: -0.018em;
  letter-spacing: -0.018em;
  font-display: fallback;
}

a {
  color: #af1f77;
  text-decoration: none;
}

a:hover {
  color: #d22790;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pageTitleContainer {
  margin-bottom: 10px;
}


h1.pageTitle {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.theme-light h1.pageTitle {
  color: #8e0303;
}

.theme-dark h1.pageTitle {
  color: white;
}

h2.pageSubtitle {
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 5px;
}

.theme-light h2.pageSubtitle {
  color: #4b4b4b;
}

.theme-dark h2.pageSubtitle {
  color: #bfbfbf;
}


.pageTitleContainer hr {
  margin: 10px 0px 10px 0px;
}

.tutorialLink {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

.card-header, .card-footer {
  border-color: #ebeef4;
  /*background-color: #fff;*/
  background-color: transparent;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}
.card-body {
  padding: 0 20px 20px 20px;
  /*background-color: #fff;*/
  background-color: transparent;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Custom Card */
.card-img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 100px;
}

.custom-card {
  min-width: 330px;
  max-width: 330px;
  box-shadow: 0px 3px 10px 5px #00000021;
  border-radius: 30px !important;
}

.custom-card > .card-body, .custom-card > .card-header, .custom-card > .card-footer{
  background-color: #fff!important;
}

.custom-card > div:first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.custom-card > div:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.custom-card::before {
  border-radius: 30px !important;
}






.tool-card-fw{
  min-width: 100%!important;
  max-width: 100%!important;
}


.tool-card {
  position: relative;
  min-width: 330px;
  max-width: 420px;
  box-shadow: 0px 3px 10px 5px #00000021;
  border-radius: 30px !important;
}

.tool-card > .card-body, .tool-card > .card-header, .tool-card > .card-footer{
  background-color: #fff!important;
}

.tool-card > div:first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.tool-card > div:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.tool-card::before {
  border-radius: 30px !important;
}










.cardBannerImageUp{
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}




/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}


/* Full width and Max  width*/

.full-width-max{
  max-width: 100%!important;
  width: 100%!important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}
.logo-mobile {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }

  .logo-mobile {
    display: none!important;
  }

}
.logo img {
  max-height: 26px;
  margin-right: 6px;
}
img.logo_dark{
  display: none;
}
img.logo_light{
  display: initial;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #f3f7ff;
  padding-left: 20px;
  /*border-bottom: 3px solid rgb(198,0,28);*/
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}



@media (max-width: 1199px) {
  .logo-mobile {
    display: inherit !important;
  }
  .logo-pc {
    display: none!important;
  }
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.header .search-form {
  width: 100%;
}
.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input:focus, .header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}
.header-nav .nav-profile {
  color: #012970;
}
.header-nav .nav-profile img {
  max-height: 36px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #f3f7ff;
}
@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {
  #main, #footer {
    margin-left: 300px;
  }
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .toggle-sidebar #main, .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #af1f77;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #af1f77;
}
.sidebar-nav .nav-link.collapsed,.sidebar-nav .nav-link.standalone {
  color: #444444;
  background: transparent;
}
.sidebar-nav .nav-link.collapsed i {
  color: #af1f77;
}
.sidebar-nav .nav-link:hover {
  color: #af1f77;
  background: #f6f9ff;
}
.sidebar-nav .nav-link:hover i {
  color: #af1f77;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  transition: 0.3;
  padding: 10px 0 10px 30px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  /*
  font-size: 6px;
  */
  font-size: 14px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
  color: #af1f77;
}
.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}


.sidebar-nav .nav-content .nav-link.standalone {
  padding: 0px;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
  color: #4154f1;
}
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}
.dashboard .news h4 a:hover {
  color: #4154f1;
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}
.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
  border: 0;
}
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
  border: 0;
}
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}
.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}
.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}
.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}



/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}
.footer .copyright {
  text-align: center;
  color: #012970;
}
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}


/*--------------------------------------------------------------
# Dark theme
--------------------------------------------------------------*/
body.theme-dark {
  background: #221522;
  background: linear-gradient(179.4deg, rgb(12, 20, 69) -16.9%, rgb(71, 30, 84) 119.9%);
  color: #f6f9ff;
}

.theme-dark .footer .copyright {
  color: #f6f9ff;
}

.theme-dark .sidebar-nav{
  /* background-color: #333333; */
  /*background-color: #222222;*/
  background-color: transparent;
}

.theme-dark .sidebar {
  /*background-color: #222222;*/
  background-color: #100c1057;
}

.theme-dark .header {
    /*background-color: #1b0b1b;*/
    /*border-bottom: 3px solid rgb(198,0,28);*/
    background: linear-gradient(179.4deg, rgb(38 14 78) -16.9%, rgb(17 9 47) 119.9%);
}

.theme-dark img.logo_dark{
  display: initial;
}
.theme-dark img.logo_light{
  display: none;
}

.theme-dark .sidebar-nav .nav-link{
  color: #FFCA00;
  background: transparent;
}

.theme-dark .sidebar-nav .nav-link i {
  color: #af1f77;
}


.theme-dark .sidebar-nav .nav-content a {
  color: #ddd8d9;
}

.theme-dark .sidebar-nav .nav-link.collapsed,.theme-dark .sidebar-nav .nav-link.standalone {
  color: #f6f9ff;
  background: transparent;
}

.theme-dark .sidebar-nav .nav-content a:hover,.theme-dark  .sidebar-nav .nav-content a.active {
  color: #FFCA00;
}

.theme-dark .header .toggle-sidebar-btn {
  color: #f6f9ff;
}

.theme-dark .card-title {
  color: #f6f9ff;
}
/*
.theme-dark .card,
.theme-dark .card > .card-body,
.theme-dark .card > .card-footer {
  background-color: rgba(33,37,41)!important;
}
*/
.theme-dark .card {
  background-color: rgba(33,37,41)!important;
}
.theme-dark .card > .card-body,
.theme-dark .card > .card-footer {
  background-color: transparent!important;
}




.theme-dark .form-control,
.theme-dark input,
.theme-dark select {
  color: #f6f9ff;
  background: #404040;
  border-color: #525252;
}

.theme-dark .list-group-item{
  background-color: transparent;
  color: white;
  border-color: #ffffff61;
}

.theme-dark .card-header, .card-footer {
  border-color: #dbdbdb26;
}

.theme-dark .alert-info {
  color: #b6effb;
  background-color: #222222;
  border-color: #b6effb;
}

.theme-dark .alert-warning {
  color: #fff3cd;
  background-color: #222222;
  border-color: #fff3cd;
}

.theme-dark .alert-danger {
  color: #ff9da7;
  background-color: #222222;
  border-color: #ff9da7;
}

.theme-dark .alert-success {
  color: #a1d7be;
  background-color: #222222;
  border-color: #a1d7be;
}


.theme-dark .custom-card {
  background-color: transparent!important;
}

.theme-dark .custom-card > .card-body, .theme-dark .custom-card > .card-header, .theme-dark .custom-card > .card-footer{
  background-color: rgba(33,37,41)!important;
}


.theme-dark .tool-card {
  background-color: transparent!important;
}

.theme-dark .tool-card > .card-body, .theme-dark .tool-card > .card-header, .theme-dark .tool-card > .card-footer{
  background-color: rgba(33,37,41)!important;
}

.theme-dark .modal-dialog {
  padding: 1rem;
}

.theme-dark .modal-precontent{
  border-radius: 30px;
}

.theme-dark .modal-precontent::before{
  border-radius: 30px;
}

.theme-dark .modal-content{
  background-color: rgba(33,37,41)!important;
  border-radius: 30px;
}

.theme-dark .modal-header .btn-close {
  color: white;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  filter: invert(1);
}


.theme-dark .modal-header{
  border-bottom: 1px solid #dee2e62e;
}


/***************
ETC
****************/

.defaultOption {
  color: gray;
}

.append-input-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.text-softmint{
  color: #00d673;
}

/*PROGRESS BAR*/

.progress-description {
  text-align: right;
  font-size: 0.8rem;
  opacity: 0.8;
}

/*HOME*/


.home_btn_section a {
  margin: .5rem;
  min-width: 150px;
}


/*PAGE NAVIGATION*/

.pageNavigation {
  text-align: center;
}

.pageNavigation .pagination {
  display: inline-flex;
}

.pageNavigation .page-item {
  margin: 0.2rem;
}

.pageNavigation .page-item .page-link {
  background: #af1f77;
  color: white;
  line-height: 0;
  padding: 1rem;
  border-color: #af1f77;
  transition: 0.3s;
}

.pageNavigation .page-item .page-link:hover {
  background: transparent;
  color: #af1f77;
}

.pageNavigation .page-item.active-page .page-link {
  background: #671045;
  border-color: #671045;
  color: white;
  cursor: initial;
}


/*DECO LINE FOR HEADER*/

.deco_header {
  z-index: 997;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background: #1D1F20;
  border-radius: 4px;
}
.deco_header:before {
  content: '';
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    background-size: auto;
  background-size: auto;
  border-radius: 4px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


/*GRADIENT BORDER*/

.gradient-border {
  background: #1D1F20;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}
.gradient-border:before {
  content: '';
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    background-size: auto;
  background-size: auto;
  border-radius: 4px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.gradient-borderGold {
  background: #1D1F20;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}
.gradient-borderGold:before {
  content: '';
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  background: linear-gradient(60deg, #f4f733, #c1472e, #ef4e7b, #7bab57, #a8b850, #ada810, #82a710, #6fba82);
    background-size: auto;
  background-size: auto;
  border-radius: 4px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}



/*
.gradient-border.gradientLvl0:before {
  background: linear-gradient(60deg, #c7c7c7, #d9d9d9, #ebebeb, #f2f2f2, #e0e0e0, #bfbfbf, #a6a6a6, #8c8c8c);
  background-size: auto;
  background-size: auto;
  border-radius: 4px;
  background-size: 300% 300%;
}


.gradient-border.gradientLvl1:before {
  background: linear-gradient(60deg, #a97142, #b87d4f, #c78a5d, #d6976a, #e3a478, #f0b185, #f7bd93, #f7c8a0);
  background-size: auto;
  background-size: auto;
  border-radius: 4px;
  background-size: 300% 300%;
}

.gradient-border.gradientLvl2:before {
  background: linear-gradient(60deg, #c5d9ff, #518efd, #ffffff, #b6e0ff, #23d3cb, #4db1dd, #bdf9ff, #f9f9f9);
  background-size: auto;
  background-size: auto;
  border-radius: 4px;
  background-size: 300% 300%;
}

.gradient-border.gradientLvl3:before {
  background: linear-gradient(60deg, #d4af37, #d9b745, #dfc352, #e5ce5f, #ebda6d, #f1e67a, #f7f288, #fcfe95);
  background-size: auto;
  background-size: auto;
  border-radius: 4px;
  background-size: 300% 300%;
}
*/

/*THEME CONTROLS*/

.flex_box_theme_control {
  display: block;
  margin: auto;
    margin-top: auto;
  text-align: center;
  margin-top: 20px;
}
.flex_box_theme_control button {
  background: none;
  border: none;
  margin: .5rem;
  color: inherit;
  transition: 0.3s;
}
.flex_box_theme_control button:hover {
  opacity: 0.7;
}


/*COUNTDOWN*/

.timeCountdown .time-box {
  max-width: 50px;
  max-height: 50px;
  line-height: 50px;
  background-color: #af1f77;
  border-radius: 30px;
  color: white;
}


/***************
BOOTSTRAP OVERRIDE
****************/

/*btn primary*/

.btn-primary {
  color: #fff;
  background-color: #af1f77;
  border-color: #af1f77;
}
.btn-primary:hover {
  color: #fff;
  background-color: #671045;
  border-color: #671045;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #671045;
  border-color: #671045;
  box-shadow: 0 0 0 .25rem rgba(198, 0, 28, 0.53);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #671045;
  border-color: #671045;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(198, 0, 28, 0.53);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: gray;
  border-color: gray;
}


/*btn primary outline*/

.btn-outline-primary {
  color: #af1f77;
  border-color: #af1f77;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #af1f77;
  border-color: #af1f77;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(198, 0, 28, 0.53);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #af1f77;
  border-color: #af1f77;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem rgba(198, 0, 28, 0.53);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: gray;
  background-color: transparent;
  border-color: gray;
}


/*btn secondary*/


/*btn info*/

.btn-info {
  color: #fff;
  background-color: #386dbd;
  border-color: #386dbd;
}
.btn-info:hover {
  color: #fff;
  background-color: #284e89;
  border-color: #284e89;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #284e89;
  border-color: #284e89;
  box-shadow: 0 0 0 .25rem rgba(198, 0, 28, 0.53);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #284e89;
  border-color: #284e89;
}

.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: gray;
  border-color: gray;
}

/*btn info outline*/

.btn-outline-info {
  color: #386dbd;
  border-color: #386dbd;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #386dbd;
  border-color: #386dbd;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(198, 0, 28, 0.53);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #386dbd;
  border-color: #386dbd;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 .25rem rgba(198, 0, 28, 0.53);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: gray;
  background-color: transparent;
  border-color: gray;
}




/*btn success*/

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: gray;
  border-color: gray;
}





/*btn warning*/

.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: gray;
  border-color: gray;
}


/*others BS*/

.theme-dark .form-range::-moz-range-track {
  background-color: #494949;
}
.form-range {
  background: transparent!important;
}


.theme-dark .accordion-item{
  border-color: #ffffff61!important;
}

.theme-dark .accordion-button::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8f8f8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}

.theme-dark .accordion-button {
  color: white!important;
}

.theme-dark .accordion-flush .accordion-body {
  color: white!important;
}

.accordion-item{
  background-color: transparent!important;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none!important;
  color: #af1f77!important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23af1f77'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}




/***************
ANT OVERRIDE
****************/

.ant-list-item .list-head-el{
  flex: 1 1;
  margin-right: 8px;
}

.ant-list-item .list-body-el{
  flex: 1 1;
  margin-right: 8px;
}

.list-token-info{
  display: flex;
  align-items: center;
}

.list-token-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(249,81,146,.05);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.list-token-symbol {
  font-size: 0.8rem;
  opacity: 0.8;
}

/***************
BASIC FILTERS
****************/

.basic-filter-ul {
  list-style: none;
  text-align: right;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0;
}

.basic-filter-li {
  display: inline-block;
  padding: 8px;
  margin-right: 8px;
  cursor: pointer;
  border-bottom: 1px solid;
    border-bottom-color: currentcolor;
  border-color: #ff0e0eb3;
  transition: 0.3s;
  opacity: 0.5;
}

.basic-filter-li:hover {
  opacity: 1;
}

.basic-filter-li.active {
  opacity: 1;
}


/***************
POWA TABS
****************/



.powaTabsMenu .nav-link {
  color: #ff0e30;
  font-weight: 600;
}

.powaTabsMenu .nav-link:hover {
  color: #be0b25;
}

.powaTabsMenu .nav-link.active, .powaTabsMenu .show>.nav-link {
  color: #009c54;
  background-color: white;
}

.theme-dark .powaTabsMenu .nav-link.active, .theme-dark  .powaTabsMenu .show>.nav-link {
  color: #00d673;
  background-color: #313234;
}

.powaTabsMenu .nav-item, .powaTabsMenu .nav-item::before{
  transition: 0.3s;
}

.powaTabsMenu .nav-item:has(.nav-link.active) {
  background: #1D1F20;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}
.powaTabsMenu .nav-item:has(.nav-link.active):before {
  content: '';
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  background: linear-gradient(60deg, #f4f733, #c1472e, #ef4e7b, #7bab57, #a8b850, #ada810, #82a710, #6fba82);
    background-size: auto;
  background-size: auto;
  border-radius: 4px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


/***************
NEW LOADER
****************/

img.logoLoading {
  max-width: 80px;
  animation: logoLoadingAnim 4s ease infinite;
}


@keyframes logoLoadingAnim {
	0% {
		transform: scale(1);
    opacity: 1;
    filter: blur(1px) grayscale(0%) hue-rotate(0deg) saturate(100%);
	}
  50% {
		transform: scale(0.97);
    opacity: 1;
    filter: blur(1px) grayscale(0%) hue-rotate(0deg) saturate(10%);
	}
	100% {
		transform: scale(1);
    opacity: 1;
    filter: blur(1px) grayscale(0%) hue-rotate(0deg) saturate(100%);
	}
}

.logoLoadingBox_img {

  width: 80px; /* Ancho del contenedor */
  height: 80px; /* Alto del contenedor */
  animation: logoLoadingBox_img_Anim 4s ease infinite;
  margin: auto;
  display: block;
}

@keyframes logoLoadingBox_img_Anim {
	0% {
    opacity: 0.9;
    transform: scale(1) rotate(0deg);
	}
	5% {
    opacity: 0.9;
    transform: scale(0.97) rotate(-20deg);
	}
	10% {
    opacity: 0.9;
    transform: scale(0.97) rotate(-20deg);
	}
  15% {
    opacity: 0.8;
    transform: scale(1.1) rotate(0deg);
	}
	100% {
    opacity: 0.9;
    transform: scale(1) rotate(360deg);
	}
}


.logoLoadingBox {
  width: 80px; /* Ancho del contenedor */
  height: 80px; /* Alto del contenedor */
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url(/assets/img/iso.png);
  mask-image: url(/assets/img/iso.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #1D1F20;
  border-radius: 4px;
  z-index: 2;
}

.logoLoadingBox:before {
  content: '';
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  /*background: linear-gradient(60deg, #f4f733, #c1472e, #ef4e7b, #7bab57, #a8b850, #ada810, #82a710, #6fba82);*/
  background: -moz-linear-gradient(60deg, rgba(255,0,0,1) 0%, rgba(255,218,0,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(255,0,0,1) 0%, rgba(255,218,0,1) 100%);
  background: linear-gradient(60deg, rgba(255,0,0,1) 0%, rgba(255,218,0,1) 100%);
    background-size: auto;
  background-size: auto;
  border-radius: 4px;
  z-index: -1;
  animation: logoLoadingBoxGradientAnim 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes logoLoadingBoxGradientAnim {
	0% {
		background-position: 0% 50%;
    filter: blur(1px);
    opacity: 0.9;
	}
	50% {
		background-position: 100% 50%;
    filter: blur(3px);
    opacity: 0.7;
	}
	100% {
		background-position: 0% 50%;
    filter: blur(1px);
    opacity: 0.9;
	}
}


.loadingText {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  translate: 10px;
}
span[class^="dotLoading-"]{
  opacity: 0;
}
.dotLoading-one{
  animation: dotLoading-one 2s infinite linear
}
.dotLoading-two{
  animation: dotLoading-two 2s infinite linear
}
.dotLoading-three{
  animation: dotLoading-three 2s infinite linear
}
@keyframes dotLoading-one{
  0%{
    opacity: 0;
  }
  15%{
    opacity: 0;
  }
  25%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

@keyframes dotLoading-two{
  0%{
    opacity: 0;
  }
  25%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

@keyframes dotLoading-three{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  75%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}






#root > div{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main#main {
  flex: 1;
  /*z-index: 1;*/
}



body.theme-light {
  background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #ffffff 100%), radial-gradient(circle at 50% -50%, #f0d8ff 0%, #ffffff 100%);

}


body.theme-dark{
/*
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #181818 100%), radial-gradient(circle at 50% -50%, #525252 0%, #2b2b2b 100%);

background: #221522;
*/
}

main#main {

  background-image: url(/assets/img/bg_detail.png);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top;

}


@keyframes gradient_bg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/*
.btn {
  text-shadow: 2px 2px 2px #0000006b;
}
*/





.btn_line_anim,.btn_line_anim_hov:hover{
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  /*border: none;*/
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}

/*
.btn_line_anim:hover,.btn_line_anim_hov:hover{
  box-shadow: 0 0 5px #ffffff, 0 0 25px #ffffffb8, 0 0 50px #ffffff70, 0 0 200px #ffffff1a;
}

.theme-light .btn_line_anim:hover,.theme-light .btn_line_anim_hov:hover{
  box-shadow: 0 0 5px #01fffa, 0 0 25px #01fffaa3, 0 0 50px #01fffa59, 0 0 200px #01fffa21;
}
*/

.btn_line_anim:hover{
  box-shadow: 0 0 5px #ffffff, 0 0 25px #ffffffb8, 0 0 50px #ffffff70, 0 0 200px #ffffff1a;
}

.theme-light .btn_line_anim:hover{
  box-shadow: 0 0 5px #01fffa, 0 0 25px #01fffaa3, 0 0 50px #01fffa59, 0 0 200px #01fffa21;
}


.btn_line_anim .animLine,.btn_line_anim_hov:hover .animLine{
  position: absolute;
  display: block;
}
.btn_line_anim .animLine_1,.btn_line_anim_hov:hover .animLine_1{
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#ffffff);
  animation: animLine1 1s linear infinite;
}

.theme-light .btn_line_anim .animLine_1,.theme-light .btn_line_anim_hov:hover .animLine_1{
  background: linear-gradient(90deg,transparent,#01fffa);
}

@keyframes animLine1{
  0%{
      left: -100%;
  }
  50%,100%{
      left: 100%;
  }
}
.btn_line_anim .animLine_2,.btn_line_anim_hov:hover .animLine_2{
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,#ffffff);
  animation: animLine2 1s linear infinite;
  animation-delay: 0.25s;
}

.theme-light .btn_line_anim .animLine_2,.theme-light .btn_line_anim_hov:hover .animLine_2{
  background: linear-gradient(180deg,transparent,#01fffa);
}

@keyframes animLine2{
  0%{
      top: -100%;
  }
  50%,100%{
      top: 100%;
  }
}
.btn_line_anim .animLine_3,.btn_line_anim_hov:hover .animLine_3{
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg,transparent,#ffffff);
  animation: animLine3 1s linear infinite;
  animation-delay: 0.50s;
}

.theme-light .btn_line_anim .animLine_3,.theme-light .btn_line_anim_hov:hover .animLine_3{
  background: linear-gradient(270deg,transparent,#01fffa);
}

@keyframes animLine3{
  0%{
      right: -100%;
  }
  50%,100%{
      right: 100%;
  }
}


.btn_line_anim .animLine_4,.btn_line_anim_hov:hover .animLine_4{
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg,transparent,#ffffff);
  animation: animLine4 1s linear infinite;
  animation-delay: 0.75s;
}

.theme-light .btn_line_anim .animLine_4,.theme-light .btn_line_anim_hov:hover .animLine_4{
  background: linear-gradient(360deg,transparent,#01fffa);
}

@keyframes animLine4{
  0%{
      bottom: -100%;
  }
  50%,100%{
      bottom: 100%;
  }
}



.animLineCardContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 2px;
  margin-top: -2px;
}

span.animLineCard {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#ffffff);
  animation: animLineCard 2s linear infinite;
  z-index: 1;
}

@keyframes animLineCard{
  0%{
      left: -100%;
  }
  50%,100%{
      left: 100%;
  }
}

.connectWalletBtnContainer {
  display: inline-block;
  background: #1D1F20;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}

.connectWalletBtnContainer:before {
  content: '';
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  background: linear-gradient(60deg, #f4f733, #c1472e, #ef4e7b, #7bab57, #a8b850, #ada810, #82a710, #6fba82);
  background-size: auto;
  background-size: auto;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
  border-radius: 50rem!important;
}




.theme-dark .featuredPresale .card-body{
  background: linear-gradient(-45deg, rgb(61 61 61), rgb(50 50 50), rgb(30 30 30), rgb(23 23 23));
  background-size: 300% 300%!important;
  animation: featuredGradient 5s ease infinite;
}

.theme-light .featuredPresale .card-body{
  background: linear-gradient(-45deg, rgb(199 235 228), rgb(213 226 233), rgb(253 253 253), rgb(255 255 255));
  background-size: 300% 300%!important;
  animation: featuredGradient 5s ease infinite;
}

@keyframes featuredGradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.theme-dark .featuredStar {
  color: #fffc00!important;
}

.theme-light .featuredStar {
  color: #00d6ff!important;
}




.alert {
  overflow-wrap: break-word;
}


div#walletconnect-wrapper {
  z-index: 1000;
}

.alertMobileUseWallets{
  z-index: 1001;
  position: fixed;
  top: 20px;
  width: calc(100% - 40px);
}



w3m-modal {
  z-index: 1000;
}



/*GRID*/

.grid_2_0 {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  gap: 10px;
}

.grid_2_1 {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  gap: 20px;
}

.grid_2_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}


.grid_3_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid_3_2 {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 20px;
}

.grid_4_0 {
  display: grid;
  grid-template-columns: repeat(4, 0fr);
  gap: 20px;
}

.grid_4_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid_4_2 {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  gap: 20px;
}



@media (max-width: 600px){
  .grid_2_0, .grid_2_1, .grid_2_2, .grid_3_1, .grid_3_2, .grid_4_0, .grid_4_1, .grid_4_2 {
    grid-template-columns: repeat(1, 1fr);
  }

}



.text_module {
  margin-bottom: 4px;
  font-size: 0.8rem;
  opacity: 0.7;
  font-weight: 600;
}

.icon_module {
  max-width: 50px;
}



.custom_alert_1 {
  background: #222222;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #ffffff17;
  color: #00ffe2;
  font-size: 1.1rem;
}



img.first_liq_img {
  width: 100%;
  max-width: 100px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

.lp_pool_alert {
  border-radius: 30px;
  background: #1f90ec;
  min-height: 230px;
  overflow: hidden;
  position: relative;
  border: 3px solid #1a40a4;
}

.lp_pool_alert_eff {
  background-image: url(/assets/img/eff_pool1.png);
  background-size: 100%;
  background-position: center;
  min-height: 270px;
  position: absolute;
  width: 120%;
  opacity: 0.2;
  animation: lp_pool_alert_eff_anim 10s ease infinite;
}


@keyframes lp_pool_alert_eff_anim {
	0% {
		transform: translate(-20px, -20px);
	}
	50% {
		transform: translate(0px, 0px);
	}
	100% {
		transform: translate(-20px, -20px);
	}
}

img.lp_pool_alert_img {
  width: 100%;
  max-width: 100px;
  position: absolute;
  animation: lp_pool_alert_eff_pj_anim 20s linear infinite;
}

@keyframes lp_pool_alert_eff_pj_anim {
	0% {
		/*transform: translate(50%, 50%);*/
    top: 22%;
    left: 35%;
    transform: rotate(0deg);
	}
	50% {
		/*transform: translate(60%, 60%);*/
    top: 25%;
    left: 38%;
	}
	100% {
		/*transform: translate(50%, 50%);*/
    top: 22%;
    left: 35%;
    transform: rotate(360deg);
	}
}

.lp_pool_alert_text {
  background: #0076fff2;
  text-align: center;
  padding: 0.5rem;
  font-weight: 500;
}








/*SCROLLBAR*/


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 30px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F902CD;
  border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d402ae;
}


.alertMiniAdvice {
  text-align: center;
  margin-bottom: 1rem;
  background: #f9026154;
  border-radius: 30px;
  border: 1px solid #f9025d;
  padding: 0.2rem;
  font-size: 0.9rem;
}

.alertMiniAdvice_link {
  color: #00ffb2;
  transition: 0.3s;
}

.alertMiniAdvice_link:hover {
  color: #009e6e;
}


.waitingMiniAdvice {
  text-align: center;
  margin-bottom: 1rem;
  background: #f902cd54;
  border-radius: 30px;
  border: 1px solid #f902cd;
  padding: 0.2rem;
  font-size: 0.9rem;
}


.swapScreenContent {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}


.sectionInfoBox {
  border: 1px solid #ffffff17;
  border-radius: 30px;
  padding: 20px;
  margin: 5px;
}

.sectionInfoBoxTitle {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.sectionInfoBoxTitle_min {
  font-size: 0.8rem;
  text-align: left;
  color: #ffffff47;
  font-weight: 500;
  text-transform: uppercase;
}

.sectionInfoBoxTitle img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.sectionInfoBoxContent_el_line {
  margin-bottom: 5px;
}

.sectionInfoBoxContent_el_title_line {
  font-size: 1rem;
  color: #888D9B;
  font-weight: 500;
  text-align: center;
}

.sectionInfoBoxContent_el_value_line_subs {
  font-size: 1rem;
  color: #888D9B;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}


.sectionInfoBoxContent_el_line_path {
  margin-bottom: 0.5rem;
  border: 1px solid #F902CD;
  margin-top: 0.5rem;
  border-radius: 20px;
  padding: 0.6rem;
  background: #f902cd0f;
}

.sectionInfoBoxContent_el_title_line_path {
  font-size: 0.8rem;
  color: white;
  border-radius: 30px;
  margin-bottom: 0.3rem;
  font-weight: 500;
  text-align: center;
}

.sectionInfoBoxContent_el_value_line_subs_path {
  font-size: 0.9rem;
  color: #888D9B;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sectionInfoBoxContent_el_icon_path {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}



.sectionInfoBoxContent_el {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.sectionInfoBoxContent_el_title {
  font-size: 1rem;
  color: #888D9B;
  font-weight: 500;
  text-align: left;
}

.sectionInfoBoxContent_el_value {
  font-size: 1rem;
  color: #888D9B;
  font-weight: 500;
  text-align: right;
}

.sectionInfoBoxContent_el_bigContent{
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 500;
}

.sectionInfoBoxContent_el_bigContent img{
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.sectionInfoBoxContent_el_description{

}

.sectionInfoBoxContent_el_btnView {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  background: transparent;
  color: #F902CD;
  box-shadow: none;
  border: solid 1px #F902CD;
  border-radius: 30px;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  transition: 0.3s;
}

.sectionInfoBoxContent_el_btnView:hover {
  background: #F902CD;
  color: white;
}

.sectionInfoBoxContent_el_btnView_container{
  text-align: center;
}


.sectionInfoBoxContent_el_icon{
  width: 24px;
  height: 24px;
  margin-right: 4px;
}


.sectionInfoBox2{
  border: 1px solid #ffffff17;
  border-radius: 30px;
  padding: 20px;
}



.showOnlySearchFound{
  top: 0px!important;
}
.NOTshowOnlySearchFound{
  display: none!important;
}


.swap_input_tok_inp.input_overflow, .input_overflow{
  color: #ff6262!important;
}


.swapButtonsActions {
  text-align: center;
  margin-top: 1rem;
}





#optionsModal .modal-dialog {
  /*max-width: 600px;*/
}


.sectionOptionsBox {
  border: 1px solid #ffffff17;
  border-radius: 30px;
  padding: 20px;
  margin: 5px;
}

.sectionOptionsBoxTitle {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.sectionOptionsBoxTitle_min {
  font-size: 0.8rem;
  text-align: left;
  color: #ffffff47;
  font-weight: 500;
  text-transform: uppercase;
}

.sectionOptionsBoxTitle img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}


.sectionOptionsBoxContent_el {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.sectionOptionsBoxContent_el, .sectionOptionsBoxContent_el_line{
  margin-top: 1rem;
}

.sectionOptionsBoxContent_el_switch input{
  background-repeat: no-repeat;
  margin-left: 0px !important;
  padding: 0.7rem 1.2rem;
  margin: 0px;
}

.sectionOptionsBoxContent_el_switch input.form-check-input.checked {
  background-color: #af1f77!important;
  border-color: #6b1249!important;
}

.form-check-input:focus {
  border-color: initial!important;
  outline: 0;
  box-shadow: none!important;
}


.sectionOptionsBoxContent_el_title {
  font-size: 1rem;
  color: #888D9B;
  font-weight: 500;
  text-align: left;
}

.sectionOptionsBoxContent_el_value {
  text-align: right;
}

.sectionOptionsBoxContent_el_value_line{
  margin-top: 0.5rem;
}

.sectionOptionsBoxContent_el_value_buttonsSection button{
margin: 0.2rem;
}

.sectionOptionsBoxContent_el_value_buttonsSection button:first-child{
  margin-left: 0rem;
  }

  .sectionOptionsBoxContent_el_value_buttonsSection button:last-child{
    margin-right: 0rem;
    }

.sectionOptionsBoxContent_el_bigContent{
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 500;
}

.sectionOptionsBoxContent_el_bigContent img{
  width: 24px;
  height: 24px;
  margin-right: 4px;
}


.sectionOptionsBoxContent_el_value_input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 5px 10px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  background: none !important;
  border: none;
  outline: none;
  border-radius: 20px;
  color: #FFFFFF !important;
  border-style: solid;
  border: 1px solid #40444F !important;
  -webkit-appearance: none;
  font-size: 16px;
  -webkit-transition: border 100ms;
  transition: border 100ms;
}

.sectionOptionsBoxContent_el_value_input.outOfRange {
color: red!important;
}









/*LIQUIDITY*/


.lpPage_subtitle {
  font-size: 1.2rem;
}









/*SWAP*/


.swapInfo{
  border-radius: 30px!important;
}

.swapInfo::before{
  border-radius: 30px!important;
}

.swapInfoContainer {
  border-radius: 30px!important;
  background: #212529;
  padding: 20px;
}







.swap_input{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  border-radius: 20px;
  background-color: #2C2F36;
  z-index: 1;
}

.swap_input_container{
  border-radius: 20px;
  border: 1px solid #2C2F36;
  background-color: #212429;
}

.swap_input_header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.75rem 1rem 0 1rem;
}

.swap_input_header_container{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swap_input_desc{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: 500;
  font-size: 14px;
  color: #C3C5CB;
}

.swap_input_balances{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: 500;
  font-size: 14px;
  color: #C3C5CB;
}

.swap_input_body{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
}

.swap_input_tok_inp{
  color: #FFFFFF!important;
  width: 0;
  position: relative;
  font-weight: 500;
  outline: none;
  border: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #212429!important;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  -webkit-appearance: textfield;
}

.swap_input_btn_max{
  height: 28px;
  background-color: #153d6f70;
  border: 1px solid #153d6f70;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  margin-right: 0.5rem;
  color: #6da8ff;
}

.swap_input_btn_selected_currency{
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.2rem;
  font-size: 20px;
  font-weight: 500;
  background-color: #212429;
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 0 0.5rem;
}


.swap_input_btn_selected_currency_desc{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swap_input_btn_selected_currency_img{
  width: 24px;
  height: 24px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.075);
  border-radius: 24px;
}

.swap_input_btn_selected_currency_symbol{
  margin: 0 0.25rem 0 0.75rem;
  font-size: 20px;
}

.swap_input_btn_selected_currency_arrow{
  margin: 0 0.25rem 0 0.5rem;
  height: 35%;
}


.swap_separator{
  display: grid;
  grid-auto-rows: auto;
  justify-items: space-between;
}

.swap_separator_container{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swap_separator_invert{
  padding: 2px;
  border: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
  cursor: pointer;
  color: #F902CD;
  font-weight: 500;
}

.swap_separator_addSend{
  border: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
  cursor: pointer;
  color: #F902CD;
  font-weight: 500;
}



.swap_input_btn_select_currency_void{
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.2rem;
  font-size: 20px;
  font-weight: 500;
  background-color: #F902CD;
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.075);
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 0 0.5rem;
  transition: 0.3s;
}

.swap_input_btn_select_currency_void_alt{
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.2rem;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.075);
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 0 0.5rem;
  transition: 0.3s;
  width: 100%;
}


.swap_input_btn_select_currency_void:hover{
  background-color: #e000b7;
  color: #FFFFFF;
}

.swap_input_btn_select_currency_void_desc{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swap_input_btn_select_currency_void_symbol{
  margin: 0 0.25rem 0 0.25rem;
  font-size: 16px;
}

.swap_input_btn_select_currency_void_arrow{
  margin: 0 0.25rem 0 0.5rem;
  height: 35%;
}

.swap_input_btn_select_currency_void_arrow path{
  stroke: #FFFFFF;
  stroke-width: 1.5px;
}


.selectCurrencyModal_searchBar{
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e62e;
}

.selectCurrencyModalSearch{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  background: none!important;
  border: none;
  outline: none;
  border-radius: 20px;
  color: #FFFFFF!important;
  border-style: solid;
  border: 1px solid #40444F!important;
  -webkit-appearance: none;
  font-size: 16px;
  -webkit-transition: border 100ms;
  transition: border 100ms;
}


.selectCurrencyModal_headContent{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px 5px 20px;
}

.selectCurrencyModal_headContent_tokenName{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
}

.selectCurrencyModal_headContent_tokenBalance{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
}

.selectCurrencyModal_headContent_btnReverse{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  background-color: #2C2F36;
  color: #FFFFFF;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectCurrencyModal_headContent_btnReverse_icon{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
}

.selectCurrencyModal_searchingTokenInfo {
  text-align: center;
  background: #00000024;
  padding: 0.5rem;
}



.selectCurrencyListItem{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 20px;
  height: 56px;
  display: grid;
  grid-template-columns: auto minmax(auto, 1fr) auto minmax(0, 72px);
  grid-gap: 16px;
  cursor: pointer;
  border-radius: 30px;
  transition: 0.3s;
}

.selectCurrencyListItem:hover{
  background: #00000024;
  /*transform: scale(1.02);*/
}

.selectCurrencyListItem_selector {
  position: absolute;
  width: 100%;
  height: 56px;
}

.selectCurrencyListItem_img{
  width: 24px;
  height: 24px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.075);
  border-radius: 24px;
}

.selectCurrencyListItem_desc{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
}

.selectCurrencyListItem_desc_symbol{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: 500;
}

.selectCurrencyListItem_desc_name{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #F902CD;
  font-size: 14px;
}

.selectCurrencyListItem_desc_origin {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  vertical-align: text-top;
  color: #999999;
  position: relative;
}

.selectCurrencyListItem_desc_origin_link{
  margin-left: 0.5rem;
  cursor: pointer;
  font-weight: 800!important;
  position: absolute;
}

.selectCurrencyListItem_desc_origin_link:hover{
  text-decoration: underline;
}


.selectCurrencyListItem_balance{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.selectCurrencyListItem_balance_text{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  max-width: 5rem;
  text-overflow: ellipsis;
}






.hide_btn{
  animation: hide_btn_anim 1s forwards 1!important;
}

@keyframes hide_btn_anim {
	0% {
    transform: translateY(0px);
    opacity: 1;
    display: initial;
	}
	99% {
    transform: translateY(20px);
    opacity: 0;
    display: initial;
	}
	100% {
    transform: translateY(20px);
    opacity: 0;
    display: none;
	}
}

.show_btn{
  animation: show_btn_anim 1s forwards 1!important;
}

@keyframes show_btn_anim {
	0% {
    transform: translateY(20px);
    opacity: 0;
    display: none;
	}
	1% {
    transform: translateY(20px);
    opacity: 0;
    display: initial;
	}
	100% {
    transform: translateY(0px);
    opacity: 1;
    display: initial;
	}
}




.loading_box_1 {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_box_1_container {
  font-size: 1.5rem;
  color: #f902cd;
}




.gen_separator{
  display: grid;
  grid-auto-rows: auto;
  justify-items: space-between;
}


.gen_separator_arrow{
  margin: 0 0.25rem 0 0.5rem;
  height: 35%;
}



.removeLPintPercentage {
  font-size: 3.5rem;
  text-align: center;
  font-weight: 200;
}


input#removeLPintBarInput {
  max-width: 300px;
  margin: auto;
  display: block;
}


.removeLPintPreselectedInputs {
  text-align: center;
}


input[type="range"].cus_form-range {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}

input[type="range"].cus_form-range::-webkit-slider-runnable-track {
  background: #d9d6d8;
  height: 0.1rem;
  border-radius: 30px;
}

input[type="range"].cus_form-range::-moz-range-track{
  background: #d9d6d8;
  height: 0.1rem;
  border-radius: 30px;
}


input[type="range"].cus_form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -9px;
  background-color: #fa14a1;
  height: 1.2rem;
  width: 1.2rem;
  animation: cus_range_thumb_anim 2s ease infinite;
}

input[type="range"].cus_form-range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -9px;
  background-color: #fa14a1;
  height: 1.2rem;
  width: 1.2rem;
  animation: cus_range_thumb_anim 2s ease infinite;
}

input[type="range"].cus_form-range:focus {
  outline: none;
}

input[type="range"].cus_form-range:focus::-webkit-slider-thumb {
  border: 1px solid #d9d6d892;
  outline: 1px solid #d9d6d892;
  outline-offset: 0.125rem;
}

input[type="range"].cus_form-range:focus::-moz-range-thumb {
  border: 1px solid #d9d6d892;
  outline: 1px solid #d9d6d892;
  outline-offset: 0.125rem;   
}


@keyframes cus_range_thumb_anim {
	0% {
    background-color: #fa14a1;
	}
	50% {
    background-color: #9214fa;
	}
	100% {
    background-color: #fa14a1;
	}
}





.removeLPint_advice {
  background: #af1f77ab;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 30px;
  padding: 15px;
  border: 1px solid #ffffff17;
}


img.no_liq_img {
  width: 100%;
  max-width: 75px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}






.icon_hover1 , .icon_idle1 {
  font-size: 0.9rem;
}

.icon_hover1 {
  transform: rotate(90deg);
  writing-mode: tb-rl;
}

.swap_separator_invert .icon_idle1 {
  display: initial;
}

.swap_separator_invert .icon_hover1 {
  display: none;
}

.swap_separator_invert:hover .icon_idle1 {
  display: none;
}

.swap_separator_invert:hover .icon_hover1 {
  display: initial;
}




.swap_optionTrade {
  background: #36363654;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-bottom: 15px;
  border: 1px solid #68686838;
  display: block;
  transition: 0.3s;
}

.swap_currentTradeSelected.swap_optionTrade {
  background: #ff00d20a;
  border: 1px solid #f417ff38;
}

.swap_optionTrade:hover {
  background: #ff00d221;
  border: 1px solid #f417ff38;
}

.swap_optionTrade .sectionInfoBoxContent_el{
  margin: 0!important;
  position: relative;
}


.swap_noTradeOptions {
  background: #91505054;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-bottom: 5px;
  border: 1px solid #68686838;
  display: block;
  transition: 0.3s;
  text-align: center;
}



.swap_optionQuality .swap_optionQuality_el {
  width: 5px;
  min-height: 5px;
  background: #28ae3d;
  display: inline-block;
  margin: 1px;
  border-radius: 5px;
}

.swap_optionQuality_el.swap_optionQuality_2 {
  height: 10px;
}

.swap_optionQuality_el.swap_optionQuality_3 {
  height: 15px;
}


.swap_option_good{
  background: #28ae3d!important;
}

.swap_option_medium{
  background: #ffcc00!important;
}

.swap_option_bad{
  background: #ff0000!important;
}



span.swap_optionPrice {
  position: absolute;
  bottom: -21px;
  right: 0;
  font-size: 0.7rem;
  background: #1b1b1b;
  padding: 0.1rem 0.3rem;
  border-radius: 30px;
}










ul.lpList_container {
  list-style: none;
  padding: 0;
}

li.lpList_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00000033;
  margin-bottom: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 30px;
}


.lpList_item_desc img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}


.lpList_item_actions_btn {
  margin-left: 0.5rem;
  padding: 0.3rem 0.5rem;
  border-radius: 30px;
  transition: 0.3s;
}





/*DASHBOARD*/
img.dash_1 {
  width: 100%;
  max-width: 300px;
}

.gret_animated_container {
  margin-bottom: 1rem;
}

.gret_animated {
  position: relative;
  max-width: 150px;
  margin: auto;
}

img.gret_1 {
  width: 150px;
}

img.gret_2 {
  width: 73px;
  position: absolute;
  left: 40px;
  top: 90px;
  animation: gret_2_anim 3s ease infinite;
}

img.gret_3 {
  position: absolute;
  width: 30px;
  top: 144px;
  left: 111px;
  transform-origin: left;
  animation: gret_3_anim 1s ease infinite;
  z-index: -1;
}



@keyframes gret_2_anim {
	0% {
		transform: scaleY(1);
	}
	50% {
		transform: scaleY(1);
	}
	60% {
		transform: scaleY(0.1);
	}
  70% {
    transform: scaleY(1);
  }
	100% {
		transform: scaleY(1);
	}
}

@keyframes gret_3_anim {

  0% {
    transform: rotate(7deg);
	}
	50% {
    transform: rotate(-7deg);
	}
	100% {
    transform: rotate(7deg);
	}

}


#refreshTransition, #refreshTransition_over {
  background-image: url(/assets/img/iso_big.png);
}






img.addToWalletIcon {
  max-width: 25px;
}










.onlyViewNetworkSelector {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  border-radius: 30px !important;
}

.onlyViewNetworkSelector_inner {
  background: #2e2e2e;
  padding: 1rem;
  border-radius: 30px !important;
}

.onlyViewNetworkSelector.gradient-border:before {
  border-radius: 30px;
}


.onlyViewNetworkSelector_desc {
  margin-bottom: 1rem;
}

button.onlyViewNetworkSelector_el {
  margin: 5px;
  height: 38px;
  padding: 0px 15px;
  background: #f902cd;
  border: 1px solid #f902cd;
  font-size: 0.9rem;
  padding-left: 38px;
  position: relative;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
}

button.onlyViewNetworkSelector_el:hover {
  background: transparent;
}

img.onlyViewNetworkSelector_el_logo {
  position: absolute;
  height: 28px;
  /* top: 0px; */
  left: 5px;
}

span.onlyViewNetworkSelector_el_name {
  height: 28px;
  line-height: 28px;
}


button.onlyViewNetworkSelector_el.selected {
  background: #af1f77;
  border: 1px solid #af1f77;
}



.kinderpoints_wrapper{
  margin-bottom: 1rem;
}