@import "reset.css";

#l-header {
    z-index: 99;
    position: relative;
}

#modal-pass-done {
    display: none;
}

#login-index .error-message {
    height: 25px;
}

/*
	CHANGE-PASSWORD
*/
.resetting-pw input[type="password"] {
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 66px;
    border-radius: 3px;
    padding: 12px 17px 12px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    margin-top: 8px;
    font-size: 1.5rem;
}

/*
	Vision
*/
.textarea-no-resize {
    resize: none !important;
}

/*
	Exercise
*/
tr.nodata {
    align-items: stretch;
    height: 400px;
}

tr.nodata td {
    text-align: center;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-cus {
    background-color: #f8f8f8 !important;
    width: 100%;
}

.evaluation-cus {
    background-color: white !important;
    width: 100%;
}

.cycle-cus {
    resize: none;
    border: 0;
}

.ta-page-calendar .ta-calendar-data__name--notsame {
    box-shadow: 0px 0px 5px 2px #d65652;
    border-radius: 6px;
}
.ta-page-calendar .ta-calendar-data__name--notsame.ta-calendar-data__item.ta-calendar-data__item--a {
     position: relative;
     width: 100%;
     height: 30px;
     border-left: solid 3px #1294f7;
}
.ta-page-calendar .ta-calendar-data__name--notsame.ta-calendar-data__item.ta-calendar-data__item--b {
     position: relative;
     width: 100%;
     height: 30px;
     border-left: solid 3px #8ac640;
}
.ta-page-calendar .ta-calendar-data__name--notsame.ta-calendar-data__item.ta-calendar-data__item--c {
     position: relative;
     width: 100%;
     height: 30px;
     border-left: solid 3px #e87e06;
}
.ta-page-calendar .ta-calendar-data__name--notsame.ta-calendar-data__item--a:before {
    background-color: transparent;
}
.ta-page-calendar .ta-calendar-data__name--notsame.ta-calendar-data__item--b:before {
    background-color: transparent;
}
.ta-page-calendar .ta-calendar-data__name--notsame.ta-calendar-data__item--c:before {
    background-color: transparent;
}

.cycle-target {
    width: 1150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.training-exercise-point, .training-exercise-point a {
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-unit .vftn-read {
    padding: 50px 25px 60px 25px;
}

.ta-page-calendar .ta-page-target a {
    align-items: stretch;
}

.ta-page-calendar .ta-page-target-index {
    min-width: 50px;
    flex-basis: 62px;
}

.ta-page-calendar .ta-page-target-data {
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 30px;
}

.itime, .itime:active, .itime:focus {
    line-height: 28px;
    border: none;
    padding-left: 3px;
}

.ta-edit-footer__button#close-modal {
    margin-left: 20px;
}

button {
    cursor: pointer;
}

.register-read {
    /*white-space: pre;*/
}

.checkbox-area.check-01 > div {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    justify-content: space-between;
}

.color-ipad {
    -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    -webkit-opacity: 1 !important;
    color: rgba(0, 0, 0, 1) !important;
}

.page-achievement-sm {
    width: 200px ;
}

.placeholder-game::placeholder {
    font-size: 11px;
}

@media screen and (max-width: 1350px) {
    .cycle-target {
        width: 1100px;
    }

    .training-exercise-point {
        width: 360px;
    }
}

@media screen and (max-width: 1300px) {
    .cycle-target {
        width: 1050px;
    }

    .training-exercise-point {
        width: 330px;
    }
}

@media screen and (max-width: 1250px) {
    .cycle-target {
        width: 1000px;
    }

    .training-exercise-point {
        width: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .cycle-target {
        width: 940px;
    }

    .training-exercise-point {
        width: 330px;
    }
}

@media screen and (max-width: 1120px) {
    .cycle-target {
        width: 860px;
    }

    .training-exercise-point {
        width: 300px;
    }
}

@media screen and (max-width: 1040px) {


    .cycle-target {
        width: 830px;
    }

    .training-exercise-point {
        width: 270px;
    }
}

.no-hidden-text {
    display: unset !important;
    opacity: 1 !important;
}

/*Thema dialog*/
.p-page-common__tab.u-tab {
    padding: 10px 0;
}

.page-check__lst, .page-vision__field {
    width: 100%;
}

.p-page-common__tab.u-tab .tab-content {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 300px);
}

.p-page-common__tab.u-tab .tab-content.page-active {
    display: block;
    background-color: transparent;
    color: inherit;
    border: none;
}

.p-page-common__tab.u-tab ul.navbar-tab-list {
    display: flex;
    justify-content: flex-end;
}

.p-page-common__tab.u-tab ul.navbar-tab-list.category-1 {
    width: 100%;
    position: relative;
}

.p-page-common__tab.u-tab ul.navbar-tab-list.category-2 {
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    top: -50px;
}

.p-page-common__tab.u-tab ul.navbar-tab-list > li > a {
    min-width: 110px;
    display: inline-block;
    width: auto;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.p-page-common__tab.u-tab ul.navbar-tab-list > li > a.page-active {
    height: 43px;
}

.p-page-common__tab.u-tab ul.navbar-tab-list > li:nth-child(1) > a {
    border-radius: 6px 0 0 6px;
}

.p-page-common__tab.u-tab ul.navbar-tab-list > li:nth-last-child(1) > a {
    border-radius: 0 6px 6px 0;
}

/*End thema dialog*/
.radiobox-fix-width {
    width: calc(100% - 2px)!important;
}

/*Training list dialog*/
.training-list-dialog .form-search {
    display: flex;
    margin-bottom: 20px;
}

.training-list-dialog .form-search .icon-search,
.training-list-dialog .form-search .icon-plus {
    font-family: "iconfont" !important;
    margin-top: 10px;
}

.training-list-dialog .form-search .icon-search.mg-t-0,
.training-list-dialog .form-search .icon-plus.mg-t-0 {
    margin-top: 0;
}

.training-list-dialog .form-search button.btn {
    display: block;
}

/*End training list dialog*/

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    cursor: pointer;
}

#overlay .loading-spinner {
    font-size: 12px;
    margin: 25% auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear !important;
    animation: load4 1.3s infinite linear;
}

#modal-content {
    z-index: 20;
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
        0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff,
        -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
    }
    12.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff,
        3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff,
        -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    25% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff,
        3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff,
        -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    37.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff,
        -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    50% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff,
        -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    62.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff,
        -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    75% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
        0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
        -2em -2em 0 0em #ffffff;
    }
    87.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
        0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff,
        -2em -2em 0 0.2em #ffffff;
    }
}

#ui-datepicker-div {
    z-index: 10000 !important;
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
        0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff,
        -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
    }
    12.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff,
        3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff,
        -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    25% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff,
        3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff,
        -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    37.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff,
        -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    50% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff,
        -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    62.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff,
        -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
        -2em -2em 0 -0.5em #ffffff;
    }
    75% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
        0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
        -2em -2em 0 0em #ffffff;
    }
    87.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff,
        3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
        0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff,
        -2em -2em 0 0.2em #ffffff;
    }
}

/**
* FIX CSS
 */
/*.dropdown-lst:before {
    z-index: unset;
}*/

/*.p-page-common__tab.u-tab ul.navbar-tab-list > li > a {*/
/*    z-index: unset;*/
/*}*/

.ta-calendar-cycle .un-overflow-calendar {
    overflow: initial;
    padding-bottom: 1px;
}

.upload-points .field-points .text {

}

.btn-disable {
    pointer-events: none;
    cursor: default;
}

.btn-disable i {
    color: gray!important;
}

/*.details-table01 tr, .details-table02 tr {*/
/*    font-size: 14px;*/
/*}*/
.details-verification__unit .details-table01 tbody {
    font-size: 1.4rem;
    height: auto;
    max-height: initial;
}

.details-verification__unit .details-table02 tbody {
    font-size: 1.4rem;
    height: auto;
    max-height: initial;
}

.display-none {
    display: none;
}

.ta-page-calendar .ta-calendar--week .ta-calendar-data__section .ta-calendar-data__name--off {
    box-shadow: none;
}

.ta-page-calendar .ta-calendar--week .ta-calendar-data__section .ta-calendar-data__name--notsame {
    box-shadow: 0 0 5px 2px #d65652;
}

.game-cus {
    background-color: #f5f5f5;
    width: 100%;
}

.radio-field.radio-item {
    display: inline;
}

tbody td.t-name a {
    white-space: pre-wrap;
}
.infoSec>.inner>*{
    width: 45% !important;
}

[data-tab] {
    display: none;
}

[data-tab].active {
    display: block;
}

#page470 .p-icon-bg, #page460 .p-icon-bg {
    overflow: hidden;
}
.body_news {
    background-color: white;
    width: 100%;
    border: none;
}
.radio-group-team .radio-field.radio-item {
    display: inline-block;
}
a.post-btn{
    width: auto;
    display: inherit;
}

#check-verification .config-upload__meta .icon-photo {
    font-size: 2rem;
}

#check-verification .icon-photo {
    font-size: 2.8rem;
    color: #0074B9;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#check-verification .icon-bg:hover .icon-photo {
    color: #FFF;
}

.table-i .config-upload__unit .field-droparea__unit .drop-zone{max-height: 100%}
.table-i .config-upload__unit .field-droparea__unit .photo-img{
    position: static;
    -webkit-transform: unset;
    transform: unset;
}
.table-i .config-upload__unit .field-droparea__unit .photo-img .deleteBtn {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #0074B9;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 10px;
    line-height: 20px;
}
.table-i .config-upload__unit .field-droparea__unit .drop-zone .overlay-area{max-height: 100%; overflow: hidden;}
.table-i .config-upload__unit .field-droparea__unit .drop-zone .overlay-area .drop-text{max-height: 100%}
.table-i .config-upload__unit .field-droparea__unit .drop-zone .overlay-area .drop-text .selected-file{max-height: 100%;word-break: break-all; overflow: hidden;margin-top: 0;}
.raw-text {
    white-space: pre-wrap;
}

.error-message-remind  {
    display: none;
}
.show-error {
    display: block;
}
.login-mail {
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 66px;
    border-radius: 3px;
    padding: 12px 17px 12px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    margin-top: 8px;
    font-size: 1.5rem;
}

.table-c .my-upload-select .e-name::before,
.table-c .my-upload-select .e-name span i {
    cursor: pointer;
}
.color-black {
    color: #000000;
}
.fullMemberSec li a {
    cursor: initial;
}
.fullMemberSec li a:hover{
    text-decoration: none;
}

.profileSec .avater > .inner {
    width: 150px;
    height: 150px;
}
.profileSec .avater > .inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ta-edit-repeat__number .number {
    color: #000000;
}
.articleStyle_01 .summary {
    white-space: normal;
    word-break: break-all;
}
.ta-modal .contents-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    margin-bottom: 0px !important;
}
.killLink, .p-page-common__tab .page-active {
    pointer-events: auto;
}
.userNameStyle{
    font-weight: 700;
}
.title-vision2 {
    width: 250px;
}

.hasDatepicker {
    font-weight: 700;
}
.match-drop-time select {
    color: #333;
    font-weight: 700;
}
.text-description{
    background-color: #F7F7F7;
    margin-right: 0;
    margin-top: -12px;
}
.p-page-vftn__common a {
    color: #fff !important;
}

.p-page-edit__common a{
    color: #fff !important;
}
.p-page-edit__common a:hover{
    color: #fff !important;
}


.v-switcher, [data-switcher] {}
.v-switcher-tab, [data-switcher-tab] {}
.v-switcher-tab > *, [data-switcher-tab] > * {
    display: none;
}
.v-switcher-tab > *.page-active, [data-switcher-tab] > *.page-active,
.v-switcher-tab > *.active, [data-switcher-tab] > *.active {
    display: block;
}
#modal-white-board .asbox-child-custom {
    height: 550px;
}
.playerList li {
    overflow: hidden;
}
.table-c .e-name .before-name {
    content: '';
    position: absolute;
    width: 36px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0074B9;
    z-index: 0;
}
.table-c .e-name .before-name:hover {
    cursor: pointer;
}
.table-c .e-name:before {
    width: 0px;
}
.ta-page-calendar .ta-calendar-data__item a.extraSec {
    width: 50px !important;
}
.cus-choice__under {
    min-width: 9em;
    text-align: center;
}
.cus-colStyle_03 .col-l {
    height: 100%;
    background-color: #26394D;
    border-radius: 3px;
}
.cus-ta-calendar-data {
    top: 0px !important;
}
.ta-calendar-data--indent .ta-calendar-data__section .ta-calendar-data__cycle  {
    top: 1px !important;
}
.page-check__lst.type-b label input:checked + .radio-field-text.check-field::after{
    top: 4px;
}
.fancybox-active .fancybox-is-open .fancybox-inner .fancybox-stage .fancybox-slide--image {
    margin-top: 20px;
}
#modal-white-board .p-contents-title{
    margin-top: 0px;
}
#modal-white-board .close-link {
    top: 0px;
}
@media screen and (min-width: 1327px) {
    .cus-width {
        width: unset !important;
    }
}
.cus-width {
    width: unset !important;;
}
.mw-68 {
    min-width: 68px;
}
.upload-points__inner.flex2 .field-points.w90-custom{
    min-height: 3em
}
.more-btn-none {
    width: 100%;
    height: 38px;
    background-color: #F7F7F7;
    text-align: center;
}
.ta-page-target-data {
    border: 0px;
}
.block-header .l-header__dropdown .l-header__dropdown-inner .dropdown-lst:before {
    display: none !important;
}
.mail-product {
    color: #0000EE;
    font-weight: bold;
    vertical-align: top;
}
.ta-modal--s .close-link {
    right: calc(20% - 30px);
    top: -30px;
}
.theme-unit__inner .attack-box .attack-label {
    padding-right: 20px;
}
.theme-unit__inner {
    flex-wrap: wrap;
}
.resetting-mail input[type="text"]{
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 66px;
    border-radius: 3px;
    padding: 12px 17px 12px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    margin-top: 8px;
    font-size: 1.5rem;
}
@media screen and (max-width: 1200px){
    .ta-modal--s .close-link {
        right: calc((100% - 696px)/2 - 30px);
    }
}

.colStyle_03 .bg-thema-edit-sort:hover {
    background-color: #26394D;
}

.input-unit__full .input-lst .max-text.fix-postion{
    position: unset;
    display: block;
    text-align: right;
}

.fz1dot6rem{
    font-size: 1.6rem!important;
}

.cate3-newline{
    padding: 3px 5px;
    white-space: pre-line;
}

.setHidenModal.fix-click{
    display: block;
}

.setHidenModal.fix-click::before {
    height: 100%!important;
}

.dis-inl-flex {
    display: inline-flex;
}
.error-container{
    height: 100vh;
}
.word-break-normal{
    word-break: normal !important;
}
.margin-right-5 {
    margin-right: 5px;
}

#overlay{
    z-index: 11111111;
}
.stop-training {
    white-space: normal !important;

}

@media screen and (min-width: 1450px) {
    .nameNav {
        display: block !important;
    }
    .name-nav-none {
        display: none !important;
    }
}

.page-vision__field .field-check.fix-scroll{
    overflow: hidden;
}
.attack-lst li span.theme-choice__under.theme-under {
    min-width: 100px;
}
.table-a td.t-note, .table-b td.e-note, .table-d td.m-note, .table-h td.t-note {
    border-right: none;
}
.theme-choice__unit {
    width: 100% !important;
}
/*.setOverRide span.radio-field-text:before{*/
/*    top:-3px;*/
/*}*/
label input.radio-field-custom + .radio-field-text.check-field:before {
    top: 2px;
}
label input.radio-field-custom + .radio-field-text.check-field {
    vertical-align: top;
}
label input.radio-field-custom:checked + .radio-field-text.check-field::after {
    top: 4px;
}
label input.radio-field-custom:checked + .radio-field-text::after {
    top: 4px;
}

#game-good-input::placeholder, #game-bad-input::placeholder, #game-next-input::placeholder {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    color: #7A7C99;
    line-height: 250px;
}
#input-good::placeholder, #input-bad::placeholder, #input-next::placeholder {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    color: #7A7C99;
    line-height: 250px;
}
#game-comment-input::placeholder, #input-my-memo::placeholder, #game-playercomment-input::placeholder,
#input-player-memo::placeholder {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    color: #7A7C99;
    line-height: 80px;
}
#b_good::placeholder, #b_bad::placeholder, #b_next::placeholder{
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    color: #7A7C99;
    line-height: 250px;
}
#my-memo-confirm::placeholder, #player-memo-confirm::placeholder{
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    color: #7A7C99;
    line-height: 80px;
}
#input-good-confirm::placeholder, #input-bad-confirm::placeholder, #input-next-confirm::placeholder {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    color: #7A7C99;
    line-height: 250px;
}

.field-check-custom {
    width: 100%;
    border-radius: 3px;
    padding: 15px 17px;
    box-sizing: border-box;
    background-color: #f8f8f8 !important;
    border: 1px solid #dcdcdc !important;
    margin-top: 8px;
    font-size: 1.4rem !important;
    line-height: 1.8em !important;
    height: 116px !important;
}
.input-unit__full.input-3column .field-check-custom {
    height: 290px !important;
}
.t-exercise-custom {
    width: 48% !important;
}
.t-time-custom {
    width: 13% !important;
    padding-left: 25px !important;
}
.t-comment-custom {
    padding-left: 10px !important;
}
.cursor-default {
    cursor: default;
}
.background-white {
    background: white;
}
.checkbox-indicator-custom:after {
    left: 6.5px !important;
    top: 3px !important;
}
label input:checked + .radio-field-text.check-field::after {
    width: 6px;
}
.checkbox-control .checkbox-indicator:after {
    width: 6px;
}
.previewImg-custom {
    max-width: 100% !important;
}
#login-index .site-logo {
    width: 100%;
    max-width: 400px;
}
#login-index .site-logo img {
    width: unset;
}
body.compensate-for-scrollbar {
    margin-right: 0;
}
.annotation {
    min-width: 336px;
}

.dropPreviewAreaPdf {
    display: none;
    letter-spacing: -.4em;
    text-align: center;
    padding: 20px 0 10px
}

.dropPreviewAreaPdf > * {
    display: inline-block;
    letter-spacing: normal
}

.dropPreviewAreaPdf .previewFile {
    display: block
}

.dropPreviewAreaPdf .previewFile ul {
    text-align: left;
    display: block
}

.dropPreviewAreaPdf .previewFile li {
    padding: 10px 30px 10px 10px;
    font-size: 14px;
    line-height: 1em;
    display: block;
    background-color: #EFEFEF;
    position: relative
}

.dropPreviewAreaPdf .previewFile li a {
    text-decoration: underline;
    color: #26394D
}

.dropPreviewAreaPdf .previewFile li a:hover {
    text-decoration: none;
    color: #0074B9
}
.dropPreviewAreaPdf .previewFile .deleteBtnPdf i {
    font-size: 18px;
    cursor: pointer;
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
}

.dropPreviewAreaPdf .previewFile li a i {
    padding-right: 5px;
}

.field-droparea-pdf {
    width: 100%;
    border: dotted 1px #c6c6c6;
    margin-top: 12px;
    border-radius: 4px;
    position: relative;
}
.drop-zone {
    height: 295px;
}
#evaluation-step-1 .field-droparea-pdf {
    max-height: 237px;
}
#evaluation-step-1 .drop-zone-game {
    height: 235px;
}
.field-droparea-pdf input, .photo-btn-pdf input {
    display: none;
}
.photo-btn-pdf {
    margin-top: 15px;
}
.url-confirm {
    font-size: 1.4rem;
}
.text-decoration-underline a, .url-confirm a {
    text-decoration: underline;
}
.margin-top-10 {
    margin-top: 10px;
}
.cate4-newline {
    white-space: pre-line;
}
.previewNameCustom {
    line-height: 25px !important;
    text-align: justify;
    display: inline-block;
    min-width: auto !important;
}

/* Training Step Form */
#trainingStepForm .upload-points .page-point a {
    font-size: 11px !important;
}

.teamLabel-evaluate {
    display: inline-block;
    border: 1px solid #26394D;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 6px 26px;
    line-height: 1em;
    border-radius: 20px;
    margin-left: 10px;
}

#modal-container .attack-lst li {
    justify-content: space-between !important;
    padding-right: 3px;
}

#training-archive .p-page-edit>.p-page-edit__common {
    width: 645px !important;
}

#setupTraining .form-search {
    align-items: center;
}
#setupTraining .form-search .addto-label {
    padding: 10px 0 10px 0;
}
#setupTraining .p-page-common__search  {
    width: auto;
}
#setupTraining .p-page-common__search #p_search__form {
    display: flex;
    align-items: unset;
    flex-direction: column;
}
#setupTraining .p-page-common__search #p_search__form  input[type="text"]{
    width: 260px;
    margin-right: 10px;
    margin-bottom: 5px;
}
#setupTraining .p-page-common__search #p_search__form .checkbox-control p {
    font-size: 13px;
    font-weight: bold;
}

#training-archive .p-page-edit>.p-footer-default {
    width: 430px !important;
}

.w-50 {
    width: 50% !important;
}

.teamLabelInModal {
    margin-left: 0px !important;
    margin-right: 10px
}

.placeSample {
    min-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.placeSample a {
    color: #161863;
    text-decoration: underline;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.placeholder {
    color: #b1b1b1;
    font-size: 12px;
}

.table-config .e-name .clickArea {
    width: 39px !important;
    height: 100% !important;
}

.excerciseLine .insertCont .subInfo > .inner {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    table-layout: fixed;
}

#confirm .excerciseLine .insertCont .subInfo {
    width: 35% !important;
}

.excerciseLine .subInfo .time {
    display: flex !important;
    align-items: center;
}

.excerciseLine .subInfo .time .inputTime {
    width: 58px;
    border: 1px solid #dad7d7;
    padding: 5px 5px;
    margin-right: 4px;
    border-radius: 2px;
}

.excerciseLine .subInfo .time .inputTime:focus {
    border: 1px solid #333 !important;
}

#trainingStepForm .checkbox-square:after {
    left: 6px;
    top: 3px;
}

#create .p-page-edit__common {
    width: 645px !important;
}

.p-page-common__checkbox .checkbox-control .checkbox-after-6::after {
    left: 6px ;
}
.title-modal-medium {
    width: 60%;
    margin: 0 auto;
}

.exerciseSelector-main li:hover{
    cursor: move;
}

/* Form Step 1 (Training Evaluation) */
.exerciseLine-form_step_1 .insertCont .subInfo>.inner{
    justify-content: flex-end !important;
}

.exerciseLine-form_step_1 .insertCont .subSec>.inner .btnCol {
    width: 18% !important;
}

.exerciseLine-form_step_1 .placeSample {
    min-height: 48px;
    align-items: center;
    display: flex;
    padding-left: 10px !important;
}

.exerciseLine-form_step_1 .page-point {
    width: 90px;
    border-radius: 0;
    background-color: #26394D;
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.exerciseLine-form_step_1 .inputCol {
    padding-left: 0px !important;
    background: #f7f7f7 !important;
}

.exerciseLine-form_step_1 .default {
    height: 65px;
}

.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}


/* Form step 2 */
#trainingEvaluationStepForm #step-2 .config-upload__meta .mainInfo h2 {
    font-size: 1.5rem;
    margin-top: 12px;
    word-break: break-word;
    text-align: left;
    line-height: 1.5;
    color: #000;
    margin-left: 20px;
}

#trainingEvaluationStepForm #step-2 .config-upload__meta .subInfo {
    width: 30%;
}

#trainingEvaluationStepForm #step-2 .config-upload__meta .subInfo .inner {
    display: flex;
    align-items: center;
}

#trainingEvaluationStepForm #step-2 .config-upload__meta .subInfo .inner>.time {
    width: 45%;
    font-weight: 700;
    font-size: 1.5rem;
}

#trainingEvaluationStepForm #step-2 .config-upload__meta .subInfo .inner>.linkBtn {
    width: 55%;
    display: flex;
}
/* End form step 2 */
.phase2filter .datepicker-btn.date701-btn .input-datepicker {
    height: 38px;
}
.phase2filter .ta-edit-span {
    height: auto;
}

.player-training-graph .datepicker-btn.date701-btn {
    margin-left: 0px !important;
}

.player-training-graph .ta-edit-span .hyphen {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.border-right-none {
    border-right: none !important;
}

.url_form {
    font-size: 14px;
    max-width: 100%;
    overflow: auto;
}

.url_form a {
    text-decoration: underline;
    color: #161863;
}

.avatar-evaluation {
    width: 70px;
    height: 70px;
    display: block;
}

.p-name .p-icon-bg{
    display: block;
}
.p-name .p-icon-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scoreEmpty {
    display: inline-block !important;
    font-family: Viga,sans-serif;
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    padding: 5px 10px;
    background-color: #999 !important;
    min-width: 4em;
}

.evaluation-user-index .filter-search {
    display: flex;
    align-items: center;
    min-height: 30px;
}

.evaluation-user-index .filter-search input {
    max-width: 260px;
}

.evaluation-user-index .filter-search label {
    color: #161863;
    font-weight: bold;
    font-size: 1.3rem;
    margin-left: 15px;
}

.min-height-350 {
    min-height: 350px;
}

.phase2TblStyle_01 td.rangeCol .rangeLabel1 {
    width: 95.3% !important;
    left: 2.5% !important;
}

.l-header__flow .icon-vision, .l-header__flow .icon-team, .l-header__flow .icon-planning, .l-header__flow .icon-review, .l-header__author .icon-user {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.phase2TblStyle_02 td span.normal {
    font-size: 1.4rem;
}

.box-game-movie {
    margin-top: 10px;
}

.box-game-movie .input-lst {
    width: 100%;
    margin-bottom: 0;
}

.box-movie-image-confirm {
    max-width: 22%;
}

.exerciseSelector>.inner>.sec .ttlCol .labelTx {
    word-break: break-word;
}

.excerciseLine .insertCont .catLabel {
    padding: 5px 4px !important;
}

.mainInfo .title {
    margin-top: 15px;
}

@media screen and (max-width: 1219px) {
    .checkbox-area.clum3 {
        width: 90%;
    }
}

@media screen and (min-width: 1220px) {
    .checkbox-area.clum3 {
        width: 75%;
    }
}

.achievement-flex {
    width: auto;
}

#langSwitch {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

#langSwitch .selectCol>.inner {
    background-color: #fff;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#langSwitch .selectCol>.inner::before {
    content: '';
    background: url(../images/common/select-arrow-e.svg) center center no-repeat;
    width: 10px;
    height: 10px;
    right: 11px;
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
}

#langSwitch select {
    position: relative;
    background-color: transparent;
    font-size: 1.4rem;
    text-indent: .01px;
    text-overflow: '';
    vertical-align: middle;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 14px 30px 14px 12px;
    border: none;
    width: 100%;
    color: #26394D;
    min-width: 10em;
    line-height: 1.5em;
    height: 3.5em;
}


.select-language {
    position: relative;
    color: #0074B9;
    border-bottom: dotted 1px #707070;
    display: flex;
    align-items: center;
    padding: 5px 0 5px 14px;
    background: #fff;
}

.select-language .icon-triangle {
    margin-right: 0;
    position: absolute;
}

.select-language select {
    cursor: pointer;
    color: #0074B9;
    padding-left: 20px;
    font-size: 1.4rem;
    height: 100%;
    font-weight: 700;
}

.fz-10 {
    font-size: 10px;
}

.w-80-percent {
    width: 80%;
}

.border-0 {
    border: 0 !important;
}

.text-center{
    text-align: center;
}

.urlOnly {
    /* background: transparent;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; */
    background: #fff;
    padding: 5px;
}

/* .urlOnly a {
    background: #fff;
    padding: 10px;
    display: block;
} */

.urlOnly * {
    width: 100%;
    word-break: break-all;
}

.movEmbed iframe, .movEmbed .custom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

.confirm_url_form.movEmbed iframe {
    position: relative;
}

.p-page-body .p-page-common.setLines .p-page-common__tab a:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.p-page-body .p-page-common.setLines .p-page-common__tab a:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.evaluation-game-create-update .confirm_url_movie .iframe-video-js-preview {
    height: 200px;
}

.title-vision-custom {
    background-repeat: round;
}

#create-game-body #create-time {
    min-width: 80px;
}

#create-game-body .dropdown-area {
    justify-content: unset;
}

#create-game-body .dropdown-area .dropdown-lst {
    margin-right: 10px;
}
.split-area {
    font-size: 20px;
    margin-right: 10px;
}

#match-index td.m-result ul{
    display: block !important;
}

#match-index td.m-result .m-result02,
#match-index td.m-result .m-result__pk,
.detail-game td.m-result .m-result__pk {
    padding-left: 0;
    margin: 0;
}

.detail-game .m-score {
    min-width: 40px;
}

.detail-game .td-flex.result {
    flex-wrap: wrap;
}

.detail-game .m-result01,
.detail-game .m-result02 {
    width: 100%;
    margin: 0;
}

#training-index .p-page-common__search:not(.p6Style) {
    width: 270px;
}
#match-index .p-page-common__search{
    width: 337px;
}

.min-width-80 {
    min-width: 80px;
}

.message-encoding {
    font-size: 14px;
    text-align: center;
    padding: 39px 5px;
    background: #f6f6f6;
    margin-top: 10px;
    color: #333;
}

.message-encoding .content,
.uploadError .message {
    font-family: Viga,sans-serif;
}

.uploadError {
    position: relative;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-top: 10px;
}

.uploadError .message {
    font-size: 14px;
    text-align: center;
}

.uploadError .btn-delete-movie {
    position: absolute;
    z-index: 50;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    color: #fff;
    background-color: #0074B9;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 10px;
}

.detail-game .box-render-movie {
    margin-top: 10px;
}

.detail-game .box-render-movie video-js {
    height: 190px !important;
}

.result .m-result02-custom {
    margin-left: 0;
}
.pd-l-0 {
    padding-left: 0 !important;
}
.mg-l-0 {
    margin-left: 0 !important;
}

#training-archive .time-input-change{
    width: 55%;
}

.labelStyle_01 .years-old {
    width: 8rem;
}

.break-word {
    word-break: break-word;
}
.ta-page-target .ta-page-custom {
    width: 125px;
}
.display-block {
    display: block;
}

.meta-details__time{
    margin-right: 15px;
    font-size: 1.5rem;
}
.ta-edit-span .hyphen-custom {
    margin-left: 15px;
    margin-right: 17px
}
#evaluation-game-form .field-flex .enTx {
    font-size: 1.1rem;
    white-space: nowrap;
}
.max-width-400 {
    max-width: 400px;
}

.title-player-en {
    width: 200px;
}
.crumbs-bg-en {
    width: 139px;
    left: 186px;
}

.b-crumbs.crumbs-third-en {
    left: 313px;
    white-space: nowrap;
}

.font-8 {
    font-size: 8px !important;
}
.font-12 {
    font-size: 12px !important;
 }
.font-7 {
    font-size: 7px !important;
}

 html[lang="en"] .table-area.table-g.modal-join .m-checkbox {
     width: 12%;
 }

.killerFlex .table-area .width-12-rem {
     width: 12rem !important;
}

.killerFlex .table-area .width-13-rem {
    width: 13rem !important;
}

.page-body-height-auto {
    height: auto !important;
}

.font-icon-home {
    font-size: 1.1rem;
}
.mg-top-15 {
    margin-top: 15px !important;
}

.modal-unit thead th.th-align-center {
    height: 100% !important;
    display: flex;
    align-items: center;
}
.main-info-custom {
    width: 52%;
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .scrollableModal-custom {
        height: 60vh !important;
    }
    .exerciseSelector-form_step_1 .default {
        display: inline-table;
        width: 100%;
        touch-action: auto;
    }

    .excerciseLine .inner {
        overflow-y: auto;
    }

    #ui-monthpicker-div {
        left: 1107px !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 414px) {
    .flow-lst__unit .flow-lst li.f-lst03 .sub-menu {
        left: -120px;
    }

    iframe[src*="www.youtube.com"] {
        width: 100% !important;
        height: auto !important;
    }
}

.killerFlex .table-area td.keep-word-all {
    word-break: keep-all;
}


.b-crumbs.crumbs-third {
    width: 120px;
    word-break: keep-all;
}

.flex-col{
    display: flex;
    flex-direction: column;
}
.l-footer-custom {
    min-width: auto;
}
.width-movie-stream {
    min-width: auto;
}
.crumbs-bg-custom {
    width: 150px !important;
}

.url-content .input-title:before {
    background-color: inherit;
}
.url-confirm .input-title:before {
    background-color: inherit;
}
.mg-top-16 {
    margin-top: 16px !important;
}
.mg-bottom-12 {
    margin-bottom: 12px !important;
}
.pd-top-0 {
    padding-top: 0 !important;
}
.movEmbed-custom {
    padding-top: 56.25% !important;
}
.movEmbed-custom .preview-movie-custom {
    position: absolute !important;
}

.margin-bottom-34 {
    margin-bottom: 34px;
}
.w-full-custom a:first-child {
    border-left: solid 1px #1074B9;
}
.width-auto {
    width: auto !important;
}
.register-text__lst {
    font-size: 15px;
}
.themeElem_01 .not-edit-theme {
    background-color: #767680;
    border: solid 1px #D9D9D9;
}
.confirm_purpose p img, .confirm_key_point p img, .confirm_method p img {
    width: unset;
}
.tiny-images p {
    word-wrap: break-word;
}
.text-wrap p {
    word-wrap: break-word;
}
.text-wrap p img {
    width: unset;
}

.movEmbed-video-stream .video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
}
.visibility-hidden {
    visibility:hidden
}
.mg-b-8 {
    margin-bottom: 8px;
}
.checkbox-other-sport {
    left: -40px;
}
#modal-881 th.m-warning {
    text-align: center;
}
.page-vision__field {
    overflow: auto !important;
}
.uppercase {
    text-transform: uppercase;
}
.place-remarks {
    font-size: 13px;
    margin-left: 20px
}
.printAllSection .hyphen{
    font-size: unset;
    margin-left: unset;
    margin-right: unset;
}
.printAllSection .datepicker-btn.date701-btn {
    margin-left: unset;
}
.third-select-lst {
    width: 55%;
    margin-left: 5px;
}
.dis-btn-text {
    cursor: default;
    pointer-events: none;
    opacity: .5;
}
.errCont .summary {
    padding-bottom: 40px;
}
.errCont .back-403 {
    padding: 6px 80px;
}

.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.disp-non {
    display: none;
}

/* Loading Spinner CSS Rules Start */
@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 72px;
    height: 72px;
    border: 8px solid #0082bd;
    border-top-color: transparent;
    border-radius: 50%;
}

.lds-rolling div {
    -webkit-animation: lds-rolling 2s linear infinite;
    animation: lds-rolling 2s linear infinite;
    top: 100px;
    left: 100px;
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lds-rolling {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

.lds-overlay {
    width: 100%;
    height: 100%;
}

.lds-container {
    width: 50px;
    height: 50px;
}

.prcs {
    padding: 30px 0;
}
/* Loading Spinner CSS Rules End */

.p-page-common__tab a:only-child {
    border-radius: 6px 6px 6px 6px !important;
}

.rangeCol_mobile {
    width: 100% !important;
}

.tagifyWrap .tagify-outside {
    border: 0;
}

.tagify-outside .tagify__input {
    order: -1;
    flex: 100%;
    border: 1px solid var(--tags-border-color);
    margin-bottom: 1em;
    transition: .1s;
}

.tagify-outside .tagify__input:hover {
    border-color:var(--tags-hover-border-color);
}

.tagify-outside.tagify--focus .tagify__input {
    transition:0s;
    border-color: var(--tags-focus-border-color);
}

.tagifyWrap .tagify__tag {
    word-break: break-word;
}

.tagify__dropdown {
    font-size: 15px;
    left: 0px !important;
    top: 26px !important;
}

.dropdown-tag {
    font-size: 15px;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow-y: auto;
    height: 255px;
    border: 1px solid #3595f6;
    border-top: none;
}

#search-exercise:focus {
    border: 1px solid #3595f6 !important;
}

.tag-name {
    cursor: pointer;
    padding: 8px 0 5px 10px;
}
.tag-name:hover {
    background-color: #45AFF0;
    color: #fff;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .flow-lst__unit .flow-lst .sub-menu .sub-menu__inner li.sub-item {
        width: 280px !important;
    }

    .flow-lst__unit .flow-lst li.f-lst04 .sub-menu {
        left: -310px;
    }

    .flow-lst__unit .flow-lst li.f-lst03 .sub-menu {
        left: -150px;
    }
}

.avatar-self-evaluation {
    width: 50px;
    height: 50px;
}

.title_search_exercise {
    padding-bottom: 8px;
}

.ph6_printBtn {
    margin-left: 10px !important;
}

.ta-page-common__tab a.print {
    background-color: #161863;
    color: #fff;
    font-size: 1.4rem;
}

.ta-page-common__tab a.print i {
    padding-right: 5px !important;
}

#modal-881 td.m-comment {
    white-space: pre-wrap;
}

/*Custom tooltip for chartjs*/
#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    pointer-events: none;
}
#chartjs-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
}
/* Top center */
#chartjs-tooltip.top.center:after {
    border-bottom-color: rgba(0, 0, 0, 0.8);
    top: -11px;
    left: 0;
    right: 0;
}
/* Top left */
#chartjs-tooltip.top.left:after {
    border-bottom-color: rgba(0, 0, 0, 0.8);
    left: 5px;
    top: -11px;
}
/* Top right */
#chartjs-tooltip.top.right:after {
    border-bottom-color: rgba(0, 0, 0, 0.8);
    right: 5px;
    top: -11px;
}
/* Bottom center */
#chartjs-tooltip.bottom.center:after {
    border-top-color: rgba(0, 0, 0, 0.8);
    bottom: -11px;
    right: 0;
    left: 0;
}
/* Bottom left */
#chartjs-tooltip.bottom.left:after {
    border-top-color: rgba(0, 0, 0, 0.8);
    bottom: -11px;
}
/* Bottom right */
#chartjs-tooltip.bottom.right:after {
    border-top-color: rgba(0, 0, 0, 0.8);
    bottom: -11px;
    right: 5px;
}
/* Center left */
#chartjs-tooltip.center.left:after {
    border-right-color: rgba(0, 0, 0, 0.8);
    margin: auto;
    left: -11px;
    bottom: 0;
    top: 0;
}
/* Center right */
#chartjs-tooltip.center.right:after {
    border-left-color: rgba(0, 0, 0, 0.8);
    margin: auto;
    right: -11px;
    bottom: 0;
    top: 0;
}
.chartjs-tooltip-key {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 1.5px;
    vertical-align: middle;
}
#chartjs-tooltip table {
    text-align: left;
}

.tagify__tag__removeBtn {
    padding: 5px;
}

.warning-sendmail {
    font-size: 1.4rem;
    font-weight: 700;
}

.table-g .m-name__games {
    width: 65% !important;
}

.flex-box-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-box-left .p-page-common__checkbox {
    width: 37rem;
}

.iadd_preview .iadd_span {
    position: relative;
    top: 2px;
}

.iadd_preview .iadd_span i:hover {
    opacity:.8;
}

.iadd_preview .icon-hidden i {
    color: gray !important;;
}

.iadd_preview .iadd_span .icon-a16_eye_02::before{
    content:"" !important;
}

.iadd_style_01 .addto-label {
    font-size: 1.4rem;
}

.ul_linkList .li_linkList {
    counter-increment: number1 1;
}

.ul_linkList .li_linkList .link_order::after {
    content: counter(number1);
}

.remark-confirm {
    width: 9.9rem !important;
}
