﻿body {
    min-width: 1315px;
}

.content {
    background: #FCFDFE;
}

/*.tab-container {
    display: block !important;
    min-width: 1315px;
}

.mobile-nav {
    display: none !important;
}*/

.main-table {
    width: 100%;
    text-align: center;
}

    .main-table > thead {
        background: #F7F9FB;
        box-shadow: inset 0px -1px 0px 0px #EDF0F2;
    }

        .main-table > thead > tr > th {
            border: 1px solid rgba(223, 227, 230, 0.5);
            width: 12%;
            padding: 2rem 0rem;
        }

    .main-table > thead > tr >th:first-child {
        width: 16%;
    }

        .main-table > thead > tr > th > div {
            width: 100%;
            height:100%;
            display: flex;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }

    .main-table > tbody {
        background: #EEF4FF;
        box-shadow: inset 0px -1px 0px 0px #EDF0F2;
    }

        .main-table > tbody > tr > td {
            border: 1px solid rgba(223, 227, 230, 0.5);
            padding: 1rem 0rem;
        }

        .main-table > tbody > tr.has-sub-table > td {
            border: none;
            padding: 0;
        }

        .main-table > tbody > tr > td > div {
            width: 100%;
            height: 100%;
            display: flex;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }

            .main-table > tbody > tr > td > div > span > i {
                font-family: "FontAwesome";
                -webkit-font-smoothing: antialiased;
                font-style: normal;
            }

                .main-table > tbody > tr > td > div > span > i:before {
                    text-decoration: inherit;
                    display: inline-block;
                    speak: none;
                    box-sizing: border-box;
                }

            .main-table > tbody > tr > td > div[aria-expanded=false] > span > i:before {
                font-family: "FontAwesome";
                content: "\f105";
                margin-right: 3px;
            }

            .main-table > tbody > tr > td > div[aria-expanded=true] > span > i:before {
                font-family: "FontAwesome";
                content: "\f107";
                margin-right: 3px;
            }

        .main-table > tbody > tr > td > div > span {
            font-weight: 700;
        }

            .main-table > tbody > tr > td > table {
                width: 100%;
                /*min-width: 1453px;*/
                text-align: center;
            }

                .main-table > tbody > tr > td > table > tbody {
                    background: #FCFDFE;
                    box-shadow: inset 0px -1px 0px 0px #EDF0F2;
                }

                    .main-table > tbody > tr > td > table > tbody > tr > td {
                        border: 1px solid rgba(223, 227, 230, 0.5);
                        width: 12%;
                        padding: 1rem 0rem;
                        font-weight: 500;
                    }

                    .main-table > tbody > tr > td > table > tbody > tr > td:first-child {
                        width: 16%;
                        color: #64728D;
                    }

                    .main-table > tbody > tr > td > table > tbody > tr > td > div {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        -ms-flex-direction: column !important;
                        flex-direction: column !important;
                        -ms-flex-pack: start !important;
                        justify-content: flex-start !important;
                        line-height: 1.8rem;
                    }

.btn-buy {
    width: 78px;
    height: 28px;
    background: linear-gradient( 137deg, #0566F5 0%, #4590FE 100%);
    border-radius: 4px;
}