.main-margin {
    margin: 10px 20px;
}

.tab-shadow {
    box-shadow: #4c385633 0px 0px 15px;
    margin-top: 15px;
    border-radius: 10px;
}

#v-pills-tab .nav-link {
    border-radius: 0px;
}

#v-pills-tabContent .tab-shadow {
    padding: 25px;
}

#v-pills-tab button:first-child {
    border-radius: 10px 10px 0 0;
}

#v-pills-tab button:last-child {
    border-radius: 0px 0px 10px 10px;
}

.index_form {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav-link {
    font-weight: 500;
    color: #0a7ddd;
}

#v-pills-tab .nav-link {
    color: #495057;
    text-align: left;
    padding: 15px 23px;
    width: 180px;
}

#v-pills-tab .nav-link.active {
    color: white;
    background: #0a7ddd!important;
}

.nav-tabs {
    padding-left: 14px;
}

.dis_none{
    display: none;
}

.input_token{
    display: unset;
    margin-right: 10px;
    width: 600px;
}

.form_input {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.index_submit{
    margin-bottom: 4px;
}

.index_main_divs {
    margin-bottom: 10px;
}

.index_button {
    width: 300px;
}

.index_price {
    display: inline-flex;
}

.index_benefit {
    text-decoration: line-through;
    position: absolute;
    top: 85px;
    left: 110px;
    font-size: 13px;
    display: inline-flex;
}

.tokens {
    margin-right: 15px;
    font-size: 30px;
}

.main_index {
    /*background-color: gainsboro;*/
}

.settings-modal__grid.is-tokens {
    max-width: 1350px;
}
.settings-modal__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px -24px;
    justify-content: space-evenly;
}
.settings-modal__col.is-sm {
    width: 215px;
}
.settings-modal__col {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.token {
    height: 245px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 27px 20px 27px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 5.39703px 20.2389px rgba(165,165,165,.25);
    box-shadow: 0px 5.39703px 20.2389px rgba(165,165,165,.25);
    border-radius: 16px;
}
.token__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
}
.token__price {
    margin-bottom: 5px;
    margin-top: 25px;
    font-weight: 700;
    font-size: 33px;
    line-height: 43px;
    color: #333333;
}
.button-blue {
    text-decoration: none;
    height: 38px;
    width: 100%;
    background: #0a7ddd;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.button-blue:hover {
    color: white;
    opacity: 0.85;
    transition: 0.2s;
}

.token__button {
    margin-top: auto;
}

.main-margin{
    margin-left: 15px;
}

.fade {
    transition: opacity .15s linear;
}

.support-wrap {
    box-shadow: #4c385633 0px 0px 15px 2px;
    margin: 20px 20px;
    padding: 14px;
}

.supportrequest_wrong {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 90, 0, 0.5);
}

.about-wrap p {
    margin-bottom: 0px;
}

.about-title, .about-text {
    box-shadow: #4c385633 0px 0px 15px 2px;
    margin: 20px 20px;
    padding: 14px;
}

.btn-success {
    background: #0a7ddd;
    border-color: #0a7ddd;
    border-radius: 7px;
}

.btn-success:hover {
    background: #0a7ddd;
    opacity: 0.85;
    transition: 0.2s;
    border-color: #0a7ddd;
}

#v-pills-tab button:hover {
    background-color: #f1f1f1;
}

.tab-pane_top {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 900px;
}

.tab-pane_title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.tab-pane_subtitle {
    font-size: 18px;
    font-weight: 600;
}

.tab-pane_content {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-pane_text {
    margin: 30px 0 10px;
    max-width: 700px;
}

.tab-pane_img {
    max-width: 700px;
}

@media (max-width: 1720px) {
    .input_token {
        width: 400px;
    }
}

@media (max-width: 1400px) {
    .tab-pane_top {
        width: 600px;
    }
}

