body {
    background: #020617 !important;
}
@media (max-width: 990px) {
    #v-tabs {
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    #v-tabs .nav-item {
        display: inline-block;
        margin-right: 6px;
    }

    #v-tabs .nav-link {
        border-radius: 0;
        padding: 10px 14px;
        text-align: center;
    }

    #v-tabs {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE */
    }

    #v-tabs::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    #v-tabs .nav-item {
        display: inline-block;
        margin-right: 10px;
    }

    #v-tabs .nav-link {
        padding: 12px 20px;
        font-size: 18px;
        text-align: center;
    }
}
#v-tabs {
    cursor: grab;
}

#v-tabs.active {
    cursor: grabbing;
}
#v-tabs, #v-tabs * {
    user-select: none;
}
.header-nav{
    background-color: #020617 !important;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a{
    color: #e9e9e9 !important;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a.active{
    color: #2DD296 !important;
}
.nav-item a.active::before{
    background-color: #2DD296 !important;
}

.orta-text-dark{
    color: #28b27d !important;
}

.orta-text-1 {
    color: #2DD296 !important;
}

.orta-text-2 {
    color: #38e8a5 !important;
}

.orta-text-3 {
    color: #6bf9bf !important;
}

.orta-text-4 {
    color: #9df9d1 !important;
}

.orta-text-5 {
    color: #c4f7e5 !important;
}

.orta-bg-dark{
    background-color: #28b27d !important;
}

.orta-bg-1 {
    background-color: #2DD296 !important;
}

.orta-bg-2 {
    background-color: #38e8a5 !important;
}

.orta-bg-3 {
    background-color: #6bf9bf !important;
}

.orta-bg-4 {
    background-color: #9df9d1 !important;
}

.orta-bg-5 {
    background-color: #c4f7e5 !important;
}

p{
    color: #c4f7e5 !important;
}

.stakeholders-area .stakeholders-btn .nav a.active {
    color: #2dd296 !important;
}

.token-sale-area .token-sale-item .item {
    margin: 0 20px !important;
}
.token-sale-area .token-sale-item .item ul li {
    width: 100% !important;
    text-align: center !important;
}

.contact-form .input-box input {
    width: 100%;
    height: 55px;
    padding-left: 20px;
    background-color: rgb(45, 210, 150, 0.3);
    border: 0;
    border-radius: 4px;
    color: #c4f7e5;
}
.contact-form .input-box button {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    color: #2dd296;
    font-size: 16px;
    padding: 14px 34px;
}

.contact-form .input-box input {
    width: 100%;
    height: 55px;
    padding-left: 20px;
    background-color: rgb(45, 210, 150, 0.3);
    border: 0;
    border-radius: 4px;
    color: #c4f7e5;
}

input::placeholder,
textarea::placeholder {
    color: #749894 !important;;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #749894 !important;;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #749894 !important;;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #749894 !important;
}
.footer-area .footer-copyright ul li a{
    color: #28b27d !important;
}
.footer-area .footer-copyright ul li a:hover{
    color: #c4f7e5 !important;
}
.sub-menu-bar .navbar-nav .nav-item {
    /* border-bottom: 1px solid #38e8a5 !important; */
}
.main-btn-3 {
    color: #020617 !important;
}
[class="main-btn"] {
    color: #2DD296 !important;
}

.header-nav .logo{
    max-width: 120px;
}

.token table {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #c4f7e5;
    line-height: 24px;
}

/* --------------------- */


.is-invalid {
    border: 1px solid #a14545 !important;
}
.info-message{
    display: none;
    color: #ffffff;
    text-align: center;
}
.list-element li {
    color: #c4f7e5 !important;
}
ul.list-element {
    list-style-type: disc;
    margin-left: 66px;
    padding: initial;
}