@import './fonts.css';
*:hover,
*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: var(--font-primary-400);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  background: #000 url(../img/background.jpg) center top no-repeat;
  background-size: contain;
  min-height: 100vh;
}

a {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.common-section {
  padding: 60px 0;
}

.curved-box {
  padding: 20px;
  margin: 15px 0;
  background: var(--color-white);
  border: 1px solid #B9B9BB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.primary-color {
  color: var(--primary-color) !important;
}

.disabled-btn {
  background: #C7C7C7;
}

button:focus {
  outline: none;
}

.btn {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  text-align: center;
  white-space: nowrap;
}

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

.btn {
  padding: 0;
  height: auto;
  border: none;
  color: #1B224B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  min-width: 150px;
  background: var(--primary-color);
  font-family: var(--font-secondary-700);
}

.btn-gradient {
  background: linear-gradient(97deg, #ED2970 -8.38%, #D8A228 46.5%, #C8AC2C 55.65%, #AFBC34 73.95%, #A0C639 91.1%, #9BCA3B 104.82%);
}
.btn-gradient:hover {
  color: #1B224B;
}

.btn-red {
  background: #EC635F;
  color: var(--color-white);
}
.btn-red:hover {
  color: var(--color-white);
}

.lite-btn {
  background: #FBF8F3;
  color: #E89F72;
}
.lite-btn img {
  margin: 0 10px 0 0;
}

.white-btn {
  background: var(--color-white);
  color: var(--primary-color);
}

.primary-btn {
  color: #000000;
  background: var(--primary-color);
}
.primary-btn:hover, .primary-btn:focus {
  color: #000000;
}

.bordered-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  box-shadow: none;
  background: none;
}
.bordered-btn:hover, .bordered-btn:focus {
  color: var(--primary-color);
}

.yellow-bordered-btn {
  border: 1px solid #FECA42;
  background: none;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-secondary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.yellow-bordered-btn:hover, .yellow-bordered-btn:focus {
  color: var(--primary-color);
}

.disabled-btn {
  background: #C7C7C7;
  box-shadow: none;
  pointer-events: none;
}

.grey-btn {
  background: #515151;
  color: #000000;
  box-shadow: none;
}
.grey-btn:hover, .grey-btn:focus {
  color: #959595;
}

a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.ttu {
  text-transform: uppercase !important;
}

header {
  position: relative;
  overflow: hidden;
}
header::after {
  position: absolute;
  content: "";
  left: -10%;
  bottom: -60%;
  right: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 120%;
  height: 80%;
}

.header_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 0 7rem;
}
.header_area .logo a img {
  width: 200px;
}

.connect_wallet_main .connect_wallet {
  position: relative;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  border: none;
}
.connect_wallet_main .connect_wallet svg {
  height: 40px;
  width: 180px;
}
.connect_wallet_main .connect_wallet span.wallet_text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  line-height: 36px;
  color: #FFF;
  text-align: center;
  font-family: var(--font-secondary-700);
  font-size: 16px;
  font-style: normal;
}

.bottom_content {
  position: relative;
  background: #000;
}

.avalable_claim {
  padding: 0rem 0 1rem;
  margin: -3px 0 0;
}
.avalable_claim h4 {
  text-align: center;
  color: #FFF;
  font-family: var(--font-primary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 5px;
}

.val_main {
  display: flex;
  margin: 0 0 15px;
  align-items: center;
  justify-content: center;
}
.val_main .val {
  color: #FFC940;
  font-family: var(--font-secondary-700);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.val_main .for {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.gradient_border {
  background: url(../img/gradient_border.svg) center center no-repeat;
  background-size: contain;
  height: 3px;
  width: 100%;
  margin: 1rem 0;
}

.sec_title {
  color: #FECA42;
  font-family: var(--font-primary-700);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.5rem;
}

.stake_overview_main {
  margin: 0 0 1.5rem;
}
.stake_overview_main .stake_overview {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.stake_overview_main .stake_overview .stake_overview_single {
  position: relative;
  flex-grow: 1;
  max-width: 48%;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  overflow: hidden;
  padding: 3px;
  overflow: hidden;
}
.stake_overview_main .stake_overview .stake_overview_single .take_overview_container {
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem;
  background: #000;
}
.stake_overview_main .stake_overview .stake_overview_single .head {
  color: #FFF;
  font-family: var(--font-primary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.stake_overview_main .stake_overview .stake_overview_single .val_main {
  justify-content: flex-start;
  margin: 0;
}
.stake_overview_main .stake_overview .g-border1 {
  background: linear-gradient(135deg, #ed2970 0%, #d8a228 25%, #c8ac2c 45%, #afbc34 65%, #a0c639 85%, #9bca3b 100%);
}
.stake_overview_main .stake_overview .g-border2 {
  background: linear-gradient(135deg, #00C2D4 0%, #1192D3 15%, #2067D3 30%, #2B49D3 45%, #3236D3 60%, #3530D3 75%, #4A25D2 85%, #7213D2 100%);
}

.shaking_main .shake_tabs {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  border: none;
}
.shaking_main .shake_tabs .nav-item {
  flex-grow: 1;
  max-width: 48%;
}
.shaking_main .shake_tabs .nav-item .nav-link {
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: none;
  border: 2px solid #FECA42;
  color: #FFF;
  text-align: center;
  font-family: var(--font-secondary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.shaking_main .shake_tabs .nav-item .active {
  background: var(--primary-color);
  color: #161533;
}

.tab_content_main {
  padding: 1rem 0;
}

.form-group label {
  color: #FECA42;
  font-family: var(--font-primary-700);
  font-size: 13px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.5rem;
}
.form-group .form-control {
  background: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #FFF;
  color: #fff;
  font-size: 14px;
  padding: 10px 1rem;
  min-height: 40px;
}
.form-group .amount_input {
  background: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #FFF;
  color: #fff;
  font-size: 14px;
  padding: 0px 1rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-group .amount_input .form-control {
  border: none;
  padding: 0;
  line-height: initial;
  min-height: initial;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #FFC940;
  font-family: var(--font-secondary-700);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form-group .amount_input .min {
  white-space: nowrap;
}

.form_val {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section_heading {
  color: #FECA42;
  font-family: var(--font-primary-700);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stake_status_table_main .stake_status_table {
  width: 100%;
}
.stake_status_table_main .stake_status_table tr th {
  color: #FFF;
  font-family: var(--font-primary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 3px 10px 3px 0;
}
.stake_status_table_main .stake_status_table tr th:nth-child(2) {
  width: 150px;
}
.stake_status_table_main .stake_status_table tr td {
  padding: 3px 10px 3px 0;
  vertical-align: top;
}

.status_bar {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.status_bar .progress {
  background: #fff url(../img/progress_line.svg) top left repeat-x;
  background-size: contain;
  height: 100%;
  color: #000;
  text-align: right;
  font-family: var(--font-secondary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  justify-content: flex-end;
  padding-right: 10px;
  padding-top: 2px;
}
.status_bar .clear {
  background: #fff;
}
.status_bar .progress_val {
  padding-right: 10px;
  padding-top: 2px;
  color: #fff;
  font-family: var(--font-secondary-700);
  font-size: 14px;
}

.status_blue {
  background: #222F6D;
}

.status_grey {
  background: #3D3D3D;
}

.title {
  color: #FFF;
  justify-content: center;
  text-align: center;
  font-family: var(--font-secondary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.power_main {
  display: flex;
  justify-content: space-between;
}
.power_main .head {
  color: #FECA42;
  font-family: var(--font-primary-700);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.power_main .power-unit {
  text-align: right;
  color: #fff;
}
.power_main .power-unit h4 {
  color: #FFF;
  font-family: var(--font-secondary-700);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 3px;
}
.power_main .power-unit p {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* The container */
.radio_container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFF !important;
  font-family: var(--font-primary-400);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_container:hover input ~ .checkmark {
  background: none;
}
.radio_container input:checked ~ .checkmark {
  background: none;
}
.radio_container input:checked ~ .checkmark:after {
  display: block;
}
.radio_container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: white;
}

.radio_group_main {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.discription .discription_title {
  color: #FFF;
  font-family: var(--font-primary-700);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 4px;
}
.discription p {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chart_main .chart_header {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.chart_main .chart_header .logo_area img {
  width: 65px;
}
.chart_main .chart_header .val_area h4 {
  color: #FECA42;
  font-family: var(--font-primary-700);
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.chart_main .chart_header .val_area .val_main .val {
  color: var(--color-white);
  font-size: 42px;
}

.chart_card_area {
  margin: 0 0 1rem;
}

.chart-card {
  background: linear-gradient(180deg, #0f1535 0%, #10163c 100%);
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  height: 350px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

canvas {
  border-radius: 15px;
}

.modal-content {
  background: linear-gradient(90deg, #ed2970 0%, #d8a228 25%, #c8ac2c 40%, #afbc34 60%, #a0c639 80%, #9bca3b 100%);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  padding: 2px;
  max-width: 90%;
  margin: 0 auto;
}
.modal-content .modal-body {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #0F122D;
  padding: 2rem 1rem;
}
.modal-content .modal-body .modal-icon {
  text-align: center;
  margin-bottom: 2rem;
}
.modal-content .modal-body .modal-icon img {
  width: 120px;
}
.modal-content .modal-body .modal-contents-wrapper .modal-head {
  color: #FFC940;
  text-align: center;
  font-family: var(--font-secondary-700);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.modal-content .modal-body .modal-contents-wrapper .modal-para {
  color: #FFF;
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 60%;
  margin: 0 auto 1rem;
}

.two_btns_main {
  display: flex;
  gap: 15px;
}
.two_btns_main button {
  height: 35px;
}

.amount_area {
  color: #FFF;
  text-align: center;
  font-family: var(--font-primary-700);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.token_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.token_area .left {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.token_area .right {
  color: #FFC940;
  font-family: var(--font-primary-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter-group {
  margin-bottom: 1.2rem;
}

.filter-title {
  color: #FECA42;
  font-family: var(--font-primary-700);
  font-size: 13px;
  margin: 0 0 7px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.filter-btn-group {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.filter-btn {
  border: 2px solid #fbcf48;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 1px;
  flex-grow: 1;
}

.filter-btn.active {
  background: #fbcf48;
  color: #0b0e2a;
  border-color: #fbcf48;
}

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

.inner_page_heading {
  color: #FECA42;
  text-align: center;
  font-family: var(--font-primary-700);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.history_table_main .history_table_single .history_table_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 5px 0 8px;
}
.history_table_main .history_table_single .history_table_row .left .head {
  color: #FFF;
  font-family: var(--font-primary-700);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.history_table_main .history_table_single .history_table_row .right .val {
  color: #FFC940;
  text-align: right;
  font-family: var(--font-secondary-700);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.history_table_main .history_table_single .discript_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.history_table_main .gradient_border {
  margin: 1.4rem 0;
}

.date_time {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.discript_bottom {
  display: flex;
  gap: 10px;
}
.discript_bottom .single .tit {
  color: #787878;
  font-family: var(--font-primary-700);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 3px;
}
.discript_bottom .single .val {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.datetime-box {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.datetime-box .datetime-label {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.filter_area {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.filter_area .filter_area_single {
  width: 40%;
}
.filter_area .filter_area_single input {
  min-width: initial;
  width: 100% !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #FFF;
  background-color: initial;
  background-image: url(../img/datepicker_dropdown.svg);
  background-position: 92% 12px;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #FFF;
  font-family: var(--font-secondary-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 6px 15px;
  line-height: 22px;
}
.filter_area button {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
}

.btn-min-h {
  min-height: 30px !important;
  align-items: center !important;
  cursor: pointer !important;
}

/*# sourceMappingURL=layout.css.map */
