@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/*font-family: 'Portrait';*/
/*font-family: 'Montserrat', sans-serif;*/

/***************** Custom CSS *******************/

/*Added by Chaitanya on 22/06/2022*/
:root {
  --dark-cyan: #09CFE6;
  --067bf7a6: #067bf7a6;
  --cceef3: #cceef3;
  --3295ec: #3295ec;
  --f5ad75: #f5ad75;
  --1704fa: #1704fa;
  --f300fb: #f300fb;
  --71b3ee: #71b3ee;
  --primary-page-color: #82cde0;
  /*    --custom-info: #9DD7E6;*/
  --custom-info: #82cde0;
  --custom-info-opacity: #82cde0DD;
  --custom-light: #E2E3E4;
  --custom-black: #010101;
  --custom-black-opacity: #01010122;
  --silver: #B8BAbC;
  --silver-opacity: #B8BAbCDD;
  --custom-white: #eeeeee;
  --stat-cards-bg: #f9f9f9;
  --body-bg: #efefef;
  --custom-white-opacity: #FFFFFFDD;
  --custom-btns-headings: #6AB5C6;
  --nav-link-color: #3c3c3c;
  --pie-chart-bg: #c4e7f0;
  --normal-text: #4b4b4b;
  --close-btn-color: #f4f6f5;
  --alt-table-row-color: #daeff4;
  --hidden-row-th-bg: #444444;
  --hidden-row-th-color: #a9a9a9;
  --hidden-row-td-color: #E7E7E7;
}


/*Ended by Chaitanya on 22/06/2022*/


@font-face {
  font-family: 'GlacialIndifference-Regular';
  src: url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
    url('../fonts/GlacialIndifference-Regular.woff') format('woff'),
    url('../fonts/GlacialIndifference-Regular.ttf') format('truetype');
}


#wrapper #content-wrapper {
  background-color: inherit !important;
}

body {
  /* background-image: linear-gradient(to bottom, #224abe ,#224abe  50%, white 50%); */
  /*background-image: linear-gradient(to bottom, #2676c1 ,#2878c3 50%, white 50%);*/
  /* background-image: linear-gradient(to bottom, #2676c1 ,#2878c3, white 95%, #2878c3); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: var(--body-bg);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.3px;
  font-size: max(1.85vmin, 13px) !important;
}


span,
p {
  font-size: 13px !important;
}

.btn {
  min-height: 10px !important;
  border-radius: 30px !important;
  /*height: fit-content !important;
  padding: 0.5em;*/
}

.fa-reply {
  font-size: 16px !important;
}

.bg-gradient-primary {
  /* background-image: linear-gradient(180deg,#4e9edf 10%,#2272be 100%); */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #010101), color-stop(50%, #020202));
  background-image: -o-linear-gradient(top, #010101 10%, #020202 50%);
  background-image: linear-gradient(180deg, #010101 10%, #020202 50%);
}

.text-primary {
  color: var(--custom-info) !important;
}

.text-yellow {
  color: #ffff00;
}

.sidebar-brand {
  /* height: 1.375rem; */
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  /* padding: 0 1rem; */
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
  color: #fff !important;
  /*  margin-left: 6%;*/
}

.sidebar-brand img {
  width: 120px;
}

.nav-tabs {
  border-bottom: none !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  border-bottom: solid 1px #fff;

}

.navbar-light .navbar-nav .nav-link {
  color: var(--silver);
}


.nav-item a {
  color: #fff;
  font-weight: 600;
}

#connectWallet,
#connectedWallet,
#comms,
#reports,
.nav-tabs .nav-link,
.btn-activity-tab {
  margin: 0 10px;
  border: none;
  padding: 3px 10px;
  border-radius: 30px;
  background-color: var(--custom-white) !important;
  color: var(--nav-link-color) !important;
  font-weight: 600;
  font-size: 13px !important;
  min-width: 115px;
  text-align: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
#btnLevel1,
.btn-success,
.dt-button {
  color: var(--custom-black) !important;
  background-color: var(--custom-info) !important;
}

.container-fluid {
  /* padding-top: 20px; */
  /*  width: 90%;*/
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container {
  max-width: 1600px !important;
}

.rowContent {
  border: solid 1px #edf0f7;
  margin: 30px 5px;
  padding: 20px;
  text-align: center;
  background-color: #f2f2f2;
}

.rowContent2 {
  border: solid 1px #edf0f7;
  margin: 20px 15px;
  padding: 10px;
  text-align: center;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.p-l-5 {
  padding-left: 5px;
}

.fw-700 {
  font-weight: 700 !important;
}

.m-r-100 {
  margin-right: 6%;
}

.m-l-5 {
  margin-left: 5px;
}

.pad-5 {
  padding: 5px
}

.text-center {
  text-align: center;
}

.stakeBox {
  /*  height: 400px;*/
  overflow-y: auto;

}

.btn-success-white {
  color: var(--custom-black) !important;
  background-color: var(--custom-info) !important;
  border: 0.1px solid var(--custom-black-opacity);
  /* width: fit-content; */
  font-weight: 500;
  font-size: 13px;
  border-radius: 15px;
  border-radius: 50px 50px 50px 50px;
  padding: 0px 15px;
  min-width: 140px;
}

.btn-success-white:hover {
  color: var(--custom-white) !important;
  background-color: var(--custom-black) !important;
  border-color: var(--custom-info);
}


.btn-success,
#btnLevel1 {
  /* color: var(--custom-black);
  background-color: var(--custom-info);
  border-color: var(--custom-info); */
  min-width: 150px;
  font-weight: 500;
  font-size: 13px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: var(--custom-black);
  background-color: var(--custom-btns-headings);
  border-color: var(--custom-btns-headings);
}

.btn-success:disabled {
  color: var(--custom-black);
  background-color: var(--custom-info);
  border-color: var(--custom-info);
  opacity: 0.5;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #207395;
  border-color: #288cb6;
  opacity: 0.5;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

/* chaitanya css*/

#stakeAmount.form-control {
  width: 100%;
}


.text---custom-black {
  color: var(--custom-black) !important;
}

.text---dark-cyan {
  color: var(--dark-cyan) !important;
}

.bg---custom-black-opacity {
  background-color: var(--custom-black-opacity) !important;
}

.bg-stat-cards-bg {
  background-color: var(--stat-cards-bg) !important;
}

.bg---dark-cyan {
  background-color: var(--dark-cyan) !important;
}

.text-067bf7a6 {
  color: var(--067bf7a6) !important;
}

.bg-067bf7a6 {
  background-color: var(--067bf7a6) !important;
}

.text-cceef3 {
  color: var(--cceef3) !important;
}

.bg-cceef3 {
  background-color: var(--cceef3) !important;
}

.text-3295ec {
  color: var(--3295ec) !important;
}

.bg-3295ec {
  background-color: var(--3295ec) !important;
}

.text-alt-table-row-color {
  color: var(--alt-table-row-color) !important;
}

.bg-alt-table-row-color {
  background-color: var(--alt-table-row-color) !important;
}

.text-hidden-row-th-bg {
  color: var(--hidden-row-th-bg) !important;
}

.bg-hidden-row-th-color {
  background-color: var(--hidden-row-th-color) !important;
}

.text-hidden-row-th-color {
  color: var(--hidden-row-th-color) !important;
}

.bg-hidden-row-th-bg {
  background-color: var(--hidden-row-th-bg) !important;
}

.border-left---dark-cyan {
  border-left: .25rem solid var(--dark-cyan) !important;
}

.btn---dark-cyan {
  color: #fff;
  background-color: var(--dark-cyan);
  border-color: var(--dark-cyan)
}

.btn---dark-cyan:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b
}

.btn---dark-cyan.focus,
.btn---dark-cyan:focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  -webkit-box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5);
  box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5)
}

.panel-body table {
  table-layout: fixed;
  max-width: 100% !important;
}

.panel-body th {

  width: -webkit-max-content !important;

  width: -moz-max-content !important;

  width: max-content !important;
  text-align: center;

}

.panel-body th,
.panel-body td {
  overflow-x: clip !important;
  word-wrap: normal;
  text-align: center;
  font-size: 12px !important;
}

tr:nth-child(4n),
tr:nth-child(4n - 1) {
  background-color: var(--alt-table-row-color);
}

.stake-table-fs {
  font-size: 12px !important;
}

.hiddenRow {
  padding: 0 !important;
}

/* [data-toggle="collapse"] .fa:before {  
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
} */

.list-group-item {
  border: none;
}

.list-group {
  border: 1px solid var(--info);
}


/**************************************************/

.clock-icon {
  font-size: 20px;
  margin: -5px;
}

.text-light-blue {
  color: #bbcaf4 !important;
}

.bg-blue2 {
  background-color: #dde4f8;
}

.br-10 {
  border-radius: 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(221 228 248);
}

.table td,
.table th {
  border-top: 0;

}

.table th {
  font-weight: 500;
}

.table td {
  border-top: 0;
}

/* .dropdown-menu.show {
    margin-left: -70px;
} */

.connectForm {
  margin: 25px;
}

/* .stakeConnectedBox{
  display: none;
} */
#stakeAmount {
  border: solid 1px #f5f5f5;
  outline: none;
  background-color: var(--custom-white);
  /* width: 120px; */
}

#claimAmount {
  border: solid 1px #f5f5f5;
  outline: none;
  background-color: var(--custom-white);
  width: 120px;
}

.modalTitle2 {
  font-size: 20px;
  background-color: var(--custom-info);
  /* border-radius: 15px; */
  padding: 5px;
  text-align: center;
  color: var(--close-btn-color) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  /*    margin-bottom: 20px;*/
  border: 1px solid var(--silver);
}

.modalLabel {
  /* background-color: #2786df; */
  border-bottom: solid 1px #0e8ec3;
  padding: 5px 0 0 5px;
}

.modalCloseBtn {
  /*  color: var(--close-btn-color) !important;*/
  position: absolute;
  top: 1.5%;
  right: 1%;
  /*  background-color: var(--silver-opacity) !important;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.modalMaxWidth650 {
  max-width: 650px;
}

.modalMaxWidth750 {
  max-width: 950px;
}

.infoBox {
  background-color: #207395;
  padding: 10px;
  border: 1px solid #288cb6;
  color: #fff;
}


/****************************=== Created by Chaitanya on 17th June,2022 ===*/
.login-wrapper {
  max-width: 500px;
  border-radius: 10px;
  margin: 50px auto;
  padding: 30px 40px;
  -webkit-box-shadow: 20px 20px 80px rgb(206, 206, 206);
  box-shadow: 20px 20px 80px rgb(206, 206, 206)
}

.login-h2 {
  font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3.5rem;
  font-weight: 800;
  color: #2878c3;
}

.login-h4 {
  font-family: 'Poppins', sans-serif
}

.login-input-field {
  border-radius: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #2878c3;
  color: #2878c3
}

.login-input-field:hover {
  color: #7db9f0;
  border: 1px solid #7db9f0
}

.login-wrapper input {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 0px 2px;
}

.fa-eye-slash.btn {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

a {
  text-decoration: none;
  color: #2878c3;
  font-weight: 700
}

#stakeNavDropdownBtn {
  color: var(--custom-white);
  cursor: pointer;
}

#stakeNavDropdownBtn:hover,
a:hover {
  text-decoration: none;
  color: var(--custom-info)
}

/* Hide the browser's default checkbox */
.container input {
  /*position: absolute;*/
  /*opacity: 0;*/
  /*cursor: pointer;
height: 0;
width: 0;*/
}

/*#stakeAmount.form-control {
  width: 100%;
  opacity: 1;
  height: auto;
}*/

/* Create a custom checkbox */
.login-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: rgba(107, 162, 214, 0);
  border: 1px solid rgb(40, 120, 195);
}

/* On mouse-over, add a grey background color */
.container:hover input~.login-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.login-checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.login-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.login-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .login-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btn-block {
  border-radius: 20px;
  background-color: var(--custom-info);
  color: var(--normal-text);
  font-weight: 500;
  width: 25%;
  min-width: 150px;
  margin: auto;
}

.btn.btn-block:hover {
  background-color: var(--body-bg);
}

@media(max-width: 575px) {
  .login-wrapper {
    margin: 10px
  }
}

@media(max-width:424px) {
  .login-wrapper {
    padding: 30px 10px;
    margin: 5px
  }

  #forgot {
    font-size: 0.95rem
  }
}


/*************************************************************************/


/*---------------------- Connect Form -----------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}


input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}


.wrap-contact3 {
  background-color: var(--white);
  border-radius: 5px;
  overflow: hidden;
  /*  padding: 15px;*/
  margin: 1px;
}


.wrap-input3 {
  width: 100%;
  position: relative;
  /*  border-bottom: 2px solid rgba(255,255,255,0.24);*/
  /* margin-bottom: 27px; */
}

.input3 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: var(--custom-info);
  /*  background: #0e8ec3;*/
}

input.input3 {
  height: 20px;
  /* background-color: var(--custom-black); */
  margin-top: 5px;
  color: var(--custom-black);
  font-weight: 500;
  font-size: 13px;
  border-bottom: 0.5px solid #0101011f;
}

input.input3::-webkit-input-placeholder {
  color: var(--custom-black);
}

input.input3::-moz-placeholder {
  color: var(--custom-black);
}

input.input3:-ms-input-placeholder {
  color: var(--custom-black);
}

input.input3::-ms-input-placeholder {
  color: var(--custom-black);
}

input.input3::placeholder {
  color: var(--custom-black);
}


textarea.input3 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}


.input3:focus+.focus-input3::before {
  width: 100%;
}

.has-val.input3+.focus-input3::before {
  width: 100%;
}

.wrap-contact3-form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 37px;
}

.input-radio3 {
  display: none;
}

.label-radio3 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  /* font-family: Poppins-Medium; */
  font-size: 13px;
  color: var(--custom-black);
  line-height: 3.2;
}

.label-radio3::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio3::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;

}

.input-radio3:checked+.label-radio3::after {
  display: block;
}


#stakeAmount.form-control {
  width: 100%;
  opacity: 1;
  height: auto;
}

.text---dark-cyan {
  color: var(--dark-cyan) !important;
}

.bg---dark-cyan {
  background-color: var(--dark-cyan) !important;
}

.text-067bf7a6 {
  color: var(--067bf7a6) !important;
}

.bg-067bf7a6 {
  background-color: var(--067bf7a6) !important;
}

.text-cceef3 {
  color: var(--cceef3) !important;
}

.bg-cceef3 {
  background-color: var(--cceef3) !important;
}

.bg-f5ad75 {
  background-color: var(--f5ad75) !important;
}

.text-3295ec {
  color: var(--3295ec) !important;
}

.bg-3295ec {
  background-color: var(--3295ec) !important;
}

.border-left---dark-cyan {
  border-left: .25rem solid var(--dark-cyan) !important;
}

.btn---dark-cyan {
  color: #fff;
  background-color: var(--dark-cyan);
  border-color: var(--dark-cyan)
}

.btn---dark-cyan:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b
}

.btn---dark-cyan.focus,
.btn---dark-cyan:focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  -webkit-box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5);
  box-shadow: 0 0 0 .2rem rgba(62, 208, 156, .5)
}

.text-warning {
  color: #c69519 !important;
}

.notification .text .title {
  font-size: 13px;
  font-weight: bold;
}

.stakeBox h6 {
  width: 93%;
  float: left;
}

.clock-icon {
  font-size: 20px;
  margin: -5px;
}


/* Started by Chaitanya */
.card {
  scrollbar-width: none !important;
}

th,
td {
  overflow-x: clip !important;
  word-wrap: normal;
  text-align: center;
  font-size: 13px !important;
  font-weight: 600;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.rewardsSubTable span {
  display: inline-block;
  width: 25% !important;
  text-align: center;
}

.stkhisSubTable span {
  display: inline-block;
  width: 25% !important;
  text-align: center;
}

.error {
  color: yellow !important;
  font-size: .7rem !important;
  position: relative !important;
  line-height: 1 !important;
  /* width: 12.5rem; */
  font-weight: bold !important;
  margin-top: 5px;
}



/* Ended By Chaitanya */


/* Editing Started By Chaitanya on 14th July 2022 */
.row .card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-right: 0.25rem;
  margin-bottom: 0;
  margin-left: 0.25rem;
  position: relative;
}


.stats-row>div>.card {
  /*  background: linear-gradient(to right, white 85%,  var(--custom-info) 100%);*/
}

.stats-row .card-title {
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--custom-info) !important;
  font-weight: 700 !important;
  font-family: "Montserrat";
}

.stats-row .card-text,
.h5.mb-0.font-weight-bold.text-custom-black {
  /*  height: 50px;*/
  font-size: 13px !important;
  letter-spacing: 1px;
  line-height: 34px;
  color: var(--normal-text) !important;
  font-weight: 500;
  font-family: "Montserrat";
}

#columnChartDiv,
#piechart_3d {
  border-radius: 5px !important;
}

.main-svg:nth-child(1) {
  border-radius: 5px;
  background-color: var(--pie-chart-bg) !important;
}

.stats-row .card-body,
#stakeConnectedBox .card-body {
  padding: 0.3125rem 1.25rem !important;
}

/* .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
} */
/* 
.input-group {
  height: 30px !important;
}
.input-group-append {
  height: 30px !important;
}

.custom-select {
  height: inherit !important;
  padding: 0px !important;
}
 */


/* Editing Ended By Chaitanya on 14th July 2022*/

.custom-select {
  height: inherit !important;
  padding: 0px 5px !important;
  background-color: ghostwhite;
}

select.custom-select {
  background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%),
    -o-linear-gradient(315deg, gray 50%, transparent 50%),
    -o-radial-gradient(#ddd 70%, transparent 72%);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .75em) 0.5em;
  background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.custom-select:focus {
  background-image: -o-linear-gradient(45deg, white 50%, transparent 50%),
    -o-linear-gradient(315deg, transparent 50%, white 50%),
    -o-radial-gradient(gray 70%, transparent 72%);
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .75em) .5em;
  background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.bg-primary-page {
  background-color: var(--primary-page-color);
}

.text-primary-page {
  color: var(--primary-page-color);
}

.border-left-primary-page {
  border-left: 1px solid var(--primary-page-color);
}

.border-primary-page {
  border: 1px solid var(--primary-page-color) !important;
}

.select-mercusers-option {
  display: inline-block !important;
  background: var(--primary-page-color) !important;
  color: ghostwhite !important;
  /*font-size: 14px !important;*/
}

div[class*="h-100 card border-left-"] {
  min-height: 100px !important;
}

div[class*="h-100 card border-custom-info"] .card-body {
  padding: 15px !important;
  min-height: 80px;
}

#fdmFromAmount,
#dmFromAmount {
  display: inline-block;
  width: 100%;
  padding: 5px;
  height: 25px;
  border-radius: 5px;
}


#fdMercTransferBtn,
#dMercTransferBtn {
  display: inline-block;
  width: 24%;
  width: 100%;
  padding: 5px;
  height: 25px;
  border-radius: 5px;
}

.row .card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-right: 0.25rem;
  margin-bottom: 0;
  margin-left: 0.25rem;
  position: relative;
  background: var(--stat-cards-bg);
  /*  min-height: 150px;*/
}

/*div[class*="dashAdminDisconnectedBox"]{
  background-color: var(--stat-cards-bg);
}

div[class*="dashAdminDisconnectedBox"] .card{
  min-height: auto !important;
  background-color: transparent;
  border: none !important;
}*/

/*
.stats-row > div > .card{
  background: linear-gradient(to right, white 84%, #557caa 98%);
}*/
.stats-row>div>.card {
  /*  background: linear-gradient(to right, var(--custom-white) 84%, var(--custom-info) 98%);*/
}

.stats-row .card-title {
  font-weight: bold;
}

.stats-row .card-text {
  color: var(--custom-black);
  font-weight: bold;
}

#discountsfdMERCTransferForm .error,
#discountsdMERCTransferForm .error {
  color: #f16666 !important;
  display: block !important;
  width: 100% !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

/*.custom-select.error{
  width: 100% !important;
  height: inherit !important;
  padding: 0px 5px !important;
  font-size: 13px !important;
  font-weight: normal !important;
  color: black !important;
  text-align: left !important;
}*/

.custom-tool-tip-class {
  color: var(--primary-page-color) !important;
  background-color: var(--primary-page-color) !important;
}

.tooltip-inner {
  /*max-width: 200px;*/
  padding: 3px 8px;
  color: var(--normal-text);
  text-align: center;
  background-color: var(--custom-white);
  border-radius: .25rem;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
}

.fancySearchRow input[aria-label="Search table"]::-webkit-input-placeholder {
  color: #000 !important;
}

.fancySearchRow input[aria-label="Search table"]::-moz-placeholder {
  color: #000 !important;
}

.fancySearchRow input[aria-label="Search table"]:-ms-input-placeholder {
  color: #000 !important;
}

.fancySearchRow input[aria-label="Search table"]::-ms-input-placeholder {
  color: #000 !important;
}

.fancySearchRow input[aria-label="Search table"]::placeholder {
  color: #000 !important;
}

@media (min-width: 576px) {

  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.btn-custom-info {
  background-color: var(--custom-info);
}

.bg-custom-info {
  background-color: var(--custom-info);
}

.bg-silver {
  background-color: var(--silver);
}

.bg-custom-white {
  background-color: var(--custom-white);
}

.text-close-btn-color {
  color: var(--close-btn-color);
}

.text-custom-light {
  color: var(--custom-light);
}

.text-normal-text {
  color: var(--normal-text) !important;
  font-size: 13px;
}

.text-normal-text-bold {
  color: var(--normal-text) !important;
  font-size: 13px;
  font-weight: 700 !important;
}

.text-stat-cards-bg {
  color: var(--stat-cards-bg) !important;
}

.text-custom-info {
  color: var(--custom-info);
}

.text-custom-black {
  color: var(--custom-black) !important;
}

.bg-custom-black {
  background-color: var(--custom-black);
}

.text-custom-black-bold {
  color: var(--custom-black);
  font-weight: 600;
}

.text-custom-black-bold-italic {
  color: var(--custom-black);
  font-weight: 600;
  font-style: italic;
}

.text-silver {
  color: var(--silver);
}

.text-custom-white {
  color: var(--custom-white) !important;
}

.text-custom-btns-headings {
  color: var(--custom-btns-headings) !important;
}

.border-custom-btns-headings {
  border: 1px solid var(--custom-btns-headings) !important;
}

.border-custom-info {
  border: 2px solid var(--custom-info) !important;
}

.border-left-custom-info {
  border-left: .25rem solid var(--custom-info) !important;
}

#connectWallet:hover,
#comms:hover {
  background-color: var(--custom-white) !important;
  color: var(--custom-black) !important;
}

.btn-activity-tab:hover {
  color: var(--custom-black) !important;
  background-color: var(--custom-btns-headings) !important;
  border-color: var(--custom-info) !important;
}

span.elipsis {
  display: none;
}

.break-word {
  word-break: break-word;
}

button:disabled i {
  color: #f16666;
}

button i {
  color: #17a673;
}

.dashboard-footer-img-container {
  /*  min-height: 92px;*/
  /*  max-height: 100px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  /*  background-image: url("../img/LiquidMercury-Website_LiquidMercury-Banner02.jpg");*/
  /*  background-position: center center;*/
  /*  background-repeat: no-repeat;
  background-size: 100% 100%;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 5px;
}

.dashboard-footer-img-container>h3 {
  font-size: max(1.85vmax, 23px);
  font-weight: 600;
  text-align: center;
}

.dashboard-footer-img-container>img {
  width: 175px;
  height: auto;
}

.wrap-contact3 .m-t-20 {
  margin-top: 5px !important;
}

.border-bottom-custom-info-1 {
  border-bottom: solid 1px #0e8ec3;
}

.dropdown-item {
  font-weight: 500;
  color: var(--custom-black) !important;
}

.custom-w-430px {
  width: 430px !important;
}

.word-break-all {
  word-break: break-all !important;
}

.rewardsSubTable {
  background-color: var(--custom-black);
  color: var(--custom-white);
}

#connectedWalletBtnGroup {
  z-index: +9;
}

#connectedWalletBtnGroup>.dropdown-menu {
  left: -3.5rem !important;
  border-top: 1px solid var(--custom-info);
  border-bottom: 3px solid var(--custom-info);
  border-right: 2px solid var(--custom-info);
  border-left: 2px solid var(--custom-info);
  background-color: var(--body-bg);
}

#stakeDropdownMenu {
  z-index: +10;
  left: 15%;
  top: 1.78rem;
  -webkit-padding-start: 0px !important;
  padding-inline-start: 0px !important;
  width: 200px;
  border-top: 1px solid var(--custom-info);
  border-bottom: 2.5px solid var(--custom-info);
  border-right: 2px solid var(--custom-info);
  border-left: 2px solid var(--custom-info);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--body-bg);
}

.max-w-450px {
  max-width: 450px !important;
}

.general-text-link:hover {
  color: #2878c3;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: var(--custom-black);
  text-decoration-color: var(--custom-black);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.text-black-bg-white {
  background-color: var(--custom-white) !important;
  color: var(--custom-black);
}

.modalLabel label {
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 5px;
}

#mercuryMembershipDetails th[scope="row"]~td {
  vertical-align: middle;
}

.hiddenRow .list-group {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.hiddenRow .list-group-item {
  padding: 0.75rem 0.5rem;
}

.hiddenRow .list-group-item:first-of-type {
  background-color: var(--hidden-row-th-bg) !important;
  color: var(--hidden-row-th-color) !important;
  font-style: italic !important;
  font-weight: 500 !important;
}

.hiddenRow .list-group-item:not(:first-of-type) {
  background-color: var(--custom-black) !important;
  color: var(--hidden-row-td-color) !important;
  font-weight: 500 !important;
}


#fdmercTransferForm .modalTitle2,
#dmercTransferForm .modalTitle2 {
  text-transform: none;
}

.row-eq-height,
.user-dashboard-stats,
.stats-row {
  border-radius: 10px;
  padding: 10px;
}

.gap-5px {
  gap: 10px;
}

.stats-heading {
  opacity: 0.980;
  font-size: 21px;
  letter-spacing: 1px;
  /*  line-height: 34px;*/
  color: #262626;
  font-weight: 700;
  font-family: "Montserrat";
  margin: 15px 0;
}

#userList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mercusersdashboard {
  font-size: 13px;
  font-weight: 600;
  background-color: var(--body-bg) !important;
  padding: 5px !important;
}

.br-15px {
  border-radius: 10px;
}

.card-header.py-3 {
  background-color: var(--custom-info);
}

.table-heading {
  font-size: 16px;
  letter-spacing: 1px;
  /* line-height: 24px; */
  color: #252323;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--custom-info);
  font-weight: bold;
}

.fancySearchRow th {
  border: none !important;
}

input[aria-label="Search table"] {
  margin: 10px 0 0px 55px !important;
  color: var(--custom-info) !important;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  background-color: transparent !important;

}

input[aria-label="Search table"]::-webkit-input-placeholder {
  color: var(--custom-info) !important;
}

input[aria-label="Search table"]::-moz-placeholder {
  color: var(--custom-info) !important;
}

input[aria-label="Search table"]:-ms-input-placeholder {
  color: var(--custom-info) !important;
}

input[aria-label="Search table"]::-ms-input-placeholder {
  color: var(--custom-info) !important;
}

input[aria-label="Search table"]::placeholder {
  color: var(--custom-info) !important;
}

thead>th {
  border-bottom: 2px solid var(--custom-info) !important;
}

.stats-row div.font-weight-bold.text-custom-info.mb-1 {
  font-size: 13px !important;
}

/*.modal-title.modalTitle2{}*/

#StakeExpiryForm {
  color: var(--custom-info) !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.adminApproveDiscLevelForm input[type="text"]::-webkit-input-placeholder {
  color: var(--normal-text) !important;
  font-size: 11px;
}

.adminApproveDiscLevelForm input[type="text"]::-moz-placeholder {
  color: var(--normal-text) !important;
  font-size: 11px;
}

.adminApproveDiscLevelForm input[type="text"]:-ms-input-placeholder {
  color: var(--normal-text) !important;
  font-size: 11px;
}

.adminApproveDiscLevelForm input[type="text"]::-ms-input-placeholder {
  color: var(--normal-text) !important;
  font-size: 11px;
}

.adminApproveDiscLevelForm input[type="text"]::placeholder {
  color: var(--normal-text) !important;
  font-size: 11px;
}

.tab-pane {
  min-height: 10vh;
  margin-bottom: 70px;
}

#pieChartDiv {
  margin: 10px 0;
}

.fas.fa-eye.table-row-view.text-custom-info[aria-expanded="false"] {
  color: var(--custom-info) !important;
  background-color: transparent !important;
}

.fas.fa-eye.table-row-view.text-custom-info[aria-expanded="true"] {
  color: var(--hidden-row-td-color) !important;
  background-color: var(--hidden-row-th-bg) !important;
  padding: 5px;
  border-radius: 50%;
}

.bg-stat-cards-bg .row.no-gutters:first-of-type {
  min-height: 60px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

/*.bg-stat-cards-bg .row.no-gutters:last-of-type {
  height: 20px;
}*/

.outer-chat {
  display: none;
}

#stakeDropdownMenu .nav-link {
  background-color: transparent !important;
  color: var(--nav-link-color) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 10px 15px;
}

.pricing-card-title {
  font-size: 21px;
  font-weight: bold;
}

.card-deck.stakeDisconnectedBox {
  gap: 20px;
}

/* Datatables */
.dt-buttons {
  padding: 5px 10px;
  background-color: var(--alt-table-row-color);
  width: 100%;
}

.dt-button {
  /* color: var(--custom-black) !important;
  background-color: var(--custom-info) !important;
  border-color: var(--custom-info) !important; */
  /* opacity: 0.8; */
  font-weight: 500;
  font-size: 13px;
  border-radius: 30px !important;
  padding: 0px 15px !important;
}

.custom-ip-date {
  margin: 0 10px;
  border: none;
  padding: 2px 10px;
  border-radius: 30px;
  background-color: var(--custom-white) !important;
  color: var(--nav-link-color) !important;
  font-weight: 600;
  font-size: 13px !important;
  min-width: 115px !important;
  text-align: center;
}

.dataTables_info {
  font-size: 13px !important;
  font-weight: 700;
  padding: 5px 15px;
}