body {
    font-family: "Prompt", sans-serif !important;
    font-weight: 400;
}


/*==========================================
    preloader
===========================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: visible;
    background: #ffffff url(../images/preloder.gif) no-repeat center center;
    background-size: 400px 400px;
}

.btn {
    outline: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.btn-primary,
.btn-outline-primary {
    background: linear-gradient(to right, #00D76F, #00AD9E);
    border: 0 !important;
    border-radius: 20px;
    color: #fff !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.btn-primary:hover {
    transition: all ease-in-out 0.2s;
    /* opacity: .8; */
    box-shadow: 1px 2px 15px #162891;
    color: #fff !important;
}

.btn-outline-primary {
    background: transparent;
    border: 1px #00D76F solid !important;
    color: #00D76F !important;
}

.btn-outline-primary:hover {
    background: linear-gradient(to right, #00D76F, #00AD9E);
    box-shadow: 1px 2px 15px #f1b90c;
    color: #fff !important;
}

.btn-outline-warning {
    background: transparent;
    border: 1px orange solid !important;
    color: orange !important;
}

.btn-outline-warning:hover {
    background: linear-gradient(to right, orange, orange);
    box-shadow: 1px 2px 15px orange;
    color: #fff !important;
}

.btn-success,
.btn-outline-success {
    background: linear-gradient(to right, #02bf02, #02bf02);
    border: 1px #02bf02 solid !important;
    border-radius: 20px;
    color: #fff !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-shadow: 1px 0 2px #ff1baf5d;
}

.btn-success:hover {
    transition: all ease-in-out 0.2s;
    /* opacity: .8; */
    box-shadow: 1px 2px 15px #02bf02;
    color: #fff !important;
}

.btn-outline-success {
    background: transparent;
    border: 1px #02bf02 solid !important;
    color: #02bf02 !important;
}

.btn-outline-success:hover {
    background: linear-gradient(to right, #02bf02, #02bf02);
    box-shadow: 1px 2px 15px #02bf02;
    color: #fff !important;
}

.btn-danger,
.btn-outline-danger {
    background: linear-gradient(to right, #ff5500, #ff5500);
    border: 1px #ff5500 solid !important;
    border-radius: 20px;
    color: #fff !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-shadow: 1px 0 2px #ff1baf5d;
}

.btn-danger:hover {
    transition: all ease-in-out 0.2s;
    /* opacity: .8; */
    box-shadow: 1px 2px 15px #ff5500;
    color: #fff !important;
}

.btn-outline-danger {
    background: transparent;
    border: 1px #ff5500 solid !important;
    color: #ff5500 !important;
}

.btn-outline-danger:hover {
    background: linear-gradient(to right, #ff5500, #ff5500);
    box-shadow: 1px 2px 15px #ff5500;
    color: #fff !important;
}

.btn-circle {
    width: 32px;
    height: 32px;
    display: flex;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

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

.navbar-brand {
    font-weight: bold;
    color: #f1b90c !important;
    font-size: 26px;
    line-height: 1;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 0px 1px 5px 0px rgb(59 55 188 / 30%);
}

.navbar.bg-black {
    background-color: #000;
}

.pp-banner .arrow-bottom {
    border-radius: 50%;
    display: inline-block;
    margin-top: 120px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}

.pp-banner .arrow-bottom a {
    text-decoration: none !important;
}

.pp-banner .arrow-bottom:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    animation: zoom-effect 2s infinite;
    -webkit-animation: zoom-effect 2s infinite;
}

.pp-banner .arrow-bottom i {
    display: flex;
    width: 35px;
    height: 35px;
    color: #f1b90c;
    font-size: 35px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.pp-banner .banner-text h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
}

.pp-banner img {
    max-width: 100%;
    padding-top: 30px;
}

.pp-investment {
    padding: 145px 0 80px;
}

.pp-close {
    background-image: none;
}

.pp-investment .section-text {
    margin-bottom: 56px;
}

.pp-top-tag {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-color: #f0b913;
    border-radius: 50%;
    color: #000;
    padding-top: 30px;
    padding-right: 35px;
    text-align: right;
    font-size: 18px;
    line-height: 1.3;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 20%);
}

.pp-top-tag b {
    font-size: 24px;
    line-height: 1;
}

.section-text .section-title {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 800;
    line-height: 1.167;
    margin: 6px 0 12px;
}

.pp-card-info {
    display: flex;
    padding: 0 10px;
    margin-bottom: 10px;
}

.pp-card-col {
    flex: 1;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}

.pp-card-col b {
    font-size: 14px;
    color: #f1b90c;
}

.pp-detail-page .pp-card-col strong,
.pp-detail-page .pp-card-col b {
    font-size: 20px;
}

.pp-card-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item-desc {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    padding: 8px 10px;
    min-height: 1.5rem;
}

.pp-token-socials {
    padding-bottom: 8px;
}

.pp-card-body {
    padding: 24px;
}

.pp-card-progress {
    position: relative;
    height: 8px;
    border-radius: 8px;
    width: 100%;
    background-color: rgb(240 185 19 / 26%);
    margin-top: 5px;
    margin-bottom: 20px;
}

.pp-card-progress-percent {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, #00D76F, #00AD9E);
    transition: all ease-in-out .4s;
}

.participants-center {
    /* padding: 2px 10px;
    border-radius: 8px;
    background-color: #1a1a1a;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 10%); */
    transform: translateX(calc(-50% + 14px));
    position: absolute;
    left: 50%;
    top: -15px;
}

.light-progress .participants-center {
    transform: translateX(-50%) !important;
}

.pp-card-progress-percent.animation {
    animation: fadein .4s ease-in-out alternate;
    border-radius: 0px;
}

.pp-card-progress-wrap.disabled .pp-card-progress {
    margin-top: 30px;
}

.pp-card-progress-wrap.disabled .pp-card-progress-label span {
    display: none;
}

.pp-card-progress-wrap.disabled .pp-card-progress-top {
    display: none !important;
}

.pp-card-progress-wrap.disabled .pp-card-progress-label span.participants-center {
    display: block;
}

.pp-card-progress-wrap.disabled .pp-card-progress-label span.text-allocation {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% + 14px));
    bottom: -18px;
}

.text-muted {
    color: #A9BEFF !important;
}

.pp-card-progress-wrap.disabled .pp-card-progress {
    background-color: transparent !important;
}

.pp-card-progress-wrap.disabled .pp-card-progress-percent {
    height: 1px;
    width: 90px !important;
    margin: 15px auto;
    left: 50%;
    transform: translateX(-50%);
}

.pp-card-progress-percent-card {
    background-color: rgba(0, 0, 0, .2) !important;
}

body.darkmode .pp-card-progress-percent-card {
    background-color: rgba(255, 255, 255, .2) !important;
}

.pp-card-progress .pp-card-progress-percent.animation:first-child {
    border-radius: 8px 0 0 8px;
}

.pp-card-progress .pp-card-progress-percent.animation:last-child {
    border-radius: 0 8px 8px 0;
}

@keyframes fadein {
    from {
        width: 0 !important;
        opacity: 0;
    }
    to {
        width: auto !important;
        opacity: 1;
    }
}

.pp-card-progress-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 10px;
    position: absolute;
    width: 100%;
    color: #999;
}

.pp-card-progress-label,
.pp-card-progress-label b {
    font-size: 14px;
}

@media(max-width:576px) {
    .pp-card-progress-label,
    .pp-card-progress-label b {
        font-size: 11px;
    }
}

.pp-table-info td {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

#root {
    position: relative;
    padding-bottom: 55px;
    min-height: 100vh;
}

.pp-footer {
    padding: 15px 0;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    /* background-color: #000; */
}

.pp-footer-link {
    /* display: none; */
}

.pp-footer-link a {
    color: rgba(0, 0, 0, .8);
    padding: 0 6px;
}

.pp-footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-footer-social a {
    text-decoration: none;
    margin: 0 10px;
}


/* DETAIL */

.pp-detail-banner {
    padding: 60px 0 40px 0;
    background-image: url(../images/about-right-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 98%;
}

.bg-gradient-danger {
    /* background: linear-gradient(to right, #ff96c2, #ff1bb0); */
}

.card.card-img-holder {
    position: relative;
    border-radius: 20px;
    box-shadow: 1px 0 30px rgba(0, 0, 0, 0.2);
    border: 0;
    overflow: hidden;
}

.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.card-img-holder .pp-card-col,
.card-img-holder .pp-card-progress-label {
    font-size: 14px;
}

.card-img-holder h3,
.card-img-holder h5 {
    color: #f1b90c;
    line-height: 1;
    margin-top: 5px;
}

.card-img-holder h3 small {
    font-size: 18px;
    color: #666;
}

.pp-detail-content {
    padding-top: 50px;
}

.pp-detail-content .nav-tabs .nav-link {
    border: 0;
    border-bottom: 4px solid transparent;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 10px;
    margin-right: 20px;
}

.pp-detail-content .nav-tabs .nav-link.active {
    border-bottom: 4px solid #68d671;
    color: #68d671;
}

.pp-detail-content .nav-tabs {
    position: relative;
    border-bottom: 1px solid #131935;
}

.pp-tab-links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pp-tab-links a {
    color: #f1b90c;
    padding: 5px 10px;
}

.pp-tab-links a:hover {
    opacity: .7;
}

.pp-detail-content .card {
    border: 1px rgb(247 213 230) solid;
    background: transparent;
}

.pp-detail-content .card-header {
    border: 0;
    color: #000;
}

.pp-table-info td {
    padding: .5rem 1rem;
}

.pp-table-info .card-header td {
    border: 0;
    font-size: 16px;
}

.pp-detail-content table {
    border-color: rgba(0, 0, 0, .1);
    font-size: 14px;
}


/* PROJECTS */

.pp-projects-banner {
    background-image: url(../images/investment-pricing-arrows.png);
    background-size: auto 90%;
    background-position: center bottom;
    padding: 112px 0 120px;
    background-repeat: no-repeat;
}

.pp-projects-table thead tr {
    border-top: 1.008px solid #ccc8c8;
    border-bottom: 1.008px solid #ccc8c8;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #323639;
    background: #eef4fb;
}

.pp-projects-table thead tr :first-child {
    font-size: 16px;
}

.pp-projects-table tbody tr {
    border-top: 1.008px solid #dcdada;
    border-bottom: 1.008px solid #dcdada;
}

.pp-projects-table tbody tr th {
    font-size: 16px;
    border: none;
}

.pp-projects-table tbody tr .user-img {
    vertical-align: middle;
}

.pp-projects-table tbody tr .user-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #f1b90c;
    margin-right: 10px;
}

.pp-projects-table tbody tr span {
    font-size: 16px;
    vertical-align: middle;
}

.pp-projects-table tbody tr td {
    vertical-align: middle;
}

.pp-projects-table tbody tr td i {
    font-size: 30px;
    color: #ff5500;
}

.pp-projects-table tbody tr:hover {
    background: #efe9e9;
}

table th {
    white-space: nowrap;
}

.pp-status-open {
    background-color: #1c3891 !important;
    color: #02bf02 !important;
}

.pp-status-closed {
    background-color: #1c3891 !important;
    /* color: red !important; */
}

.pp-detail-banner .pp-status-closed {
    color: orangered !important;
}

.c-list {
    cursor: pointer;
}

.pa-4 {
    padding: 16px !important;
}

.border-b {
    border-bottom: 1px solid #e7e8ea;
}

.t-small {
    font-size: .7rem !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

#connectWalletModal .modal-content,
#walletModal .modal-content,
#connectWalletModal .modal-content,
#helpModal .modal-content,
#approveModal .modal-content,
#buyModal .modal-content {
    border-radius: 20px;
    border: 0;
    overflow: hidden;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 10%);
    background: linear-gradient(to right, #00D76F, #00AD9E);
    color: rgba(255, 255, 255, .7);
    font-size: 28px;
    cursor: pointer !important;
    z-index: 99;
    transition: all ease-in-out .2s;
}

#toTop:hover {
    box-shadow: 1px 2px 30px rgb(0 0 0 / 20%);
    color: #fff;
}

#LAVLoader {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#LAVLoader::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00227F;
    filter: blur(3px);
    content: '';
}

.DNA_cont {
    display: inline-block;
    position: relative;
    transform: scale(0.25);
}

.nucleobase {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.nucleobase:not(:last-child) {
    margin-right: 4.86vh;
}

.nucleobase:before,
.nucleobase:after {
    content: "";
    display: inline-block;
    width: 3vh;
    height: 3vh;
    border-radius: 50%;
    position: absolute;
}

.nucleobase:nth-child(1) {
    -webkit-animation-delay: -1.869s;
    animation-delay: -1.869s;
}

.nucleobase:nth-child(1):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -1.869s;
    animation-delay: -1.869s;
    background-color: #00D76F;
}

.nucleobase:nth-child(1):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -1.869s;
    animation-delay: -1.869s;
    background-color: #00D76F;
}

.nucleobase:nth-child(2) {
    -webkit-animation-delay: -3.738s;
    animation-delay: -3.738s;
}

.nucleobase:nth-child(2):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -3.738s;
    animation-delay: -3.738s;
    background-color: #00D76F;
}

.nucleobase:nth-child(2):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -3.738s;
    animation-delay: -3.738s;
    background-color: #00D76F;
}

.nucleobase:nth-child(3) {
    -webkit-animation-delay: -5.607s;
    animation-delay: -5.607s;
}

.nucleobase:nth-child(3):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -5.607s;
    animation-delay: -5.607s;
    background-color: #00D76F;
}

.nucleobase:nth-child(3):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -5.607s;
    animation-delay: -5.607s;
    background-color: #00D76F;
}

.nucleobase:nth-child(4) {
    -webkit-animation-delay: -7.476s;
    animation-delay: -7.476s;
}

.nucleobase:nth-child(4):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -7.476s;
    animation-delay: -7.476s;
    background-color: #00D76F;
}

.nucleobase:nth-child(4):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -7.476s;
    animation-delay: -7.476s;
    background-color: #00D76F;
}

.nucleobase:nth-child(5) {
    -webkit-animation-delay: -9.345s;
    animation-delay: -9.345s;
}

.nucleobase:nth-child(5):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -9.345s;
    animation-delay: -9.345s;
    background-color: #00D76F;
}

.nucleobase:nth-child(5):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -9.345s;
    animation-delay: -9.345s;
    background-color: #00D76F;
}

.nucleobase:nth-child(6) {
    -webkit-animation-delay: -11.214s;
    animation-delay: -11.214s;
}

.nucleobase:nth-child(6):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -11.214s;
    animation-delay: -11.214s;
    background-color: #00D76F;
}

.nucleobase:nth-child(6):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -11.214s;
    animation-delay: -11.214s;
    background-color: #00D76F;
}

.nucleobase:nth-child(7) {
    -webkit-animation-delay: -13.083s;
    animation-delay: -13.083s;
}

.nucleobase:nth-child(7):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -13.083s;
    animation-delay: -13.083s;
    background-color: #00D76F;
}

.nucleobase:nth-child(7):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -13.083s;
    animation-delay: -13.083s;
    background-color: #00D76F;
}

.nucleobase:nth-child(8) {
    -webkit-animation-delay: -14.952s;
    animation-delay: -14.952s;
}

.nucleobase:nth-child(8):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -14.952s;
    animation-delay: -14.952s;
    background-color: #00D76F;
}

.nucleobase:nth-child(8):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -14.952s;
    animation-delay: -14.952s;
    background-color: #00D76F;
}

.nucleobase:nth-child(9) {
    -webkit-animation-delay: -16.821s;
    animation-delay: -16.821s;
}

.nucleobase:nth-child(9):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -16.821s;
    animation-delay: -16.821s;
    background-color: #00D76F;
}

.nucleobase:nth-child(9):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -16.821s;
    animation-delay: -16.821s;
    background-color: #00D76F;
}

.nucleobase:nth-child(10) {
    -webkit-animation-delay: -18.69s;
    animation-delay: -18.69s;
}

.nucleobase:nth-child(10):before {
    -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -18.69s;
    animation-delay: -18.69s;
    background-color: #00D76F;
}

.nucleobase:nth-child(10):after {
    -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    -webkit-animation-delay: -18.69s;
    animation-delay: -18.69s;
    background-color: #00D76F;
}

@-webkit-keyframes animBefore {
    0% {
        top: -6vh;
        z-index: 1;
    }
    25% {
        transform: scale(1.2);
        z-index: 1;
    }
    50% {
        top: 6vh;
        z-index: -1;
    }
    75% {
        background-color: #00D76F;
        transform: scale(0.8);
        z-index: -1;
    }
    100% {
        top: -6vh;
        z-index: -1;
    }
}

@keyframes animBefore {
    0% {
        top: -6vh;
        z-index: 1;
    }
    25% {
        transform: scale(1.2);
        z-index: 1;
    }
    50% {
        top: 6vh;
        z-index: -1;
    }
    75% {
        background-color: #00D76F;
        transform: scale(0.8);
        z-index: -1;
    }
    100% {
        top: -6vh;
        z-index: -1;
    }
}

@-webkit-keyframes animAfter {
    0% {
        top: 6vh;
        z-index: -1;
    }
    25% {
        background-color: #00D76F;
        transform: scale(0.8);
        z-index: -1;
    }
    50% {
        top: -6vh;
        z-index: 1;
    }
    75% {
        transform: scale(1.2);
        z-index: 1;
    }
    100% {
        top: 6vh;
        z-index: 1;
    }
}

@keyframes animAfter {
    0% {
        top: 6vh;
        z-index: -1;
    }
    25% {
        background-color: #00D76F;
        transform: scale(0.8);
        z-index: -1;
    }
    50% {
        top: -6vh;
        z-index: 1;
    }
    75% {
        transform: scale(1.2);
        z-index: 1;
    }
    100% {
        top: 6vh;
        z-index: 1;
    }
}

@-webkit-keyframes animDotBar {
    0% {
        height: 8.25vh;
    }
    25% {
        height: 0;
    }
    50% {
        height: 8.25vh;
    }
    75% {
        height: 0;
    }
    100% {
        height: 8.25vh;
    }
}

@keyframes animDotBar {
    0% {
        height: 8.25vh;
    }
    25% {
        height: 0;
    }
    50% {
        height: 8.25vh;
    }
    75% {
        height: 0;
    }
    100% {
        height: 8.25vh;
    }
}

@-webkit-keyframes superscript {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }
    100% {
        opacity: 1;
        transform: translateY(0em);
    }
}

@keyframes superscript {
    0% {
        opacity: 0;
        transform: translateY(-1em);
    }
    100% {
        opacity: 1;
        transform: translateY(0em);
    }
}

#txtAddress {
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 16px;
}

.pp-address {
    display: flex;
    align-items: center;
}

.pp-detail-page {
    padding-top: 100px;
    padding-bottom: 60px;
}

.pp-projects-page,
.pp-staking-page {
    position: relative;
}

.pp-projects-page,
.pp-detail-page {
    background-image: url(/images/bg.jpg);
    background-size: cover;
    margin-top: 0 !important;
    background-position: bottom center;
}

.btn-lg {
    padding: 10px 30px !important;
    min-width: 120px;
    font-size: 18px !important;
    line-height: 25px;
    border-radius: 40px;
    font-weight: 600;
}

.pp-homepage,
.pp-detail-page {
    position: relative;
}

.pp-homepage::after,
.pp-detail-page::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.pp-home-banner {
    font-size: 18px;
    text-align: center;
    padding: 120px 0;
}

.pp-home-banner h1 {
    font-weight: bold;
    margin-bottom: 1.25rem;
    line-height: 1.5;
    font-size: 36px;
}

.pp-home-banner p {
    opacity: .6;
}

.pp-home-partners-content {
    column-gap: 15px;
    flex-wrap: wrap;
}

.pp-home-partners ul {
    list-style: none;
}

.pp-home-partners ul li img {
    max-width: 100%;
    max-height: 60px;
}

.pp-home-partners h6 {
    opacity: .6;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
}

.pp-section {
    padding: 150px 0;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    z-index: 2;
}

.pp-section .section-head {
    position: relative;
    padding-bottom: 60px;
}

.pp-section .section-head h2 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 2rem;
    position: relative;
}

.pp-section .section-head p {
    font-size: 20px;
    opacity: .6;
}

.pp-section .section-head h2::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 2px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.pp-section .section-head h2:before {
    opacity: 0.06;
    font-size: 124px;
    background-image: linear-gradient(180deg, #1a1a1a 0%, #eef3fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    content: attr(title);
    font-family: "Roboto", sans-serif;
    line-height: .9;
    text-transform: uppercase;
    white-space: nowrap;
    color: #202b47;
    transform: translate(-50%, -50%);
    display: none;
}

.pp-section-body {}

.pp-section-body h6,
.pp-section-body p {
    color: rgba(0, 0, 0, .8);
}

.pricing-table p {
    color: rgba(255, 255, 255, .6);
}

.pp-section-body h2 {
    font-size: 18px;
    line-height: 1.5;
}

@keyframes rotatecw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateacw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.nk-df-center,
.abs-center,
.nk-block-video-play {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nk-df-center,
.abs-center,
.nk-block-video-play {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nk-circle-animation {
    height: 500px;
    width: 500px;
    z-index: -1;
    overflow: hidden;
}

.pp-home-contact .nk-circle-animation {
    height: 350px;
    width: 350px;
}

.nk-circle-animation+* {
    position: relative;
    z-index: 1;
}

.nk-circle-animation:before,
.nk-circle-animation:after {
    position: absolute;
    content: '';
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.nk-circle-animation:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-color: #f1b90a;
    border-right-color: #f1b90a;
    animation: rotatecw 30s linear infinite 0s;
}

.nk-circle-animation:after {
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    border-top-color: #f1b90a;
    border-bottom-color: #f1b90a;
    animation: rotateacw 24s linear infinite 0s;
}

.nk-circle-animation.small:before,
.nk-circle-animation.small:after {
    border-width: 2px;
}

.nk-circle-animation.fast:before {
    animation: rotatecw 15s linear infinite 0s;
}

.nk-circle-animation.fast:after {
    animation: rotateacw 10s linear infinite 0s;
}

.nk-circle-animation.white:before {
    border-top-color: #f1b90a;
    border-right-color: #f1b90a;
}

.nk-circle-animation.white:after {
    border-top-color: #f1b90a;
    border-bottom-color: #f1b90a;
}

.nk-circle-animation.accent-alt:before {
    border-top-color: #f8aa38;
    border-right-color: #f8aa38;
}

.nk-circle-animation.accent-alt:after {
    border-top-color: #f8aa38;
    border-bottom-color: #f8aa38;
}


/** 04.10 Team */

.team {
    position: relative;
    margin-bottom: 30px;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nk-block-left .team {
    max-width: 100%;
}

.team:hover .team-show {
    opacity: 1;
}

.team-s5 {
    text-align: left;
    max-width: 260px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.team-s5:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    background: #f1b90a;
    z-index: -1;
}

.team-sm-s2 {
    text-align: left;
    max-width: 145px;
}

.team-photo {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    transition: all .4s;
    z-index: 2;
}

.team-photo+.list {
    padding-top: 15px;
}

.team-photo-s1 {
    max-width: 180px;
    max-height: 180px;
    margin: 0 auto !important;
}

.team-photo img {
    border-radius: 6px;
    width: 100%;
    transition: all .4s;
}

.team-photo-sm {
    max-width: 180px;
}

.team-photo-s2 {
    max-width: 90%;
}

.team-photo-s2:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(22, 164, 253, 0.4);
    border-radius: 6px;
    z-index: 1;
}

.team-photo-s3:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to top left, #16a4fd 0%, #41faa4 100%);
    border-radius: 6px;
    z-index: 1;
    opacity: .2;
}

.team-photo-circle {
    border-radius: 50%;
}

.team-sm-s2 .team-photo {
    margin-left: 0;
    max-width: 90%;
}

.team-sm-s2:hover .team-photo {
    transform: translateY(-8px);
}

.team-s5 .team-photo {
    margin-left: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 5px #00D76F solid;
}

.team-s5 .team-photo:before,
.team-s5 .team-photo:after {
    position: absolute;
    content: '';
}

.team-s5 .team-photo:before {
    top: 24px;
    right: -33px;
    height: 3px;
    width: 65px;
    z-index: 1;
}

.team-s5 .team-photo:after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background: rgb(240 185 19 / 30%); */
    transition: all .4s;
}

.team-s5 .team-photo:hover {
    transform: translateY(-8px);
}

.team-s5 .team-photo:hover:after {
    opacity: .1;
}

.team-s5 .team-photo:hover .team-show {
    opacity: 0;
}

.team-photo-bg:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    transform: scale(1);
    z-index: -1;
    opacity: 1;
    transition: all .5s ease;
    background-image: linear-gradient(90deg, #41faa4 0%, #16a4fd 100%);
}

.team-photo-bg a {
    position: absolute;
    content: "";
    border-radius: 50%;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    z-index: 1;
}

.team-photo-bg:hover a+img {
    transform: scale(0.85);
}

.team-show {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(22, 164, 253, 0.4);
    border-radius: 6px;
    transition: all .4s;
    z-index: 20;
    opacity: 0;
}

.team-s5 .team-show {
    border-radius: 0;
}

.team-s5:hover .team-show {
    opacity: 0;
}

.team-social {
    margin: 0 -5px;
}

.team-photo .team-social {
    position: absolute;
    bottom: -17px;
    right: 17px;
    z-index: 21;
    text-align: right;
}

.team-social li {
    padding: 0 4px;
    display: inline-block;
}

.team-social li a {
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    color: #fff !important;
    background: #41faa4;
    box-shadow: 0px 2px 15px 0px rgba(65, 250, 164, 0.5);
}

.team-social li a:hover {
    color: #fff !important;
    background: #16a4fd;
    box-shadow: 0px 2px 15px 0px rgba(22, 164, 253, 0.5);
}

.team-social-s2 {
    margin: 0 -10px;
}

.team-social-s2 li a {
    width: auto;
    background-color: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, .6) !important;
}

.team-social-s2 li a:hover {
    color: #fff !important;
    background-color: transparent;
    box-shadow: none;
}

.how-it-work-heading {
    text-transform: uppercase;
}

.team-social-vr li {
    display: block;
    text-align: center;
}

.team-social-vr li a {
    width: 30px !important;
}

.team-s5 .team-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    background: linear-gradient(to bottom, #00D76F, #00AD9E);
    padding-left: 0;
    border-radius: 25px;
    max-height: 150px;
}

.team-s5 .team-social li a {
    color: #16a4fd;
}

.team-name {
    padding-top: 28px;
    font-weight: 600;
}

.team-name.title {
    margin-bottom: .5rem !important;
}

.team-s5 .team-name {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    text-align: center;
}

.team-position {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    min-height: 3rem;
}

.team-s5 .team-position {
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(0, 0, 0, .6);
    width: 100%;
    text-align: center;
}

.team-featured-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.team-featured-info {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    padding: 15px 20px;
}

.team-featured-info span {
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding-top: 5px;
}

.team-featured-cont p:last-child {
    margin-bottom: 0;
}

.team-featured-sub {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.15em;
}

.team-popup {
    position: relative;
    max-width: 100%;
    margin: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
}

.team-popup-info p:last-child {
    margin-bottom: 0;
}

.team-list {
    margin-bottom: -30px;
}

.pp-modal-team .modal-content {
    border: 0;
    background-color: #1a1a1a;
    position: relative;
}

.pp-modal-team .modal-content .btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .8;
    z-index: 2;
}

.pp-modal-team .modal-content .btn-close:hover {
    opacity: 1;
}

.pp-modal-team .modal-content .modal-body {
    padding: 40px;
}

.pp-modal-team .modal-content .modal-body img.borras {
    border-radius: 20px;
}

.pp-modal-team .modal-content .modal-body a {
    color: rgba(255, 255, 255, .4);
    text-decoration: none;
}

.pp-modal-team .modal-content .modal-body a:hover {
    text-decoration: underline;
}

.pp-modal-team .modal-content .modal-body a em {
    color: #fff;
}

.pp-home-contact .form-control {
    background-color: transparent;
    border: 1px rgba(0, 0, 0, .3) solid;
    margin-top: 5px;
    font-size: 14px;
}

.nk-block-contact-s1 {
    padding: 110px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/dot-c-azalea.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.contact-list {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
    position: relative;
    z-index: 2;
}

.contact-list li {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9rem;
    align-items: center;
}

.contact-list li a {
    text-decoration: none;
    color: #1a1a1a;
}

.contact-list li a:hover {
    text-decoration: underline;
}

.contact-icon {
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #1a1a1a;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.bg-secondary .contact-icon {
    color: #f1ba13;
}

#tsparticles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .2;
    filter: invert(1);
}

body {
    overflow-x: hidden;
}

.pricing-table {
    text-align: center;
    cursor: default;
    margin: 0 auto;
    width: 100%;
    padding: 30px 40px;
    background: linear-gradient( 0deg, #FF471F 0%, #FF7D3E 100%);
    border-radius: 15px;
    transition: .4s;
    margin-bottom: 25px;
}

.pricing-table:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .18);
    box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .20);
    -webkit-transform: translateY(-3px) scale(1.01);
    transform: translateY(-3px) scale(1.01);
}

.pricing-table ul {
    padding: 0;
}

.pricing-detail li {
    list-style-type: none;
    padding: 5px;
}

.price span {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

.value span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.screens-1 img {
    width: 100%;
}

.price-header {
    font-size: 26px;
    white-space: nowrap;
}

.price-header b {
    color: #fff !important;
}


/* RESPONSIVE */

@media (min-width: 576px) {
    .modal-sm {
        max-width: 350px;
    }
    .team {
        margin-bottom: 50px;
    }
    .team-featured-info {
        padding: 25px 30px;
    }
    .team-popup {
        padding: 40px;
    }
    .team-list {
        margin-bottom: -50px;
    }
}

@media (min-width: 768px) {
    .team-even {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .team-featured-cont {
        padding-left: 20px;
    }
    .team-featured-title {
        padding: 8px 0 15px;
    }
    .team-name {
        padding-top: 34px;
        margin-bottom: 8px !important;
    }
    .team-s5 .team-name {
        padding-top: 24px;
    }
    .team-position {
        font-size: 0.88rem;
    }
    .team-position-sm {
        font-size: 13px;
    }
    .team-social {
        bottom: -20px;
        right: 20px;
        margin: 0 -5px;
    }
    .team-social li {
        padding: 0 4px;
    }
    .team-social li a {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
    .team-social-s2 {
        margin: 0 -8px;
    }
    .team-social-s2 li a {
        font-size: 14px;
        height: auto;
        width: auto;
    }
    .team-popup {
        margin: 10px auto;
        width: 950px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team-s5 .team-social {
        right: 9px;
    }
}

@media(max-width:992px) {
    .logo_border {
        height: 70px !important;
    }
    .logo_border::after {
        display: none;
    }
    .pp-banner .banner-text h2 {
        font-size: 24px;
    }
    .banner-text {
        margin-top: 50px;
    }
    .pp-investment {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .section-text .section-title {
        font-size: 36px;
    }
    .navbar-nav li {
        margin-top: 10px !important;
    }
    .pp-detail-banner h6 {
        font-size: 12px;
    }
    .card-img-holder h3,
    .card-img-holder h5 {
        margin: 0;
    }
}

@media(max-width:767px) {
    .pp-footer {
        font-size: 12px;
        padding: 10px 0;
    }
    #toTop {
        bottom: 70px;
        right: 30px;
        opacity: .5;
    }
    #toTop:hover {
        opacity: 1;
    }
    .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .card.card-img-holder {
        margin-top: 40px;
    }
    .pp-detail-banner {
        background-image: none;
        padding: 30px 0;
    }
    #txtAddress {
        max-width: calc(100% - 130px);
    }
    .nk-circle-animation {
        width: 300px;
        height: 300px;
    }
    .pp-home-about .nk-block-img {
        margin-top: 60px;
    }
    .pp-section,
    .pp-home-banner {
        padding: 70px 0;
    }
    .pp-home-banner .btn {
        margin: 0 20px 15px 20px !important;
    }
    .pp-home-banner .btn.btn-buy-on {
        margin: 0 10px 15px 10px !important;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pp-section .section-head h2 {
        font-size: 2rem;
    }
    #tsparticles {
        display: none !important;
    }
}

@media(max-width:576px) {
    .section-text .section-title {
        font-size: 24px;
    }
    .pp-investment {
        padding-bottom: 40px;
    }
    .pp-banner .arrow-bottom {
        display: none;
    }
    .get-start.mt-5 {
        margin-top: 20px !important;
    }
    .pp-investment {
        background-image: none !important;
    }
    .card.card-img-holder {
        box-shadow: 1px 0 10px rgb(0 0 0 / 20%);
    }
    .pp-tab-links {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
        transform: translateY(0);
    }
    .pp-tab-links a {
        padding-left: 0;
        padding-right: 10px;
    }
    .card-img-holder h3 small {
        font-size: 14px;
    }
    .card-img-holder h3 {
        font-size: 20px;
    }
}


/* ANIMATIONS */

@keyframes zoom-effect {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    60% {
        box-shadow: 0 0 0 50px #f1b90c;
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/* DARK MODE */

.light-show {
    display: block;
}

.dark-show {
    display: none;
}

body.darkmode .dark-show {
    display: block;
}

body.darkmode .light-show {
    display: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28101, 116, 199, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

body.darkmode .navbar {
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 50%);
}

body.darkmode .section-text .section-title {
    color: #fff;
}

body.darkmode .pp-close,
body.darkmode .pp-open {
    background-image: none;
}

body.darkmode .pp-footer-link a {
    color: #999;
}

body.darkmode .bg-gradient-danger {
    /* background: linear-gradient(to right, #f1b90c, #a57e07); */
    background-color: #121833;
}

body.darkmode .card-img-holder h3,
body.darkmode .card-img-holder h5 {
    color: #fff;
}

body.darkmode .card-img-holder h3 small,
body.darkmode .card-img-holder .pp-card-col,
body.darkmode .card-img-holder .pp-card-progress-label {
    color: rgba(255, 255, 255, .75) !important;
}

body.darkmode .pp-detail-content table {
    color: #fff;
    border-color: rgba(255, 255, 255, .1);
}

body.darkmode .pp-detail-content .card {
    border: #131935 solid;
}

body.darkmode .pp-detail-content .text-muted {
    color: rgba(255, 255, 255, .8) !important;
}

body.darkmode .pp-detail-content .nav-tabs .nav-link {
    color: #d3dbe3;
}

body.darkmode .pp-detail-content .nav-tabs .nav-link.active {
    color: #00D76F;
}

body.darkmode .pp-card-col {
    color: #A9BEFF;
}

body.darkmode .pp-card-col b {
    color: #fff;
    white-space: nowrap;
}

body.darkmode .pp-card-progress {
    background-color: rgba(255, 255, 255, .7);
}

body.darkmode .pp-footer-link a {
    color: rgba(255, 255, 255, .8);
}

body.darkmode .pp-detail-content .card-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.pricing-table p.light {
    color: #FFD86D !important
}

body.darkmode .pp-section-body p {
    color: #A9BEFF
}

body.darkmode .nk-circle-animation:before {
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: #00d76f;
    border-right-color: #00d76f;
}

body.darkmode .nk-circle-animation:after {
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: #00d76f;
    border-bottom-color: #00d76f;
}

body.darkmode .pp-projects-page::after {
    opacity: .4;
}

body.darkmode .contact-icon {
    color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
}

body.darkmode .pp-home-contact .form-control {
    border: 1px rgba(255, 255, 255, .1) solid;
}

body.darkmode .team-s5 .team-position {
    color: rgba(255, 255, 255, .6);
}

body.darkmode .team-s5:before {
    background: #121833;
}

body.darkmode .team-social-s2 li a {
    color: rgba(255, 255, 255, .8) !important;
}

body.darkmode .team-social-s2 li a:hover {
    color: #fff !important;
}

body.darkmode .contact-list li a {
    color: #fff;
}

body.darkmode .nk-circle-animation.white:before {
    border-top-color: rgba(255, 255, 255, .75);
    border-right-color: rgba(255, 255, 255, .75);
}

body.darkmode .nk-circle-animation.white:after {
    border-top-color: rgba(255, 255, 255, .75);
    border-bottom-color: rgba(255, 255, 255, .75);
}

body.darkmode #tsparticles {
    filter: invert(0);
}

body.darkmode .item-desc {
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.btn-help {
    /* display: none; */
    background-color: transparent;
    border: 0;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1b90a;
}

.font-12 {
    font-size: 12px !important;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .btn-help {
        display: none;
    }
}

.ps-28 {
    padding-left: 28px !important;
}

.modal-help ul li {
    padding: 5px 0;
}

.nav-item .btn {
    white-space: nowrap;
}

@media(max-width:767px) {
    .btn-staking i,
    .btn-projects i {
        display: none;
    }
    .pp-card-body {
        padding: 20px 10px;
    }
    .pp-card-col b {
        font-size: 14px;
        line-height: 1.5;
    }
    .ps-28 {
        padding-left: 24px;
    }
}

.item-short-desc {
    font-size: 14px;
    color: #A9BEFF;
}

@media(min-width:768px) {
    .item-short-desc {
        display: -webkit-box;
        line-height: 1.5;
        height: 42px;
        /* 14*2*1.5 */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.item-learn-more {
    height: 1.5rem;
    line-height: 1.5;
    display: block;
}

.item-learn-more a {
    color: #f1b90c;
    font-size: 14px;
}

.item-learn-more a:hover {
    color: #a57e07;
}

.pp-banner-ads-content {
    padding: 20px 30px;
    background-color: #F0B90B;
    color: #fff;
    margin: 15px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pp-banner-ads-content::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-image: url(/images/sTtB3j.jpg);
    background-position: center right;
    background-size: cover;
    z-index: 1;
}

.pp-banner-animation,
.pp-banner-animation2 {
    position: absolute;
    height: 100%;
    width: 200px;
    top: 0;
    left: 18px;
    background-color: rgb(255 255 255 / 21%);
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    animation: mymove 2s infinite;
    z-index: 3;
}

.pp-banner-animation2 {
    width: 20px;
    transform: skew(-20deg) translateX(215px);
    -webkit-transform: skew(-20deg) translateX(215px);
}

@keyframes mymove {
    0% {
        left: 0px;
    }
    100% {
        left: 100%;
    }
}

.pp-banner-ads-content div {
    white-space: nowrap;
}

.pp-banner-ads-content img {
    position: relative;
    height: 50px;
    z-index: 2;
}

.pp-banner-ads-content h2 {
    position: relative;
    flex: 1;
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.modal-backdrop {
    background-color: #0c0e27;
}

#idTimeBOXESClose {
    display: block;
    min-width: 180px;
    text-align: left;
    padding-left: 5px;
}

.card-body hr {
    background-color: #ffffff59;
}

@media(max-width:992px) {
    .pp-banner-ads-content img {
        height: 40px;
    }
    .pp-banner-ads-content h2 {
        font-size: 20px;
    }
    #idTimeBOXESClose {
        min-width: 130px;
    }
}

@media(max-width:768px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px !important;
    }
    .connect-wallet-button {
        width: 100%;
        margin-right: 0 !important;
    }
    .p-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        transition: all ease-in-out .3s;
    }
    .p-sidebar.active+.p-sidebar-backdrop {
        z-index: 999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .5);
        content: '';
        position: fixed;
        opacity: 1;
        transition: opacity ease-in-out .3s;
    }
    .p-sidebar.active {
        z-index: 9999;
        right: 0;
    }
    body.darkmode .p-sidebar {
        background-color: #1a1a1a;
    }
    body.darkmode .p-sidebar.active+.p-sidebar-backdrop {
        background-color: rgba(0, 0, 0, .8);
    }
    .pp-home-partners-content {
        flex-direction: column;
        row-gap: 10px;
        column-gap: 0;
        -webkit-box-orient: vertical;
        flex-wrap: wrap;
    }
    .pp-home-partners-content h6 {
        margin-bottom: 15px !important;
    }
    .pp-home-partners-content h6,
    .pp-home-partners-content a {
        display: block;
        width: 100%;
        text-align: center !important;
    }
    .pp-home-partners-content a img {
        margin: 0 auto;
    }
    .pp-banner-ads-content {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px;
    }
    .pp-banner-ads-content img {
        height: 36px;
    }
    .pp-banner-ads-content h2 {
        font-size: 14px;
        white-space: nowrap;
        margin: 0 !important;
        margin-top: 10px !important;
    }
    #idTimeBOXESClose {
        min-width: 90px;
    }
}

body.darkmode .rbc-day-bg+.rbc-day-bg {
    border: 0 !important;
    border-left: 1px solid #121833 !important;
    border-right: 1px solid #121833 !important;
    color: #eaeaea !important;
}

body.darkmode .rbc-toolbar button,
body.darkmode .rbc-month-view,
body.darkmode .rbc-header,
body.darkmode .rbc-time-view,
body.darkmode .rbc-agenda-view table.rbc-agenda-table,
body.darkmode .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td,
body.darkmode .rbc-agenda-view table.rbc-agenda-table tbody>tr+tr,
body.darkmode .rbc-time-header-content {
    border: 1px solid #121833 !important;
    color: #eaeaea !important;
}

body.darkmode .rbc-overlay {
    border: 1px solid #1a1a1a !important;
    background-color: #00D76F !important;
}

body.darkmode .rbc-overlay-header {
    border-bottom: 1px solid #1a1a1a !important;
    color: #1a1a1a !important;
}

.rbc-header {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.rbc-show-more {
    color: #00D76F;
    background-color: transparent !important;
    padding-left: 5px;
}

.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active,
.rbc-toolbar button:hover {
    background: linear-gradient(to right, #00D76F, #00AD9E);
    border: 1px #00D76F solid !important;
    color: #fff !important;
}

.rbc-event,
.rbc-day-slot .rbc-background-event {
    /* background: linear-gradient(to right, #f1b90c, #F0B90B) !important; */
    background-color: transparent !important;
    outline: none !important;
    color: #121833 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.rbc-event:hover,
.rbc-day-slot .rbc-background-event:hover {
    opacity: .9;
}

body.darkmode .rbc-off-range-bg {
    background-color: #121833 !important;
}

.rbc-today {
    background-color: transparent !important;
    background: linear-gradient(to right, #00d76f69, #00ad9e70);
}

body.darkmode .rbc-month-row+.rbc-month-row {
    border-top: 1px solid #121833 !important;
}

.btn-helpmore::after {
    display: none;
}

.btn-helpmore:active,
.btn-helpmore:focus,
.btn-helpmore.show {
    background-color: #00D76F !important;
    color: #fff !important;
}

body.darkmode .pp-card-progress-label b {
    color: #fff;
}


/* Add from staking */

.p-sidebar-card-actions {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.p-sidebar-card-actions .btn {
    font-size: 12px;
    padding: 6px 8px !important;
    flex: 1;
}

.p-sidebar-card-help {
    padding-top: 40px;
    position: relative;
    margin-top: 100px;
    padding-bottom: 30px;
}

.p-sidebar-card-help img {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.p-content {
    flex: 1;
    padding: 10px 30px 20px 30px;
    height: 100%;
}

.navbar-brand {
    font-weight: bold;
    color: #00D76F !important;
    font-size: 26px;
    line-height: 1;
}

.navbar {
    transition: 0.5s;
    /* position: sticky; */
    z-index: 999;
    /* top: 0; */
}

.navbar.bg-black {
    background-color: #000;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 16px;
}

.p-content-tabs .nav-tabs .nav-link {
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    margin-right: 25px;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 4px transparent solid;
    transition: all ease-in-out .3s;
    background-color: transparent;
    color: rgba(0, 0, 0, .5);
}

.p-content-tabs .nav-tabs .nav-link.active {
    border-bottom: 4px #00d76f solid;
    color: #00d76f !important;
}

.p-content-tabs .tab-content {
    padding-top: 20px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e4e4e4;
}

.p-sidebar-close {
    display: none;
}

.p-sidebar-backdrop {
    z-index: -1;
    opacity: 0;
}

.p-sidebar-close .btn {
    line-height: 1;
    margin-top: -10px;
    font-size: 30px;
}

.p-relative {
    position: relative;
}

.app-toggle {
    display: none;
    border: 0;
    font-size: 32px;
    padding: 3.5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    background: transparent;
    line-height: 1;
}

@media(min-width:768px) {
    /* .p-scroll {
        overflow-y: auto;
        max-height: calc(100vh - 65px - 1.5rem);
    } */
}

.bs-stepper-header {
    display: flex;
    align-items: center;
}

.bs-stepper .step-trigger {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out, color .15s ease-out;
    cursor: pointer;
}

.bs-stepper-circle {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: .5em 0;
    margin: .25rem;
    line-height: 15px;
    color: #1a1a1a;
    background-color: #dedede;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 5px;
}

.bs-stepper .line,
.bs-stepper-line {
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .12);
}

.bs-stepper .line.active,
.bs-stepper-line.active {
    background-color: #00D76F;
}

.step.active .bs-stepper-circle {
    background-color: #00D76F;
    color: #fff;
}

.step.active .bs-stepper-label {
    color: #00D76F;
}

.p-sidebar-card-steps {
    background-color: #fff;
    min-height: 300px;
}

.p-select-card {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .12);
    padding-right: 40px;
    background-color: #F7F8FA;
}

.p-select-card::after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #00D76F;
    content: '';
    right: 15px;
    top: 15px;
    position: absolute;
}

.p-select-card::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: transparent;
    right: 20px;
    top: 20px;
    position: absolute;
}

.p-select-card.selected {
    border: 1px solid #00D76F;
}

.p-select-card.selected::after {
    border: 1.5px solid #00D76F;
}

.p-select-card.selected::before {
    background-color: #00D76F;
}

.p-select-card-title {
    color: #121833;
    font-size: 14px;
}

.p-select-card-description {
    font-size: 13px;
    min-height: 3rem;
}

.p-progress-waiting {
    width: 300px;
    margin: 30px auto 15px auto;
    height: 8px;
    background-color: #dedede;
    border-radius: 5px;
    position: relative;
}

.p-progress-percent {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #00D76F, #00AD9E);
}

.p-form-group {
    border-radius: 20px;
    border: 1px solid #F7F8FA;
    background-color: #F7F8FA;
    padding: 0.4rem 1rem 0.6rem 1rem;
    margin-bottom: 12px;
}

.p-form-group .form-label {
    font-weight: 500;
    font-size: 14px;
    color: #565A69;
    margin-bottom: 0;
}

.p-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-input-group .form-control {
    border: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
}

.p-card-top {
    flex: 1;
}

.pp-banner-top {
    padding: 9.5px 20px;
    border-radius: 5px;
    background-color: #F0B90B;
    color: #fff;
    margin: 0 auto;
    font-weight: 500;
}

.pp-banner-top .icon {
    color: #ff0000;
}

.page-container {
    /* width: 100vw; */
    /* height: calc(100vh - 42px);
    overflow: hidden; */
    display: flex;
}

.p-sidebar {
    padding: 20px 15px 20px 15px;
    width: 290px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 10%);
}

.p-sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-sidebar-card {
    border: 1px solid #F7F8FA;
    background-color: #F7F8FA;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 1px 0px 10px rgb(0 0 0 / 5%);
}

.p-sidebar-card-title {
    font-weight: 500;
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 8px;
}

.p-sidebar-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
}

.p-sidebar-card-body .warning {
    text-align: center;
    color: #00D76F;
    display: flex;
    padding-top: 80px;
}

.p-sidebar-card-body .warning i {
    padding-left: 20px;
    padding-right: 20px;
}

.p-sidebar-card-value {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-sidebar-card-actions {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.p-sidebar-card-actions .btn {
    font-size: 12px;
    padding: 6px 8px !important;
    flex: 1;
}

.p-sidebar-card-help {
    padding-top: 40px;
    position: relative;
    margin-top: 100px;
    padding-bottom: 30px;
}

.p-sidebar-card-help img {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.p-content {
    flex: 1;
    padding: 10px 30px 20px 30px;
    height: 100%;
}

.navbar-light .navbar-toggler {
    border: 0 !important;
}

.pp-card-legal-partner {
    padding: 30px 40px;
    background: linear-gradient( 0deg, #FF471F 0%, #FF7D3E 100%);
    border-radius: 15px;
}

.calendar-item {
    /* background-color: #fff; */
    padding: 24px;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 10%);
    margin-bottom: 2rem;
    border-radius: 20px;
}

.calendar-item a {
    display: block;
    text-decoration: none;
    color: #1a1a1a;
}

.calendar-item-icon {
    height: 322px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar-item-icon::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    content: '';
    opacity: 0;
    transition: all ease-in-out .3s;
}

.calendar-item-icon .btn {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out .3s;
    opacity: 0;
}

.calendar-item-ido {
    /* max-width: calc(100% - 40px); */
    /* position: absolute;
    top: 20px;
    right: 20px; */
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgb(240 185 19 / 10%);
    /* color: #1a1a1a; */
    /* background: #F0B90B; */
    /* text-align: right; */
    transition: all ease-in-out .3s;
}

.calendar-item-ido-cal {
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 11px;
    background-color: #F0B90B;
    font-weight: 500;
    color: #000;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 8px;
}

.calendar-item-ido-cal img {
    border-radius: 20px;
}

.calendar-item a:hover .btn {
    opacity: 1;
}

.calendar-item a:hover .calendar-item-ido {
    transform: scale(1.1);
    transform-origin: top right;
}

.calendar-item a:hover .calendar-item-icon::before {
    opacity: 1;
}

.calendar-item-icon img {
    width: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.modal-body .calendar-item-icon img {
    width: 100%;
}

.calendar-item-title h2 {
    margin-bottom: 0;
    font-size: 22px;
    padding: 20px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.calendar-item-time {
    padding: 10px 15px;
    background-color: rgb(0 0 0 / 5%);
    border-radius: 10px;
    transition: all ease-in-out .3s;
    transform-origin: center center;
}


/* .calendar-item-time:hover {
    transform: scale(1.1);
} */

.calendar-item-time:not(:last-child) {
    margin-bottom: 15px;
}

.calendar-item-time span,
.calendar-item-time b {
    display: block;
    font-size: 14px;
}

.calendar-item-time b {
    font-weight: 500;
    color: #00D76F;
}

body.darkmode .modal-body .calendar-item {
    background-color: #121833;
}

body.darkmode .calendar-item a {
    color: #fff;
}

body.darkmode .calendar-item-time,
body.darkmode .calendar-item-ido {
    background-color: #0c0e27;
}

body.darkmode .calendar-item-time span {
    color: #dfdfdf;
}

body.darkmode .p-form-group {
    border: 1px solid #121833;
    background-color: #121833;
}

body.darkmode .p-form-group .form-label,
body.darkmode .btn-cog,
body.darkmode .p-transform {
    color: #C3C5CB;
}

body.darkmode .p-input-group .form-control {
    color: #fff;
}

body.darkmode .p-select-card {
    background-color: #0c0e27;
    height: 100%;
}

body.darkmode .p-select-card-title {
    color: #fff;
}

body.darkmode .bs-stepper .line,
body.darkmode .bs-stepper-line {
    background-color: rgb(108 117 125);
}

body.darkmode .p-sidebar {
    background-color: #0f112c;
}

body.darkmode .p-sidebar-card {
    border: 1px solid #0c0e27;
    background-color: #0c0e27;
}

body.darkmode .p-sidebar-card-title {
    color: #C3C5CB;
    border-bottom: 1px #0c0e27 solid;
}

body.darkmode .navbar-light .navbar-nav .nav-link {
    color: #A9BEFF;
}

body.darkmode .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

body.darkmode::after {
    opacity: .3;
}

body.darkmode {
    color: #fff;
    background-color: #00227F;
}

body.darkmode table {
    color: #fff;
}

body.darkmode table td,
body.darkmode table th,
body.darkmode .table>:not(:last-child)>:last-child>* {
    border-color: #131935;
}

body.darkmode .modal-content {
    background: #121833;
    color: #fff;
}

body.darkmode .modal-header {
    border-color: #f3bd9a36;
    padding-left: 0;
    padding-right: 0;
}

body.darkmode .modal-header .text-dark {
    color: #C3C5CB !important;
}

body.darkmode .modal-header .btn-close {
    filter: invert(1);
}

body.darkmode .modal-title {
    color: #A9BEFF !important;
}

body.darkmode .p-content-tabs .nav-tabs .nav-link {
    color: rgba(255, 255, 255, .5);
}

body.darkmode .p-content-tabs .nav-tabs {
    border-bottom: 1px solid #121833;
}

body.darkmode .p-sidebar-card-value {
    color: #fff;
}

.p-social svg {
    fill: #F0B90B;
}

body.darkmode .p-sidebar-card {
    border: 1px solid #121833;
    background-color: #121833;
}

body.darkmode .p-sidebar-card-title {
    color: #C3C5CB;
    border-bottom: 1px #0c0e27 solid;
}

body.darkmode .p-sidebar-card-steps {
    background-color: #121833;
    border: 1px #121833 solid;
}

body.darkmode .border-b {
    border-bottom: 1px solid #0c0e27;
}

.logo_border {
    height: 120px;
    position: relative;
}

.logo_border::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    margin-right: -1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .calendar-items .row {
        --bs-gutter-x: 2rem;
    }
}

@media(min-width:768px) {
    .calendar-item-cal {
        height: 155px;
        /* background: linear-gradient(to right, #f1b90c, #F0B90B) !important; */
    }
}

@media(max-width:992px) {
    .pp-banner-top {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        text-align: center;
        padding: 5px 15px;
    }
    .p-cards-top {
        flex-wrap: wrap;
    }
    .p-card-top {
        min-width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
}

@media(max-width:768px) {
    .calendar-item-ido-cal {
        display: none;
    }
    .rbc-event,
    .rbc-day-slot .rbc-background-event {
        padding: 1px;
    }
    .calendar-item-cal {
        max-height: 50px !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .calendar-item-cal .calendar-item-icon::before {
        display: none !important;
    }
    .rbc-event,
    .rbc-day-slot .rbc-background-event {
        padding: 3px 2px 2px 0 !important;
    }
    .calendar-item-cal .calendar-item-icon img {
        width: auto !important;
        height: 40px !important;
    }
    .rbc-date-cell {
        line-height: 1 !important;
    }
    .rbc-date-cell>a,
    .rbc-date-cell>a:active,
    .rbc-date-cell>a:visited {
        font-size: 11px !important;
        line-height: 1 !important;
    }
    .p-copyright {
        text-align: center;
    }
    #tsparticles {
        display: none;
    }
    .page-container {
        height: 100% !important;
    }
    .page-footer .col-md-6 {
        text-align: center !important;
    }
    .p-footer-right {
        justify-content: center !important;
    }
    .app-toggle,
    .p-sidebar-close {
        display: block;
    }
    .p-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        transition: all ease-in-out .3s;
    }
    .p-sidebar.active+.p-sidebar-backdrop {
        z-index: 999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .5);
        content: '';
        position: fixed;
        opacity: 1;
        transition: opacity ease-in-out .3s;
    }
    .p-sidebar.active {
        z-index: 9999;
        right: 0;
    }
    .p-content {
        padding: 0;
    }
    .p-content .navbar {
        background-color: #fff;
        /* padding-left: 15px; */
    }
    .navbar-light .navbar-toggler,
    .app-toggle {
        outline: none !important;
        box-shadow: none !important;
    }
    body.darkmode .app-toggle {
        color: #f1b90c;
        border-color: #f1b90c;
    }
    body.darkmode .p-content .navbar {
        background-color: #212121;
    }
    body.darkmode .p-sidebar {
        background-color: #0c0e27;
    }
    body.darkmode .p-sidebar.active+.p-sidebar-backdrop {
        background-color: rgba(0, 0, 0, .8);
    }
    .bs-stepper .line,
    .bs-stepper-line {
        display: none;
    }
    .bs-stepper .step-trigger {
        font-size: 11px;
        padding: 0 5px;
    }
    .bs-stepper-label {
        white-space: normal;
        height: 2.4rem;
        list-style: 1.2;
        display: block;
        text-align: center;
    }
    .p-address {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .page-container {
        flex-direction: column;
    }
    .pp-notice {
        order: 2;
    }
    .p-content {
        order: 3;
    }
    .p-sidebar {
        order: 1;
        position: relative;
        display: block;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        left: 0;
    }
    .p-sidebar-close {
        display: none;
    }
    body.darkmode .p-sidebar {
        border-bottom: 1px solid #0c0e27;
    }
}

@media (min-width: 576px) {
    .p-modal-dialog {
        max-width: 420px;
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.block-ui-container {
    height: 100vh !important
}

body.darkmode .rbc-time-content>*+*>* {
    border-left: 1px solid #2a2a2a !important;
}

body.darkmode .rbc-timeslot-group {
    border-bottom: 1px solid #2a2a2a !important;
}

body.darkmode .rbc-day-slot .rbc-time-slot,
body.darkmode .rbc-time-content {
    border-top: 1px solid #2a2a2a !important;
}

.rbc-toolbar button:focus {
    background-color: transparent !important;
}

.rbc-toolbar .rbc-btn-group:last-child {
    display: none !important;
}

.block-ui-container {
    position: fixed;
}

body.v2 .btn-primary {
    background: linear-gradient( 180deg, #FF9C4F 0%, #FF461E 100%);
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

body.v2 .btn-primary.btn-lg {
    height: 50px;
    font-weight: 600;
}

body.v2::after,
body.v2 .pp-homepage::after,
body.darkmode.v2 .pp-projects-page::after,
body.darkmode.v2 .pp-staking-page::after {
    background-image: url(../images/bg.jpg);
    background-position: top center;
}

body.darkmode.v2 .modal-content {
    background: linear-gradient( 0deg, #152282 0%, #2f48d6 100%);
    border-radius: 15px;
    position: relative;
    padding: 0 30px 10px 30px;
}

body.darkmode.v2 .card-main .p-form-group {
    background-color: #131C30 !important;
    border: 1px #131C30 solid;
}

body.darkmode.v2 .card-main {
    background-color: #0f1727;
}

.btn-select-network {
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
    white-space: nowrap;
    width: 100%;
    margin: 10px 0;
    border: 0;
    background-color: transparent;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 15px;
    font-size: 20px;
    transition: all ease-in-out .3s;
    color: #fff;
}

body.v2 .btn-outline-primary {
    border: 1px #6574c7 solid !important;
    color: #6574c7 !important;
}

body.v2 .btn-outline-primary:hover {
    background: linear-gradient(to right, #6574c7, #a5b4f7);
    box-shadow: 1px 2px 15px #6574c7;
    color: #fff !important;
}

body.v2 .nucleobase:before,
body.v2 .nucleobase:after {
    background-color: #6574c7 !important;
}

body.v2 .modal-backdrop.show {
    opacity: .85;
    background-color: #19013b !important;
}

body.darkmode.v2 .border-b {
    border-bottom: 1px solid #0f1727;
}

body.darkmode.v2 .nk-circle-animation:before {
    border-top-color: #6574c7;
    border-right-color: #6574c7;
}

body.darkmode.v2 .nk-circle-animation:after {
    border-top-color: #6574c7;
    border-bottom-color: #6574c7;
}

body.v2 .team-s5 .team-photo {
    border: 5px #6574c7 solid;
}

body.v2 .team-s5 .team-social {
    background: linear-gradient(to bottom, #6574c7, #a5b4f7);
}

body.v2 #toTop {
    background: linear-gradient(to right, #6574c7, #a5b4f7);
}

body.v2 .p-content-tabs .nav-tabs .nav-link.active,
body.v2 .pp-detail-content .nav-tabs .nav-link.active {
    border-bottom: 4px #6574c7 solid;
    color: #6574c7 !important;
}

body.v2 .text-success,
body.v2 .step.active .bs-stepper-label,
body.v2 .p-sidebar-card-body .warning,
body.v2 .calendar-item-time b,
body.darkmode.v2 .pp-detail-content .nav-tabs .nav-link.active {
    color: #6574c7 !important;
}

body.v2 .step.active .bs-stepper-circle,
body.v2 .p-select-card.selected::before {
    background-color: #6574c7 !important;
}

body.v2 .p-select-card::after {
    border: 1.5px solid #6574c7;
}

body.v2 .p-select-card.selected {
    border: 1px solid #6574c7;
}

body.v2 .rbc-today {
    background: linear-gradient(to right, #6574c770, #a5b4f770);
}

body.darkmode.v2 .rbc-off-range-bg {
    background-color: #131c30 !important;
}

body.darkmode.v2 .rbc-toolbar button,
body.darkmode.v2 .rbc-month-view,
body.darkmode.v2 .rbc-header,
body.darkmode.v2 .rbc-time-view,
body.darkmode.v2 .rbc-agenda-view table.rbc-agenda-table,
body.darkmode.v2 .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td,
body.darkmode.v2 .rbc-agenda-view table.rbc-agenda-table tbody>tr+tr,
body.darkmode.v2 .rbc-time-header-content {
    border: 1px solid #a5b4f714 !important;
}

body.darkmode.v2 .rbc-day-bg+.rbc-day-bg {
    border-left: 1px solid #a5b4f714 !important;
    border-right: 1px solid #a5b4f714 !important;
    border-bottom: 1px solid #a5b4f714 !important;
}

body.darkmode.v2 .p-sidebar-card {
    border: 1px solid #131c30;
    background-color: #131c30;
}

body.darkmode.v2 .p-sidebar .p-sidebar-card {
    border: 1px solid #1b2640;
    background-color: #1b2640;
}

body.darkmode.v2 .p-sidebar {
    background-color: transparent;
}

body.darkmode.v2 .p-select-card {
    background-color: #1b2640;
}

body.darkmode.v2 .p-sidebar-card-steps {
    background-color: #131c30 !important;
    border: 1px #131c30 solid !important;
}

body.darkmode.v2 .p-content-tabs .nav-tabs,
body.darkmode.v2 .p-sidebar-card-title {
    border-bottom: 1px solid #1b2640;
}

body.v2 .pp-card-progress-percent {
    max-width: 100%;
    background: linear-gradient( 90deg, #EE5534 0%, #F18A3A 100%);
}

body.v2 .pp-card-info {
    padding: 0 !important;
    flex-wrap: wrap;
    row-gap: 5px;
}

body.v2 .item-desc {
    padding: 8px 0 !important;
}

body.darkmode.v2 .pp-detail-content table,
body.darkmode.v2 table td,
body.darkmode.v2 table th,
body.darkmode.v2 .table>:not(:last-child)>:last-child>* {
    border-color: #131c30;
}

body.darkmode.v2 .bg-gradient-danger {
    background: linear-gradient( 0deg, #152282 0%, #2f48d6 100%);
    border-radius: 25px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 20%);
    transition: all ease-in-out .3s;
}

body.darkmode.v2 .bg-gradient-danger .card-body {
    position: relative;
    z-index: 2;
    padding: 30px !important
}

body.darkmode.v2 .bg-gradient-danger::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-image: url(../images/app.png);
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

body.darkmode.v2 .navbar {
    background-color: #1a2ea5bf !important;
    box-shadow: 1px 2px 12px rgb(0 0 0 / 15%);
}

body.darkmode.v2 .pp-detail-content .card {
    background: linear-gradient( 0deg, #152282 0%, #2f48d6 100%);
    box-shadow: 1px 2px 20px rgb(0 0 0 / 20%);
    border-radius: 30px;
    border: 0;
    padding: 20px;
}

body.v2 .pp-detail-content .nav-tabs {
    border-bottom: 1px solid #ffffff26;
    margin-bottom: 20px;
}

body.darkmode.v2 .calendar-item-time,
body.darkmode.v2 .calendar-item-ido {
    background-color: #0f1727;
}

body.darkmode.v2 .modal-body .calendar-item {
    background-color: #11192a;
}

.block-ui-container {
    position: fixed;
}

.block-ui-overlay {
    position: fixed !important;
}

.stake-amount-note {
    font-size: 14px !important;
    margin-top: -1px;
    margin-bottom: 6.1px;
}

.wallet-info a {
    color: #A9BEFF;
    margin: 5px 15px;
    transition: color ease-in-out .3s;
}


/* Single item */

.pp-investment .investment-section-items .single-item {
    background: linear-gradient( 0deg, #152282 0%, #2f48d6 100%);
    border-radius: 25px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 20%);
    transition: all ease-in-out .3s;
}

.pp-investment .investment-section-items .single-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-image: url(../images/app.png);
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

.pp-investment .investment-section-items .single-item .pp-card-body {
    position: relative;
    z-index: 2;
    padding-top: 30px;
}

.pp-investment .investment-section-items .single-item:hover {
    box-shadow: 1px 2px 40px rgba(0, 0, 0, 0.3);
}

.pp-investment .investment-section-items .single-item a {
    text-decoration: none;
    display: block;
    text-align: left;
}

.pp-investment .investment-section-items .single-item .single-image {
    width: 100%;
}

.pp-investment .investment-section-items .single-item .single-image img {
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.pp-investment .investment-section-items .single-item .part-prize .percentage {
    font-size: 50px;
    color: #f1b90c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.pp-investment .investment-section-items .single-item h3 a div {
    color: #1a1a1a;
}

.pp-investment .investment-section-items .single-item .part-prize h3 {
    font-size: 18px;
    color: #f1b90c;
}

.pp-investment .investment-section-items .single-item .part-prize .min-max {
    font-size: 16px;
    padding: 27px 0 27px;
}

.pp-investment .investment-section-items .single-item .part-prize .min-max .left {
    margin-right: 20px;
}

.pp-investment .investment-section-items .single-item .part-cart {
    padding: 134px 0 47.008px 0;
    position: relative;
}

@media(max-width:767px) {
    .single-item:hover .icon-box::before {
        width: 70px;
        height: 70px;
        padding: 12px;
    }
}

body.darkmode .pp-investment .investment-section-items .single-item h3 a div {
    color: #fff;
}

@media(max-width:768px) {
    .pp-investment .investment-section-items .single-item {
        margin: 0 0 1rem 0;
    }
}


/* Icon box */

.pp-card-top .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #ffffff17;
    padding: 8px;
}

.pp-card-top .icon-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    overflow: hidden;
}

.pp-card-top .icon-box img {
    width: 100%;
}


/* Title box */

.pp-card-top .title-box {
    flex: 1;
    color: #efe9e9;
    text-align: left;
    max-width: calc(100% - 85px);
}

.pp-card-top .title-box h3 a,
.pp-card-top .title-box h3 a div {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pp-card-top .title-box h2 {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #fff;
}

.socialx {
    display: flex;
    align-items: flex-end;
    column-gap: 3px;
}

.socialx a {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    color: #fff !important;
    margin: 0 3px;
    display: flex !important;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
    transition: all ease-in-out .2s;
}

.socialx a:hover {
    color: #ff5500 !important;
}

.pp-card-top .title-box h3 {
    margin-bottom: 0;
    color: #333;
    font-size: 19px;
    font-weight: bold;
}

.pp-card-top .title-box span {
    padding: 3px 10px 4px 10px;
    background-color: rgb(175 175 175 / 10%);
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
}

.pp-card-top .title-box .items-morex>span {
    padding: 2px 6px 3px 6px;
    background: linear-gradient( 180deg, #FF9C4F 0%, #FF461E 100%);
}

.pp-detail-banner .pp-card-top .title-box .items-morex>span {
    background: rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .1);
}

body.darkmode .pp-card-top .title-box h3 {
    color: #fff;
    position: relative;
    z-index: 3;
}


/* Item social */

.item-social {
    display: flex;
    margin-top: 9px;
    position: relative;
    z-index: 2;
}

.item-social a {
    font-size: 13px;
    color: #fff;
    margin: 0 3px;
    display: flex !important;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
    transition: all ease-in-out .2s;
}

.item-social a:first-child {
    margin-left: 0;
}

.item-social a:hover {
    color: #F18A3A;
}


/* Item more */

.item-learn-more {
    height: 1.5rem;
    line-height: 1.5;
    display: none;
}

.items-morex {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 8px;
    position: absolute;
    top: 0px;
    right: 24px;
}

.items-morex div {
    margin-top: 37px;
}

.pp-detail-banner .items-morex {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.pp-detail-banner .items-morex div {
    margin-top: 0px;
}

.items-morex div span {
    display: flex;
    height: 28px;
    align-items: center;
}

.pp-detail-banner .items-morex {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    flex-direction: row !important;
    column-gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pp-detail-banner .items-morex div span {
    height: 25px;
}

@media (min-width: 1200px) {
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 2.5rem;
    }
}

body.darkmode.v2 table th,
body.darkmode.v2 table td {
    border-color: transparent;
}

body.darkmode.v2 #home .card-header {
    background-color: transparent;
}

body.darkmode.v2 #home table tr td {
    padding-top: 0 !important;
}

body.darkmode.v2 #home table tr td:first-child {
    color: #A9BEFF;
}

body.darkmode.v2 #home table tr td:last-child {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

body.darkmode.v2 .pp-detail-content .nav-tabs .nav-link.active {
    color: #fff !important;
    border-bottom: 4px #fff solid;
}

.text-nơwrap {
    white-space: nowrap;
}

.form-control.fs-24 {
    font-size: 24px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 15px 0 0 15px;
}

.text-label {
    color: #C89EFC;
}

.modal-body .input-group .btn {
    border-radius: 0 15px 15px 0 !important;
}

.term-page a {
    color: orange;
}

.term-page a:hover {
    color: orangered;
}

@media(max-width:767px) {
    .pp-card-info {
        flex-wrap: wrap;
        row-gap: 5px;
    }
    .pp-card-info .pp-card-col:nth-child(2) {
        text-align: right !important;
    }
    body.darkmode .pp-card-progress-label b {
        font-size: 14px !important;
    }
    body.darkmode.v2 .bg-gradient-danger .card-body {
        padding: 20px !important;
    }
    .pp-detail-content .nav-tabs .nav-link {
        font-size: 14px;
        margin-right: 15px;
    }
    .pp-detail-content .nav-tabs li:last-child .nav-link {
        margin-right: 0;
    }
    body.darkmode.v2 #home table tr td:first-child {
        padding-left: 0 !important;
        width: 115px;
    }
    body.darkmode.v2 #home table tr td:last-child {
        font-size: 13px;
        padding-right: 0 !important;
    }
    .pp-table-info td {
        white-space: normal;
    }
    body.darkmode.v2 .pp-detail-page .tab-content .card-header,
    body.darkmode.v2 .pp-detail-page .tab-content .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-helpmore {
        min-width: 32px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar-brand img {
        width: 50px !important;
    }
}