[v-cloak] {
    display: none;
}

.header {
    display: flex;
    padding-top: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #eeeeee;
    background: white;
}

.year {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    padding-bottom: 10px;
}

.arrow_year {
    width: 7px;
    height: 7px;
    border-top: 2px solid #5E9DFF;
    border-right: 2px solid #5E9DFF;
    transform: rotate(135deg);
    margin-left: 10px;
    margin-bottom: 4px;
}

.header_cell {
    margin: 0 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.count {
    background: #FF6A6A;
    border-radius: 90%;
    width: 15px;
    height: 15px;
    font-size: 0.7rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select {
    border-bottom: 2px solid #5E9DFF;
    color: #5E9DFF;
}

.grids {
    display: flex;
    flex-direction: column;
    padding: 0 10px 10px;
}

.grid_cell {
    display: flex;
    justify-content: center;
}

.grid_item {
    display: flex;
    flex: 1;
    margin: 2px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin: 5px;
    align-items: center;
    padding: 10px;
    min-height: 50px;
    box-sizing: border-box;
}

.grid_item:active {
    background-color: #ECECEC;
}

.grid_item img {
    height: 42px;
    margin-right: 10px;
}

.select-title {
    color: black;
    font-weight: bold;
    font-size: 0.9rem;
}

.float-block {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    min-height: 700px;
    /* animation-name: fadeIn;
    animation-duration: 0.5s; */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 100%;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.float-title {
    background: #fafafc;
    padding: 10px 20px;
}

.float-sub-title {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #666666;
}

.input_wrap {
    margin-right: 1rem;
    margin-left: 0.3rem;
}

.btn-wrap {
    text-align: center;
    display: flex;
    padding: 10px;
    position: absolute;
    width: 95%;
    margin-top: 1rem;
}

.btn_cancel {
    flex: 1;
    border-radius: 4px;
    border: 1px solid #5E9DFF;
    background: white;
    padding: 0.5rem;
    margin-right: 5px;
    color: #5E9DFF;
}

.btn_confirm {
    flex: 1;
    color: white;
    background: #5E9DFF;
    border-radius: 4px;
    margin-left: 5px;
    padding: 0.5rem;
    border: 1px solid #eeeeee;
}

.item-wrap {
    display: flex;
    padding: 0.8rem;
    width: 95%;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.item-title {
    flex: 1;
}

.item-input {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.item-input p {
    width: 100%;
}

.item_radio {
    min-height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

.arrow {
    width: 7px;
    height: 7px;
    border-top: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    transform: rotate(45deg);
    margin-left: 7px;
}

.table_header {
    display: flex;
    background: #FAFAFA;
    padding-left: 2rem;
}

.table_header p {
    flex: 1;
    padding: 0.6rem;
}

tr {
    border-bottom: 1px solid #eeeeee;
}

td {
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.delete {
    padding: 2px 7px;
    border-radius: 4px;
    border: #5E9DFF 1px solid;
    color: #5E9DFF;
}

.my_edu_item_wrap {
    margin: 0.5rem 1rem 1rem;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.my_edu_item {
    display: flex;
    padding: 0.3rem 1rem 0.3rem 1.25rem;
    align-items: center;
}

.my_edu_title {
    flex: 1;
    font-size: 0.9rem;
}

.my_edu_score {
    color: #fc4868;
}