body {
    /* font-family: 'Proxima Nova', Georgia, sans-serif; */
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 !important;
    /* background-color: #ffffff; */
    background-color: rgb(58 57 58);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-size: cover; */
    background-size: 100% 100%;
}

a {
    /* color: #354D5F; */
    color: #B5A058;
}

a:hover {
    text-decoration: none;
}

.navbar-brand {
    float: left;
    height: inherit;
    padding: 15px 0 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
}

.custom-container {
    max-width: 600px;
    margin: auto;
    padding: 0 20px;
    background-color: rgb(29, 28, 28);
    color: white;
}

.modal-body,
.modal-body p,
.modal-body h3 {
    color: #000000 !important;
}

.navbar-default .navbar-brand {
    color: #fff;
}

nav {
    position: relative;
}

.warning {
    font-size: 16px !important;
}

.language {
    font-size: 14px !important;
    padding: 0 0 0 10px !important;
    position: relative;
    top: 18px;
    font-weight: normal !important;
}

.icon {
    width: 60px;
    margin-right: 20px;
}

.digging-mined-container {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

@media (max-width: 750px) {
    .digging-mined-container {
        flex-direction: column;
    }
}

.dm-container-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dm-container-right h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.dm-container-right p {
    margin: 0;
    font-size: 18px;
}

.custom-row {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 750px) {
    .custom-row:first-of-type {
        margin-bottom: 30px;
    }
}

.spend-container {}

.jumbotron {
    background-color: transparent;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 0px !important;
    margin-top: 0px !important;
    border-bottom: 1px solid transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.jumbotron p {
    margin-bottom: 0px;
    font-size: 22px;
}

.font-weight-normal {
    font-weight: normal !important;
}

.jumbotron .btn {
    padding: 10px 0;
}

.altcolor {
    display: flex;
    align-items: flex-start;
    position: relative;
    /* background-color:rgba(242, 169, 0, 0.3); */
    background-color: #aeaeaf;
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    /* box-shadow: 0 0 20px 5px rgba(232,252,255, 0.4); */
    box-shadow: 0 0 20px 5px rgba(232, 252, 255, 0.1);
}

.altcolor p {
    font-size: 16px;
    font-weight: 600;
    color: rgb(5, 5, 5) !important;
    margin: 0;
}

.altcolor p:first-of-type {
    margin-bottom: 10px;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* justify-content: center; */
}

.banner h1 {
    /* color: #000; */
    /* font-family: 'Kanit', sans-serif; */
    text-align: center;
    font-size: 3.5rem;
}

.polybanner {
    display: block;
    width: auto;
    height: 80px;
    object-fit: cover;
}

.daily {
    /* background-color: grey; */
    background-color: #B5A058;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 1.5;
}

.apr {
    /* background-color:rgba(242, 169, 0, 0.3); */
    background-color: #aeaeaf;
    color: rgb(12, 11, 11) !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.apr a {
    color: rgb(5, 5, 5) !important;
}

.miners-tally-container {
    display: flex;
    position: relative;
    font-weight: bold;
    font-size: 5rem !important;
    /* background-color: rgba(232,252,255, 0.4); */
    /* padding: 10px 20px; */
    padding: 10px 0;
    border-radius: 8px;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.miners-tally-container h1 {
    /* color: #fff; */
}

.miners-tally-container .icon {
    margin-right: 10px;
}

.purple {
    color: #9F7CAA !important;
}

.numminers {
    text-decoration: underline;
    /* text-decoration-color: #fff; */
}

.numseeders {
    text-decoration: underline;
    /* text-decoration-color: #354D5F; */
    text-decoration-color: #B5A058;
}

.tally-text {
    font-size: 2rem !important;
    font-weight: 600;
    /* color: #fff; */
}

@media screen and (max-width:500px) {
    .tally-text {
        font-size: 1.5rem !important;
        font-weight: 600;
        /* color: #fff; */
    }
}

.tally-text:after {
    margin-left: 16px;
    position: relative;
    bottom: -5px;
}

#info-icon {
    cursor: pointer;
    z-index: 999;
}

.form-control {
    display: inline-block;
}

.main-img {
    max-height: 110px;
    width: auto;
    margin: 0 auto;
}

.heading {
    max-width: 300px;
    margin: 0 auto;
}

.main-logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-img {
    max-height: 65px;
    width: auto;
    margin-bottom: 10px;
}

.prod-contain-top {
    position: relative;
    /* background-color: #7917CF; */
    /* border-top: 2px solid #354D5F;
    border-left: 2px solid #354D5F;
    border-right: 2px solid #354D5F;
    border-bottom: 2px solid #354D5F; */
    padding: 4rem 0 1rem 0;
    border-radius: 8px 8px 0 0;
    margin-top: 10px;
    z-index: 1;
    min-height: 235px;
}

.prod-contain-top>h2 {
    font-size: 4rem;
    padding-top: .5rem;
    font-weight: bold;
    /* color: #354D5F !important; */
    color: #B5A058 !important;
}

.prod-contain-bottom {
    position: relative;
    /* background-color: #9851F0; */
    /* border-top: 2px solid #354D5F;
    border-left: 2px solid #354D5F;
    border-right: 2px solid #354D5F;
    border-bottom: 2px solid #354D5F; */
    padding: 4rem 2rem 2rem;
    border-radius: 8px;
    margin-top: -50px;
    z-index: -1;
    min-height: 310px;
}

.prod-contain-bottom>h2 {
    font-size: 4.5rem;
    font-weight: 600;
    /* color: #354D5F !important; */
    color: #B5A058 !important;
    margin-bottom: .5rem;
    line-height: 4.5rem;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
}

.pphr {
    font-size: 25px !important;
    margin: 0;
    font-weight: 600 !important;
    /* color: #354D5F !important; */
    color: #B5A058 !important;
}

.matic-banner {
    border-radius: 8px;
}

.hold-contain-top {
    position: relative;
    /* background-color: #7917CF;
    border-top: 2px solid #354D5F;
    border-bottom: 2px solid #354D5F;
    border-left: 2px solid #354D5F;
    border-right: 2px solid #354D5F; */
    /* background-color: #7917CF;
    border-top: 2px solid #B5A058;
    border-bottom: 2px solid #B5A058;
    border-left: 2px solid #B5A058;
    border-right: 2px solid #B5A058; */
    padding: 4rem 0 1rem 0;
    border-radius: 8px 8px 0 0;
    margin-top: 10px;
    z-index: 1;
    min-height: 235px;
}

.hold-contain-top>h2 {
    font-size: 4rem;
    padding-top: .5rem;
    font-weight: bold;
    /* color: #354D5F !important; */
    color: #B5A058 !important;
}

.hold-contain-bottom {
    position: relative;
    /* background-color: #9851F0; */
    /* border-top: 2px solid #354D5F;
    border-left: 2px solid #354D5F;
    border-right: 2px solid #354D5F;
    border-bottom: 2px solid #354D5F; */
    /* background-color: #9851F0;
    border-top: 2px solid #B5A058;
    border-left: 2px solid #B5A058;
    border-right: 2px solid #B5A058;
    border-bottom: 2px solid #B5A058; */
    padding: 4rem 2rem 2rem;
    border-radius: 8px;
    margin-top: -50px;
    z-index: -1;
    min-height: 310px;
}

.hold-contain-bottom>h2 {
    font-size: 4.5rem;
    font-weight: 600;
    /* color: #354D5F !important; */
    color: #B5A058 !important;
    margin-bottom: .5rem;
    line-height: 4.5rem;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
}

.hold-contain-bottom>.pphr {
    font-size: 25px !important;
    margin: 0;
    font-weight: 600;
    /* color: #354D5F !important; */
    color: #B5A058 !important;
}

.buy-contain-full {
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 30px;
}

.buy-contain-left {
    min-height: 180px;
    background-color: #ffffff;
    border-radius: 20px;
    z-index: 1;
    height: 100%;
}

@keyframes slideInFromTop {
    0% {
        transform: translatey(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.invis {
    display: none;
    animation: .25s ease-out 0s 1 slideInFromTop;
}

.title {
    min-width: 112px;
}

h1 {
    font-size: 3.5rem;
    /* color: #354D5F; */
    color: #B5A058;
    font-weight: bolder;
    margin-bottom: 15px
}

h4 {
    /* color: #354D5F; */
    color: #B5A058;
    font-weight: bold;
}

.other-button-container {
    display: flex;
}

@media (min-width: 750px) {
    .other-button-container {
        gap: 27px;
    }
}

.info-badge {
    font-size: 10px;
    font-weight: 500;
    /* color: #354D5F; */
    color: #B5A058;
    border-radius: 4px;
    background-color: #18f3b7;
    padding: 2px 4px;
    margin-left: 5px;
    line-height: 1;
}

.free-shimp {
    margin: auto;
    position: absolute;
    top: 85px;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
}

.free-shimp:hover {
    /* color: #354D5F; */
    color: #B5A058;
}

.mw-250 {
    margin: 0 auto;
    max-width: 250px;
}

.btn-hatch {
    background-color: #fff;
    /* color: #000; */
    color: #B5A058;
    border: 1px solid #000;
    border-radius: 8px;
    width: 50%;
    margin-right: 10px;
    font-weight: 600;
    font-size: 22px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    transition: ease-in-out .4s;
}

/* @media (max-width: 992px){
  .btn-hatch{
    width: 95% !important;
  }
  .btn-sell{
    width: 95% !important;
  }
} */

.btn-hatch:focus,
.btn-hatch:hover {
    box-shadow: 0 0 20px 5px rgba(232, 252, 255, 0.1);
}

.btn-sell {
    background-color: #fff;
    /* color: #000; */
    color: #B5A058;
    border: 1px solid #000;
    border-radius: 8px;
    width: 50%;
    font-weight: 600;
    font-size: 22px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    transition: ease-in-out .4s;
}

.btn-sell:focus,
.btn-sell:hover {
    box-shadow: 0 0 20px 5px rgba(232, 252, 255, 0.1);
}

@media (max-width: 750px) {
    .other-button-container {
        flex-direction: column;
    }
    .btn-hatch,
    .btn-sell {
        margin: 0;
        width: 100%;
    }
    .btn-hatch {
        margin-bottom: 10px;
    }
}

.btn-buy {
    color: rgb(2, 2, 2);
    background-color: #B5A058;
    /* rgba(242, 169, 0, 0.5); */
    border-radius: 8px;
    /* border-color: #B5A058; */
    /* #354D5F; */
    font-weight: 600;
    font-size: 22px !important;
    width: 100%;
    height: 60px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    transition: ease-in-out .4s;
}

/* #eggstobuy */

.btn-buy:focus,
.btn-buy:hover {
    opacity: 1;
    color: #fff;
    box-shadow: 0 0 20px 5px rgba(232, 252, 255, 0.1);
}

.spend-input-container {
    margin-bottom: 20px;
}

.spend-input {
    display: flex;
}

.spend-input input {
    line-height: 60px;
    height: 60px;
    font-size: 22px;
    font-weight: 600;
    color: #B5A058;
    /* #354D5F; */
    background-color: transparent;
    border: 2px solid #B5A058;
    /* #354D5F; */
    border-radius: 8px;
}

.spend-input>.bnb-text {
    color: #B5A058;
    /* #354D5F; */
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    top: 15px;
    font-weight: bold;
}

.bnb-logo {
    margin: 45px auto;
}

.footer {
    padding-top: 0px;
    color: inherit;
    border-top: 1px solid transparent;
}

.lr-pad {
    padding: 0 25px;
}

@media (min-width: 992px) {
    .nopad-left {
        padding-left: 0px;
    }
    .nopad-right {
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    .nopad-lr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
    .social-icons {
        margin-right: 0px !important;
    }
    .mobile-align {
        position: absolute;
        top: -10px;
        right: 15px;
    }
    .nav>li>a {
        padding: 10px 0 10px 10px;
    }
    .social-icons {
        height: auto;
        width: 22px !important;
    }
}

.social-pad {
    padding: 15px 0 10px 20px !important;
}

.welcome-text {
    color: ##B5A058 !important;
    /* #354D5F !important; */
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #B5A058;
    /* #354D5F; */
    background-color: transparent;
    border-color: transparent;
}

.btn.active,
.btn:active {
    background-image: none;
    box-shadow: none;
    outline: 0px;
}

.btn-default {
    color: #B5A058;
    /* #354D5F; */
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    border-color: transparent;
}

.btn-default:hover {
    color: #B5A058;
    /* #354D5F; */
    background-color: transparent;
    border-color: transparent;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #B5A058;
    /* #354D5F; */
    background-color: transparent;
    border-color: transparent;
}

.btn-group>.nav-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-right: 2px solid #B5A058;
    /* #354D5F; */
}

.btn-group>.nav-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-right: 2px solid #B5A058;
    /* #354D5F; */
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-menu {
    position: absolute;
    font-weight: normal !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.social-icons {
    height: auto;
    width: 20px;
    float: left;
    margin-right: 12px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #B5A058;
    /* #354D5F; */
    opacity: .8;
}

.btn-default.focus,
.btn-default:focus {
    color: #B5A058;
    /* #354D5F; */
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #B5A058;
    /*  #354D5F; */
    cursor: default;
    background-color: rgb(10, 11, 9);
    border-width: 2px;
    border-style: solid;
    border-color: transparent !important;
    border-image: initial;
    border-bottom-color: rgb(10, 11, 9);
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    font-weight: bold;
    border-radius: 20px 20px 0 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #B5A058;
    /* #354D5F; */
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #B5A058;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 2px solid #354D5F;
    /* #354D5F; */
}

.nav-tabs {
    border-bottom: 2px solid #B5A058;
    /* #354D5F; */
}

.social-icons-contain {
    float: right;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 2px solid #B5A058;
        /* #354D5F; */
        border-radius: 4px 4px 0 0;
    }
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 2px solid #B5A058;
        /* #354D5F; */
        border-radius: 0;
    }
}

a:focus,
a:hover {
    color: #B5A058;
    /* #354D5F; */
    text-decoration: none;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.bg-purple {
    background-color: #9F7CAA !important;
}

.border-purple {
    /* border-color: #354D5F !important; */
    border-color: #B5A058 !important;
}

.text-purple {
    /* color: #354D5F !important; */
    color: #B5A058 !important;
}

.bg-teal {
    background-color: #ffffff !important;
}

.border-teal {
    /* border-color: #354D5F !important; */
    border-color: #B5A058 !important;
}

.text-teal {
    /* color: #354D5F !important; */
    color: #B5A058 !important;
}

.input-outline-purple {
    /* border: 2px solid #354D5F !important; */
    border: 2px solid #B5A058 !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    text-decoration: none;
}

@media (max-width: 768px) {
    .language {
        position: relative;
        top: 11px;
    }
}

.navbar-nav>li {
    float: left !important;
}

#shrimp-tab {
    color: #B5A058;
    /*  #354D5F; */
    border-bottom: 2px solid #B5A058;
    /* #354D5F; */
    font-size: 22px;
    font-weight: bold;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 0px;
    text-align: center;
}

.close {
    font-size: 30px;
}

.modal-header .close {
    margin-top: 3px;
    margin-right: 6px;
}

.table {
    margin-bottom: 0px;
}

.sm-padding-left {
    padding-left: 15px !important;
}

.pad-15 {
    padding: 8px 15px !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #B5A058;
    /* #354D5F; */
}

tr {
    color: #B5A058;
    /* #354D5F; */
}

.modal-content {
    border: 1px solid #B5A058;
    /* #354D5F; */
    background-color: #ffffff;
}

.table>thead>tr>th {
    border-bottom: none;
}

.close {
    font-weight: normal;
    line-height: 1;
    color: #B5A058;
    /* #354D5F; */
    opacity: .5;
}