.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.invitation_message {
    border-color: transparent;
    width: 100%;
}
.copy-alert {
    color: #ff0000;
    font-size: 13px;
}
.n_border {
    border-color: transparent !important;
}
.w-30p {
    width: 30%;
}
.ellipsis {
    text-overflow: ellipsis;
}

/* graph */
.canvas_wrap {
    position: relative;
}
.canvas_cond {
    position: relative;
    width: 100%;
/*    min-width: 180px;*/
    min-height: 180px;
    text-align: center;
    overflow: hidden;
}
.canvas_cond canvas {
    width:100%;
}
.doughnut_graph {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.percents {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
}
.title {
    font-size: 17px;
    color: #02658C;
    font-weight: bold;
    text-align: center;
}
.people {
    font-size: 17px;
    color: #D89B2B;
    text-align: center;
    line-height: 1.1;
}
.people .team {
    font-size: 32px;
}
.percent {
    font-size: 17px;
    color: #9ABACD;
    text-align: center;
}

.ac_line_graph_cond {
    min-height: 376px;
}
.bar_ac_it_graph {
    width: 100%;
}
.canvas_wideh_wrapper {
    display: flex;
}
.canvas_wideh_cond {
    position: relative;
    flex-grow: 1;
    min-height: 0;
}
@media (max-width: 765px) {
    .title,
    .people,
    .percent {
        font-size: 14px;
    }
    .people .team {
        font-size: 25px;
    }
}
@media (max-width: 575px) {
    .canvas_wrap {
        position: relative;
        width: auto !important;
    }
    .canvas_cond {
        min-width: 140px;
        min-height: 140px;
    }

    .canvas_wide_wrapper {
        position: relative;
        overflow-x: scroll;
    }
    .canvas_wide_cond {
        height: 200px;
    }
    .canvas_wide_cond canvas {
        position: absolute; 
        left: 0;
        top: 0;
    }
}


/* header */
.p-4_2 { 
    padding: 0.2rem 1.5rem!important;
}
.header_logo {
    margin-bottom: 0 !important;
}
.header_logo img {
    height: 70px;
}
.logout_btn {
    display: inline-block;
    height: 36px;
    font-size: 14px;
}

/* user */
.input_file {
    font-size: 13px;
}

/* student */
.action_flg_v0,
.action_flg_v0:focus {
    background: #D99C2B !important;
    color: #fff !important;
}
.action_flg_v1,
.action_flg_v1:focus {
    background: #A8D55E !important;
    color: #fff !important;
}

/* breafing */
.min_select select {
    min-width: 4em !important;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 576px) {
    /* ranking */
    .crown_td {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .crown {
        display: inline-block;
        height: 48px;
        background: url(/img/ico-crown.png) no-repeat center 8px !important;
        background-size: 2.5em !important;
        padding: 1.1em 1.4em .0em !important;
    }
}
