.box {
    width: 800px;
}

.containerC {
    min-height: 600px;
}
@media screen and (min-width: 300px) and (max-width: 750px){
    .containerC{
        padding-left: 0;
        padding-right: 0;
    }

}

.blog-footer {
    margin: 40px;
}

.breadcrumb > .breadcrumb-3::before {
    color: #999;
    content: "↔";
}
.app-selected{
    background-color: #00ca6d;
}


.float-right{
    float: right;
}
.list-group-div{
    margin: 5px;
}
.height-20{
    height: 18px;
    font-size: 13px;
    color: #aaa;
    margin: 0;
}

.max300{
    max-width: 300px;
}
.boxlayout {
    width: 100%;
    background-color: white ;
    padding: 2% 0 5% 0;
    margin-top: 10px;
    float: left;
    display: inline-block;
    vertical-align: top;
    display: flex;
    justify-content: center;
}

.boxlayout_box{
    height: auto;
    padding: 1% 0 1% 0;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.boxlayout_box:not(:last-child) {
    margin-right: 2%;
}

.boxlayout_box_image{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.boxlayout_box_t{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.boxlayout_box_con{
    width: 80%;
    height: auto;
    margin: 2% auto 0 auto;
}

.col-lg-2{
    width: 49%;
    float: left;
}

.col-lg-2:nth-child(4n+1){
    background: #398bfc;
    color: #e9e9e9 !important;

    border-radius: 2rem;
}

.col-lg-2:nth-child(4n+4){
    background: #398bfc;
    color: #e9e9e9;
    border-radius: 2rem;
}

.susbox{
    height: 30vh;
    padding:30px;
}
.pulldown{
    font-size: 24px;
    color: #F5F5F5;
}
