.navbar-default {
    background-color: initial;
    border-color: #0c1328;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle !important;
}
.reportBox {
    height: auto;
    margin-top: 5rem;
}

.title {
    margin-left: 0;
}

.btn:hover {
    color: white;
}
.thImg{
    width: 3.6rem;
}
.addTag {
    border: #0a0f21;
    color: #696f85;
    width: 12rem;
    font-weight: bolder;
}

.tagBox {
    margin-top: 2rem;
}

.seTag {
    font-weight: 500;
    background-color: #00ddd6;
    background-image: linear-gradient(to right, #00ddd6, #009cf8);
    border-radius: 3rem;
    color: white;
}
#myTab>.active>a{
    font-weight: 500;
    background-color: #00ddd6;
    background-image: linear-gradient(to right, #00ddd6, #009cf8);
    border-radius: 0.5rem;
    border: 0px;
    width: 100%;
    height: 3.4rem;
    line-height: 3.4rem;
    text-decoration: none;
    display: inline-block;
    color: white;
}
#myTab>li>a{
    height: 3.4rem;
    line-height: 3.4rem;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2rem;
    color: #696f85;
}
.table {
    margin-top: 3rem;
    display: none;
}
.tab_content_active{
    display: table;
}

.table th,
td {
    vertical-align: middle;
    text-align: center;
    border-color: #151e3d !important;
    color: white;
    height: 3rem !important;
    line-height: 3rem !important;
}

.table-striped>thead>th {
    border-radius: 100%;

}

.table-striped>thead>tr {
    background-color: #151e3d;

}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #151e3d;

}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #0c1326;
}

table tr:first-child th:last-child {
    border-top-right-radius: 1rem;
}

table tr:first-child th:first-child {
    border-top-left-radius: 1rem;
}
.nav-tabs{
    border: 0  !important;
}

.imgBox {
    height: 34rem;
}

#imgTit {
    margin-top: 10rem;
}

.imgItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.imgItem>img {
    width: 30rem;
    height: 14rem;
    border-radius: 1rem;
    border: 1rem solid #282b3d;
    margin-right: 2rem;
    cursor: pointer;
}

#myTab,
#mytab-content {
    display: none;
}


@media(max-width:767px) {
    .top {
        height: auto;
        background-size:200% 150%;
    }
    .table,
    .tagBox {
        display: none;
    }

    .imgBox {
        height: auto;
    }

    .reportBox {
        height: auto;
        margin-top: 5rem;
    }

    .imgItem {
        flex-wrap: wrap;
        justify-content: center;
    }

    .imgItem>img {
        height: 14rem;
        margin-bottom: 3rem;
    }

    .itemsbox {
        height: auto;
    }

    #mytab-content {
        display: block;
    }

    #myTab {
        margin-top: 3rem;
        display: block;
    }

    #myTab>li {
        width: 12rem;
        text-align: center;
    }

    .mobiletag {
        width: 98%;
        margin: 0 auto;
        height: 6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mobiletag {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #1b2646;
        border-radius: 1rem;
    }

    .idbox {
        width: 6rem;
        text-align: center;
    }

    .speed {
        width: 12rem;
    }

    .speedbt {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .city {
        margin-left: 2rem;
        width: 5rem;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .imgItem>img{
        width: 22rem;
        height: 12rem;
    }
    
}
@media screen and (max-width:540px) {
    .addTag {
        width: 10rem;
    }

    #myTab>li{
        width: 10rem;
        text-align: center;
     }
     .idbox {
        width: 6rem;
        text-align: center;
    }
    .speed {
        width: 11rem;
    }
    .pagination>li>a {
        margin-left: 0rem !important;
    }

}

@media screen and (width:375px) {
    .addTag {
        width: 10rem;
    }

    #myTab>li{
        width: 10rem;
        text-align: center;
     }
     .idbox {
        width: 6rem;
        text-align: center;
    }
    .speed {
        width: 11rem;
    }
    .pagination>li>a {
        margin-left: 0rem !important;
    }

}

