﻿
button,
.btn {
    padding: 5px 30px;
    display: inline-block;
    border-radius: 50px;
    min-width: 130px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    color: #fff;
}

.table th,
.table td {
    padding: 18px;
    font-weight: 600;
}

.table-responsive-sm {
}

.table {
    border-collapse: separate;
    padding: 2%;
    background-color: rgba(-6,72,110, 0.61);
    border-radius: 21px;
    border-spacing: 0 1rem;
}

    .table tr td,
    .table tr th {
        background: rgba(14, 42, 140, 0.4);
        border: 0px;
        vertical-align: middle;
    }

        .table tr td:first-child,
        .table tr th:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .table tr td:last-child,
        .table tr th:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.intro {
    min-height: 90vh;
    position: relative;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: url("../images/background/bg.jpg");*/
    background-size: cover;
    background-position: center;
    z-index: 1;
}

    .intro:after {
        z-index: -1;
        content: '';
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #193549;
        opacity: 0.65;
    }

    .intro .intro-content {
        padding: 30px 0px;
    }

        .intro .intro-content h2 {
            margin-bottom: 50px;
            font-weight: 700;
            color: #fff;
            font-size: 48px;
            line-height: 60px;
        }

@media only screen and (max-width: 1199px) {
    .intro .intro-content h2 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .intro .intro-content h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .intro .intro-content h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
}

.intro .intro-content p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    max-width: 500px;
}

.intro .intro-content .btn {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    min-width: 150px;
    font-size: 18px;
    font-weight: 500;
    padding: 13px;
    margin-right: 10px;
}

    .intro .intro-content .btn:hover, .intro .intro-content .btn:focus, .intro .intro-content .btn:active, .intro .intro-content .btn.active {
        background: #7B6FFF;
    }

@media only screen and (max-width: 1199px) {
    .intro .intro-content .btn {
        font-size: 16px;
        min-width: 180px;
        padding: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .intro .intro-content .btn {
        font-size: 15px;
        min-width: 150px;
        padding: 10px;
    }
}

.profile_chart.card .card-body .chart_current_data {
    min-width: 165px;
    border-radius: 16px;
    background: #fff;
    padding: 13px 20px;
    display: inline-block;
    margin-bottom: 40px;
}

    .profile_chart.card .card-body .chart_current_data h3 {
        font-size: 36px;
        color: #7B6FFF;
        margin-bottom: 0px;
        line-height: 43px;
    }

    .profile_chart.card .card-body .chart_current_data p {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

.chart-stat {
    border-radius: 15px;
    padding: 15px 15px;
    margin-bottom: 15px;
    background-color: rgba(-7,59,96, 0.35);
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .chart-stat {
        padding: 15px 7px;
    }
}

.chart-stat h5 {
    margin-bottom: 5px;
}



.chart-stat {
    background: rgba(-7,59,96, 0.35);
    border-radius: 15px;
    padding: 15px 15px; 
    margin-bottom: 15px;
    /* max-width: 25%;*/
    text-align: center;
}
.barcodetag {
    float: left;
    padding: 4% 6%;
}
@media only screen and (min-width: 20px) and (max-width: 600px) {
    .chart-stat {
        float:left;
        margin:5%;
        padding: 15px 7px;
       /* max-width: 40%;*/
        text-align:center;
    }
    .barcodetag {
        float: unset;

    }
    .chart-stat2 {
        float: left;
        margin: 5%;
        padding: 12px 7px;
        width: 66px;
        text-align: center;
        font-size: 8px;
        height: 42px;  
    }
}

.chart-stat2 {
    background: rgba(-7,59,96, 0.35);
    border-radius: 15px;
    padding: 15px 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 180px;
} 

@media only screen and (min-width: 20px) and (max-width: 600px) {
    .chart-stat2 {
        float: left;
        margin: 5%;
        padding: 12px 7px;
        width: 66px;
        text-align: center;
        font-size: 8px;
        height: 42px;
    }


    .chart-stat h5 {
        margin-bottom: 5px;
    }

    .selool {
        width: 21%;
        float: left;
        margin: 16px;
    }


    .badge {
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .badge-success {
        color: #fff;
        background-color: #10d876;
    }

    a.badge-success:hover, a.badge-success:focus {
        color: #fff;
        background-color: #0ca95c;
    }

    a.badge-success:focus, a.badge-success.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(16, 216, 118, 0.5);
    }


    .badge-danger {
        color: #fff;
        background-color: #FF788E;
    }

    a.badge-danger:hover, a.badge-danger:focus {
        color: #fff;
        background-color: #ff4563;
    }

    a.badge-danger:focus, a.badge-danger.focus {
        outline: 0;
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(255, 120, 142, 0.5);
    }



    .buy-thumb {
        width: 25px;
        height: 25px;
        color: #10d876;
    }

    .sold-thumb {
        width: 25px;
        height: 25px;
        color: #FF788E;
    }
 