body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f5f5;

    background-color: #210E5E;
    background-color: #13111C;
    color: white !important;
}

.text-muted {
    color: white !important;
}

.bg-primary {
    background-color: #13111C!important;
}

header {
    /*background-color: #045de9!important;*/
    /*background-image: linear-gradient(315deg, #09c6f9 0%, #045de9 80%)!important;*/

    /*background-image: linear-gradient(315deg, #00379b 0%, #00379b 80%)!important;*/
    background-color: #210E5E!important;
    /*background-image: linear-gradient(315deg, #00539cff 0%, #00539cff 80%)!important;*/
    cursor: default;
}

.card-footer {
    padding: 0!important;
}
.gap-2 {
    gap: 0 !important;
}

.card-footer > .btn:first-child {
    border-radius: 0 0 .25rem .25rem!important;
}
.card-footer > .btn:nth-child(2) {
    border-radius: 0 0 .25rem 0!important;
}


a {
    color: #0046bf;
}

.block_top {
    margin-top:44px;
}

.footer-line {
    background-color: #13111C;
}

.card_effect {
    box-shadow: 1px 1px 5px 2px rgba(11, 19, 37, 0.09);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #292731;
    color: white!important;
}

.form-check-input:checked {
    background-color: #0046bf;
    border-color: #0046bf;
}

.bg-dark {
    background-color: #292731!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9)!important;
}

.btn-outline-primary {
    /*color: #0046bf!important;*/
    color:white!important;
    font-weight: 700;
    background-color: #FFCB00!important;
    border-color: #FFCB00!important;
}

.btn-outline-primary:hover {
    color: white!important;
    background-color: #FFCB00!important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.shape {
    position: relative;
    overflow: hidden;
    height: 40px;
}

.shape::before {
    border-radius: 100%;
    position: absolute;
    background: #00379b;
    right: -100px;
    left: -100px;
    top: -100px;
    content: '';
    bottom: 0;
}


.link_cat {
    padding: .25rem .5rem;
    color: #0046bf;
}

.cat_pill {
    padding: .175em .325em!important;
    color: #0046bf!important;
    border: 1px solid #0046bf!important;
}


.card_effect:hover {
    box-shadow: none;
}

a {
    text-decoration: none;
}

.select_none {
    user-select:none;
}

.display_none {
    display: none;
}

.green_gradient {
    background: -webkit-linear-gradient(45deg, #5AFF15, #00B712 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange_gradient {
    /*background: -webkit-linear-gradient(45deg, #FFDD00, #FBB034 80%);*/
    background: -webkit-linear-gradient(45deg, #FF8008, #FFC837 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.red_gradient {
    /*background: -webkit-linear-gradient(45deg, #B02E0C, #EB4511 80%);*/
    background: -webkit-linear-gradient(45deg, #FF0000, #FF0000 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.purple_gradient {
    background: -webkit-linear-gradient(45deg, #970acd, #A4508B 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue_gradient {
    background: -webkit-linear-gradient(45deg, #1c92d2, #009cbf 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-bitcoin {
    color: #fd7e14!important;background-color: white;border-radius: 90px;border:1px solid #cd6813;
}

.twitter_gradient {
    /*background: -webkit-linear-gradient(45deg, #83EAF1, #63A4FF 80%);*/
    background: -webkit-linear-gradient(45deg, #1DA1F2, #1DA1F2 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.facebook_gradient {
    /*background: -webkit-linear-gradient(45deg, #009FFD, #3e3ecc 80%);*/
    background: -webkit-linear-gradient(45deg, #0088cc, #0088cc 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-body-padding {
    padding:.5rem 1rem .20rem 1rem!important;
}
.top-number {
    position:absolute!important;
    top: 0!important;
    left:0!important;
    background-color: #27262C!important;
    border-radius: 0 0 10px 0!important;
    padding: 5px!important;
    width: 32px!important;
    color:white!important;
    font-weight: 900!important;
    text-align: center!important;
}
.fa-style {


    padding: 10px;
    font-size: 15px;
    width: 50px!important;
    text-align: center;
    text-decoration: none;

}

.fa-style-twitter {
    background: #55ACEE;
    color: white;
}

.fa-style-telegram {
    background: #0088cc;
    color: white;
}

.fa-style-facebook {
    background: #3B5998;
    color: white;
}

.fa-style-youtube {
    background: #bb0000;
    color: white;
}

#btn-register {
    width: 50%; font-size: 1.3rem
}

.ft_900 {
    font-weight: 900
}

.pr_2 {
    padding-right: 20px;
}

.link_title_card {
    color: #212529;
    color: #FFFF;
}



.fc_white {
    color: white;
}

.btn_card {
    width: 40px;
    height: 40px;
    border-radius:100%;
    border:1px solid darkgrey;
    margin-right: 4px;
}

.btn_card:hover {
    background-color: darkgray;
}

.container_cat {
    padding: 10px;

    box-shadow: 1px 1px 5px 2px rgba(11, 19, 37, 0.09);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: white;
}
.mt-6 {
    margin-top:60px !important;
}

.home_text {
    color: rgba(255,255,255,1) !important;
    font-size:1rem!important;
}

.error_text {
    color: red;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0!important;
}
.container {

    width: 100%;
}
.pl-1 {
    padding-left:10px;
}

.ft1rem {
    font-size: 1rem;
}

.ft0125 {
    font-size: 1.15rem;
}

h4 >a {
    color: #212529;
}
.h3small {
    font-size: .875em;
    margin-bottom: 1rem;
}

.btn-success {
    background: -webkit-linear-gradient(45deg, #58de15, #00d812 80%)!important;
}

.btn-success:hover {
    background: -webkit-linear-gradient(45deg, #56ca15, #00c412 80%)!important;
}

.box_titles {
    margin:0 0 1rem 0;
    padding:0 0 0 0;
    border-left: 3.5px solid rgba(0,0,0,.5);
    border-left: 3.5px solid #ED8F14;
    /*border-radius: 0.3rem;*/
}

.h4-right {
    padding:0 0 5px 10px;
    border-left: 3.5px solid rgba(0,0,0,.5);

}

.accordion-body {
    color: black;
}


#arrow_up_btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background: -webkit-linear-gradient(45deg, #FFDD00, #FBB034 80%);
    color: white;
    cursor: pointer;
    padding: 12px;
    border-radius: .25rem;
}

#arrow_up_btn:hover {
    background: -webkit-linear-gradient(45deg, #9b7c00, #9b6c22 80%);
}

.article_effect {
    box-shadow: 1px 1px 5px 2px rgba(11, 19, 37, 0.09);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #292731;
    padding:1rem;
}

#list_social_media {
    box-shadow: 1px 1px 5px 2px rgba(11, 19, 37, 0.09);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem!important;
}
hr {
    height: 1px!important;
}
.modal_resume {
    font-weight: 200!important;
    font-size: .95rem!important;
    margin-bottom:0.5rem!important;
}
#modal_resume {
    font-weight: 200!important;
}

.fw-400 {
    font-weight: 600;
}


.lead {
    font-size: 1.175rem;
}

.modal-footer {
    display:block!important;
}

.modal-dialog {
    max-width: 525px;
}

.btn_edit_coin {
    padding: .1875rem .375rem;
    border-radius: 90px;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0!important;

}

.border-radius {
    border-radius: .25rem;
    overflow:hidden;
}

.border-text {
    -webkit-text-stroke-width: .75px!important;
    -webkit-text-stroke-color: #212529!important;
}

.btn_card_bottom {
    width: 50%;
    font-size:.8rem!important;
}

.h2-article {
    font-size: 2rem!important;
}
.list_grp_item {
    background-color: transparent;
}
.header_article {
    background-image: none!important;
    background-color: #F9F9F9!important;
}


.border-left
{
    border-left: 2px solid gray!important;
}

.p1 {
    padding: 5px!important;
}


 .dropdown:hover .dropdown-menu{
     display: block!important;
 }
.dropdown-menu{
    margin-top: 0!important;
}

.btn_play {
    width: 100%!important; 
    border-bottom-right-radius: 0.25rem!important; 
    font-size: 19px!important;
    background-color: #ED8F14;
}

.btn-outline-primary {
    background-color: #ED8F14!important;
    border-color: #ED8F14!important;
}

.link_card_airdrop{
    color: white!important;
}

.combo_image_btn {
    border-radius: .25rem!important;
}

.combo_image {
    border-radius: .25rem!important;
    width: 100%;
    max-width: 600px;
}

.dnone {
    display: none;
}

.link_politics {
    color: white;
    text-decoration: underline;
}
@media (max-width: 992px) {
    .social_links_lg {
        display: none!important;
    }
    .social_links_sm {
        display: block;
    }
    .hidden-sm {
        display: none!important;
    }

    .article_effect {
        padding:.8rem;
    }
}

@media (min-width: 992px) {
    .container {
        width:75%;
    }

    .container_article {
        width:75%;
    }
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}