* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
}

a,
body,
dd,
div,
dl,
dt,
figure,
form,
li,
p,
span,
table,
td,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

li,
ul {
    list-style: none
}

a img {
    border: none
}

img {
    vertical-align: bottom
}

.scroll-x {
    overflow-x: auto;
    overflow-y: hidden
}

.scroll-x,
.scroll-y {
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-x: hidden;
    overflow-y: auto
}

.scroll-all {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.is-pageloading {
    position: relative
}

.is-pageloading:before {
    display: block;
    content: "";
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 2;
    content: "Loading ...";
    color: #ddd
}

.error_message {
    background: #f32626;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    display: none;
}

.is-pageloading>* {
    opacity: 0;
    z-index: 1
}

input[type="date"] {
    display: block;
    position: relative;
    padding: 0.5rem 3.5rem 0.5rem 0.75rem;
    border: 1px solid #e9e9e9;
    border-radius: 0.25rem;
    background:
        white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E") right 1rem center no-repeat;
    width: 100%;
    cursor: pointer;
}

input[type="date"]:focus {
    outline: none;
    border-color: #282e30;
    box-shadow: 0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}

::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
    background: rgba(0, 120, 250, 0.1);
}


::-webkit-clear-button,
::-webkit-inner-spin-button {
    display: none;
}

::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 120, 250, 0.1);
    background: rgba(0, 120, 250, 0.1);

}

input[type="date"]:hover::-webkit-calendar-picker-indicator {
    opacity: 0.05;
}

input[type="date"]:hover::-webkit-calendar-picker-indicator:hover {
    opacity: 0.15;
}

.login-menu {
    position: fixed;
    top: 55px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    visibility: hidden;
}

.login-menu .menu-item {
    padding: 5px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.login-menu .menu-item a {
    border-bottom: none;
    font-size: 16px;
}

.login-menu .menu-item:last-child {
    border-bottom: none;
}

.login-menu .menu-item:hover {
    background: rgb(245, 241, 241);
}

.block-profile {
    border-bottom: none !important;
}
.form-group {
    margin: 30px auto;
}
.form-group .form-item {
    margin-bottom: 15px;
}
.form-group .form-item .form-title {
    margin-bottom: 5px;
}
.form-group .form-item .form-input input{
    width: 100%;
}
.form-group .error-field {
    border-color: #c44;
}
.text-error {
    color: #c44;
}

@media only screen and (min-width:768px) {
    .is-windows .add-windows-scroller {
        padding-right: 17px !important
    }
    .form-group {
        max-width: 700px;
        margin: 45px auto;
    }
    .form-group .form-item {
        display: flex;
    }
    .form-group .form-item .form-title {
        height: 35px;
        line-height: 35px;
        width: 300px;
    }
    .form-group .form-item .form-input {
        width: calc(100% - 200px);
    }
}

.black-button {
    background: #4a4a4a !important;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
}
.white-button {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid rgb(141, 139, 149);
    font-weight: 600
}

button,
input[type=button] {
    -webkit-appearance: none;
    cursor: pointer;
    outline: none
}

@font-face {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans CJK JP Light"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    src: local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype")
}

@font-face {
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 400;
    src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(//fonts.gstatic.com/s/barlowcondensed/v3/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff2) format("woff2"), url(//fonts.gstatic.com/s/barlowcondensed/v3/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff) format("woff"), url(//fonts.gstatic.com/s/barlowcondensed/v3/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.otf) format("opentype");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

.svg-icons {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    z-index: -1
}

[class^=icon] {
    display: inline-block;
    overflow: hidden;
    pointer-events: none;
    position: relative
}

@media only screen and (min-width:768px) {
    [class^=icon] {
        height: 20px;
        width: 20px
    }

    [class^=icon] .svg-icon {
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        width: 20px
    }
}

@media only screen and (max-width:767px) {
    [class^=icon] {
        height: 20px;
        width: 20px
    }
}

input[type=password],
input[type=search],
input[type=text],
select {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: transparent;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    outline: none;
    transition: border .2s linear
}

input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder {
    color: #c9c9c9
}

input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder {
    color: #c9c9c9
}

input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=text]::placeholder,
select::placeholder {
    color: #c9c9c9
}

input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #c9c9c9
}

input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus {
    border-color: #c9c9c9;
    transition: border .2s ease-out .15s
}

@media only screen and (min-width:768px) {

    input[type=password],
    input[type=search],
    input[type=text],
    select {
        border-radius: 4px;
        font-size: 16px;
        font-weight: 300;
        height: 40px;
        line-height: 38px;
        padding: 0 12px 2px
    }
}

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

    input[type=password],
    input[type=search],
    input[type=text],
    select {
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        height: 40px;
        line-height: 1;
        padding: 0 12px
    }

    input[type=password]::-moz-placeholder,
    input[type=search]::-moz-placeholder,
    input[type=text]::-moz-placeholder,
    select::-moz-placeholder {
        padding-top: 3px;
        font-size: 12px
    }

    input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder {
        padding-top: 3px;
        font-size: 12px
    }

    input[type=password]::placeholder,
    input[type=search]::placeholder,
    input[type=text]::placeholder,
    select::placeholder {
        padding-top: 3px;
        font-size: 12px
    }

    input[type=password]:focus,
    input[type=search]:focus,
    input[type=text]:focus,
    select:focus {
        background: #eff0f3
    }
}

@media only screen and (min-width:768px) {
    select {
        padding-right: 35px
    }
}

@media only screen and (max-width:767px) {
    select {
        padding-right: 22px
    }
}

select::-ms-expand {
    display: none
}

input[type=password]::-ms-clear,
input[type=search]::-ms-clear,
input[type=text]::-ms-clear {
    visibility: hidden
}

@media only screen and (min-width:768px) {
    input[type=search] {
        padding-left: 33px
    }
}

@media only screen and (max-width:767px) {
    input[type=search] {
        padding-left: 29px
    }
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    filter: grayscale(1)
}

.input-checkbox,
.input-radio {
    position: relative;
    display: inline-block
}

@media only screen and (min-width:768px) {

    .input-checkbox,
    .input-radio {
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        padding-left: 35px
    }
}

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

    .input-checkbox,
    .input-radio {
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        padding-left: 30px
    }
}

.input-checkbox input[type=checkbox],
.input-checkbox input[type=radio],
.input-radio input[type=checkbox],
.input-radio input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden
}

.input-checkbox input[type=checkbox]+span:after,
.input-checkbox input[type=checkbox]+span:before,
.input-checkbox input[type=radio]+span:after,
.input-checkbox input[type=radio]+span:before,
.input-radio input[type=checkbox]+span:after,
.input-radio input[type=checkbox]+span:before,
.input-radio input[type=radio]+span:after,
.input-radio input[type=radio]+span:before {
    display: block;
    content: "";
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all .15s ease-out
}

.input-checkbox input[type=checkbox]:checked+span:after,
.input-checkbox input[type=radio]:checked+span:after,
.input-radio input[type=checkbox]:checked+span:after,
.input-radio input[type=radio]:checked+span:after {
    opacity: 1
}

.input-checkbox input[type=checkbox]+span:before,
.input-radio input[type=checkbox]+span:before {
    background: #fff;
    border: 1px solid #e9e9e9;
    transition: all .3s ease-out
}

.input-checkbox input[type=checkbox]+span:after,
.input-radio input[type=checkbox]+span:after {
    bottom: 0;
    opacity: 0;
    transform: translateY(-15%) rotate(35deg)
}

.input-checkbox input[type=checkbox]:checked+span:before,
.input-radio input[type=checkbox]:checked+span:before {
    background: #4a4a4a;
    border: 1px solid #4a4a4a
}

.input-checkbox input[type=checkbox]:checked+span:after,
.input-radio input[type=checkbox]:checked+span:after {
    opacity: 1;
    animation: checked-checkbox-animation .5s ease-out
}

@keyframes checked-checkbox-animation {
    0% {
        transform: translateY(-15%) rotate(35deg) scale(.75)
    }

    35% {
        transform: translateY(-15%) rotate(35deg) scale(1.35)
    }

    to {
        transform: translateY(-15%) rotate(35deg) scale(1)
    }
}

@media only screen and (min-width:768px) {

    .input-checkbox input[type=checkbox]+span:before,
    .input-radio input[type=checkbox]+span:before {
        height: 24px;
        left: 0;
        width: 24px
    }

    .input-checkbox input[type=checkbox]+span:after,
    .input-radio input[type=checkbox]+span:after {
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff;
        height: 14px;
        left: 5.5px;
        width: 8px
    }
}

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

    .input-checkbox input[type=checkbox]+span:before,
    .input-radio input[type=checkbox]+span:before {
        height: 18px;
        left: 0;
        width: 18px
    }

    .input-checkbox input[type=checkbox]+span:after,
    .input-radio input[type=checkbox]+span:after {
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        height: 14px;
        left: 5px;
        width: 8px
    }
}

.input-checkbox input[type=radio]+span:before,
.input-radio input[type=radio]+span:before {
    background: #fff;
    border: 1px solid #e9e9e9;
    transition: all .3s ease-out
}

.input-checkbox input[type=radio]+span:after,
.input-radio input[type=radio]+span:after {
    transform: scale(.5);
    opacity: 0
}

.input-checkbox input[type=radio]:checked+span:before,
.input-radio input[type=radio]:checked+span:before {
    background: #4a4a4a;
    border-color: #4a4a4a
}

.input-checkbox input[type=radio]:checked+span:after,
.input-radio input[type=radio]:checked+span:after {
    transform: scale(1);
    animation: checked-radio-animation .5s ease-out;
    transition: opacity .2s linear
}

@keyframes checked-radio-animation {
    0% {
        transform: scale(.75)
    }

    35% {
        transform: scale(1.8)
    }

    to {
        transform: scale(1)
    }
}

@media only screen and (min-width:768px) {

    .input-checkbox input[type=radio]+span:before,
    .input-radio input[type=radio]+span:before {
        border-radius: 20px;
        height: 24px;
        left: 0;
        width: 24px
    }

    .input-checkbox input[type=radio]+span:after,
    .input-radio input[type=radio]+span:after {
        background: #fff;
        border-radius: 6px;
        bottom: 1px;
        height: 6px;
        left: 10px;
        width: 6px
    }
}

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

    .input-checkbox input[type=radio]+span:before,
    .input-radio input[type=radio]+span:before {
        border-radius: 18px;
        height: 18px;
        left: 0;
        width: 18px
    }

    .input-checkbox input[type=radio]+span:after,
    .input-radio input[type=radio]+span:after {
        background: #fff;
        border-radius: 12px;
        height: 6px;
        left: 7px;
        width: 6px
    }
}

textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: transparent;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    outline: none;
    vertical-align: bottom;
    transition: all .2s linear
}

textarea:focus {
    border-color: #c9c9c9;
    transition: all .2s ease-out .15s
}

@media only screen and (min-width:768px) {
    textarea {
        border-radius: 4px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        padding: 11px 12px
    }
}

@media only screen and (max-width:767px) {
    textarea {
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        padding: 10px
    }

    textarea:focus {
        background: #eff0f3
    }
}

a {
    border-bottom: 1px solid #4a4a4a;
    color: #4a4a4a;
    outline: none;
    padding-bottom: 1px;
    text-decoration: none
}

a,
label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.is-bold {
    font-weight: 700
}

.l-wrraper {
    overflow-x: hidden
}

.l-wrraper,
.l-wrraper .l-wrapper-inner {
    height: 100%;
    position: relative;
    width: 100%
}

@media only screen and (min-width:768px) {
    .l-wrraper .l-wrapper-inner {
        padding-left: 60px
    }
    .show-modal .l-wrraper {
        filter: blur(3px);
        transition: all .5s ease-out
    }
}

.l-header {
    position: relative;
    z-index: 20
}

@media only screen and (min-width:768px) {
    .l-header {
        height: 60px
    }
}

@media only screen and (max-width:767px) {
    .l-header {
        height: 44px
    }
}

.l-main {
    position: relative;
    z-index: 10;
    overflow-x: auto;
}

@media only screen and (min-width:768px) {
    .l-main {
        height: calc(100% - 60px)
    }
}

@media only screen and (max-width:767px) {
    .l-main {
        height: calc(100% - 94px)
    }
}

.l-main .background {
    background: hsla(0, 0%, 100%, 0);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.show-menu .l-main .background,
.show-usermenu .l-main .background {
    pointer-events: inherit;
    visibility: visible;
    z-index: 5
}

.l-navigation {
    left: 0;
    position: fixed;
    z-index: 30
}

@media only screen and (min-width:768px) {
    .l-navigation {
        height: 100%;
        top: 0;
        width: 100px
    }
}

@media only screen and (max-width:767px) {
    .l-navigation {
        bottom: 0;
        height: 50px;
        width: 100%
    }
}

.l-menu {
    position: absolute;
    z-index: 100
}

@media only screen and (min-width:768px) {
    .l-menu {
        right: 0;
        top: 60px;
        width: 260px;
        z-index: 18
    }
    .l-wrraper.is-scroll .l-wrapper-inner {
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 100px;
        -webkit-overflow-scrolling: touch
    }

    .l-wrraper.is-scroll .l-main .background,
    .l-wrraper.is-scroll .l-menu,
    .l-wrraper.is-scroll .l-navigation {
        position: fixed
    }
}

.l-modal {
    position: absolute;
    z-index: 200
}

.slide-auth-enter-active {
    transition: all 1s linear
}

.slide-auth-leave-active {
    transition: all 2s linear
}

.slide-auth-enter,
.slide-auth-leave-to {
    transform: translate3d(100%, 0, 0)
}

.c-alerts {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 300
}

.c-alerts .message {
    background: rgba(211, 47, 47, .9);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
    padding: 12px 20px 12px 34px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 260px;
    margin-top: 5px
}

.c-alerts .message>[class^=icon] {
    bottom: 0;
    height: 22px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 22px
}

.c-alerts .message>[class^=icon] .svg-icon {
    fill: #fff;
    height: 22px;
    width: 22px
}

.c-alerts .message .close {
    border-bottom: none;
    bottom: 0;
    height: 20px;
    margin: auto;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.c-alerts .message .close [class^=icon] .svg-icon {
    fill: #fff
}

.c-alerts .message a {
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff
}

.list-message {
    display: flex;
    flex-direction: column-reverse
}

.c-edit {
    border-top: 1px solid #e9e9e9
}

.c-edit .edit-item {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    transition: background .25s linear;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:768px) {
    .c-edit .edit-item {
        align-items: center;
        display: flex;
        padding: 10px 0
    }
}

@media only screen and (max-width:767px) {
    .c-edit .edit-item {
        padding: 10px 0
    }
}

.c-edit .edit-item .edit-label {
    padding-left: 20px;
    position: relative;
    width: 300px
}

.c-edit .edit-item .edit-label .required {
    display: inline-block;
    border: 1px solid #ff7555;
    border-radius: 4px;
    font-size: 12px;
    color: #ff7555;
    height: 20px;
    padding: 0 10px;
    margin-left: 5px
}

.c-edit .edit-item .edit-form {
    position: relative
}

.c-edit .edit-item .edit-form .c-input {
    width: 100%;
    max-width: 500px
}

.c-edit .edit-item .edit-form .c-input input[type=password],
.c-edit .edit-item .edit-form .c-input input[type=search],
.c-edit .edit-item .edit-form .c-input input[type=text],
.c-edit .edit-item .edit-form .c-input select {
    width: 100%
}

.c-edit .edit-item .edit-form .c-input.size-m {
    max-width: 250px
}

.c-edit .edit-item .edit-form .c-input .attention {
    display: inline-block
}

@media only screen and (min-width:768px) {
    .c-edit .edit-item .edit-form .c-input {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
}

.c-edit .edit-item .edit-form .c-input-label {
    padding-left: 10px
}

@media only screen and (min-width:768px) {
    .c-edit .edit-item .edit-form {
        padding-right: 20px;
        width: calc(100% - 300px);
        display: flex;
        align-items: center
    }

    .c-edit .edit-item .edit-form .c-text {
        min-height: 40px
    }
}

@media only screen and (max-width:767px) {
    .c-edit .edit-item .edit-form {
        padding: 20px 20px 10px
    }
}

.c-edit .edit-item .edit-form.type-checkbox {
    display: flex;
    flex-wrap: wrap
}

.c-edit .edit-item .edit-form.type-checkbox>span {
    display: inline-block;
    margin-right: 15px
}

.c-edit .edit-item .edit-form.type-checkbox>span:last-child {
    margin-right: 0
}

.c-edit .edit-item .edit-form.type-checkbox>span.is-readonly {
    pointer-events: none;
    opacity: .4
}

.c-edit .edit-item .edit-form.type-checkbox .message-error {
    color: #c44;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0 0 15px;
    width: 100%
}

.c-edit .edit-item:nth-child(2n) {
    background: #fff
}

.c-edit .edit-item:nth-child(odd) {
    background: #f9f9f9
}

.c-edit .attention-message {
    padding: 15px 0;
    padding-left: 10px;
    font-size: 14px
}

.c-edit .transition-accordion-enter-active,
.c-edit .transition-accordion-leave-active {
    transition: opacity .2s linear, transform .25s ease-in;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1;
    overflow: hidden
}

.c-edit .transition-accordion-leave-to {
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1
}

.c-edit .transition-accordion-enter-to {
    transition: all .5s ease;
    transform: translateY(0);
    opacity: 1;
    z-index: 1
}

.c-edit .transition-opacity-enter-active,
.c-edit .transition-opacity-leave-active {
    transition: opacity .5s ease;
    opacity: 0
}

.c-edit .transition-opacity-leave-to {
    transition: opacity .25s ease;
    opacity: 0
}

.c-edit .transition-opacity-enter-to {
    transition: opacity .5s ease .25s;
    opacity: 1
}

.c-text {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%
}

.c-text .link-edit {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 26px
}

.c-input {
    background: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.c-input.bg-transparent,
.c-input.type-checkbox,
.c-input.type-radio {
    background: transparent
}

.c-input.type-search,
.c-input.type-select {
    position: relative;
}

.c-input.type-search:after,
.c-input.type-select:after {
    display: block;
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 3
}

.c-input.type-search:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23adadad%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M64.12%2C61.88%2C53.33%2C51.09a22.9%2C22.9%2C0%2C1%2C0-4.5%2C4l11.05%2C11a3%2C3%2C0%2C0%2C0%2C4.24%2C0A3%2C3%2C0%2C0%2C0%2C64.12%2C61.88ZM19%2C36A17%2C17%2C0%2C1%2C1%2C36%2C53%2C17%2C17%2C0%2C0%2C1%2C19%2C36Z%22%2F%3E%3C%2Fsvg%3E")
}

@media only screen and (min-width:768px) {
    .c-input .decoration {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        background: #eff0f3;
        border-radius: 100%;
        content: "";
        display: block;
        height: 50px;
        transform: scale(0);
        transition: transform .2s ease-out;
        width: 50px;
        z-index: 1
    }

    .c-input input[type=password],
    .c-input input[type=search],
    .c-input input[type=text],
    .c-input textarea {
        position: relative;
        z-index: 2
    }

    .c-input input[type=password]:focus+.decoration,
    .c-input input[type=search]:focus+.decoration,
    .c-input input[type=text]:focus+.decoration,
    .c-input textarea:focus+.decoration {
        transform: scale(15);
        transition: transform .3s ease-in
    }

    .c-input.type-search:after,
    .c-input.type-select:after {
        background-size: 21px auto;
        height: 21px;
        width: 21px
    }

    .c-input.type-search:after {
        left: 10px
    }

    .c-input.type-select:after {
        right: 10px
    }
}

@media only screen and (max-width:767px) {
    .c-input .decoration {
        display: none
    }

    .c-input.type-search:after,
    .c-input.type-select:after {
        background-size: 20px auto;
        height: 20px;
        width: 20px
    }

    .c-input.type-search:after {
        left: 4px
    }

    .c-input.type-select:after {
        right: 4px
    }
}

.c-input-wrapper {
    position: relative;
    width: 100%
}

.c-input-wrapper .message-error {
    display: none;
    opacity: 0;
    padding: 5px 0 0 15px;
    font-size: 14px;
    font-weight: 700;
    color: #c44
}

.c-input-wrapper.is-error .message-error {
    display: block;
    opacity: 1
}

.c-dropfile {
    background: #fff;
    border-radius: 4px;
    border: 3px dashed #e9e9e9;
    padding: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.c-dropfile,
.c-dropfile .outline {
    transition: all .2s linear
}

.c-dropfile .outline {
    color: #ccc;
    font-size: 18px;
    font-weight: 700;
    pointer-events: none;
    text-align: center
}

.c-dropfile .outline .notes {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300
}

.c-dropfile .c-dropfile-input {
    margin-top: 20px;
    text-align: center;
    width: 100%
}

.c-dropfile .c-dropfile-input [class^=c-button] {
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

.c-dropfile .c-dropfile-input [class^=c-button] .label-wrapper {
    font-size: 14px
}

.c-dropfile .c-dropfile-input [class^=c-button] .label-wrapper input[type=file] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.c-dropfile.is-hide {
    display: none
}

.c-dropfile.is-enter {
    border-color: #c9c9c9;
    background: #f5f5f5
}

.c-dropfile.is-enter .outline {
    color: #aaa
}

.c-dropfile.is-enter .c-dropfile-input {
    pointer-events: none
}

[class^=c-button] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    width: 180px
}

[class^=c-button] .label-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    z-index: 2
}

[class^=c-button] .label-wrapper [class^=icon]+* {
    margin-left: 10px
}

[class^=c-button] .label-wrapper .label {
    color: #666;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[class^=c-button] .decoration {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #eff0f3;
    border-radius: 100%;
    content: "";
    display: block;
    height: 50px;
    transform: scale(0);
    transition: transform .2s ease-out;
    width: 50px;
    z-index: 1
}

[class^=c-button] .waiting {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

[class^=c-button] .waiting [class^=icon] {
    animation: animate-loading 2.5s linear infinite
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

[class^=c-button].c-button-accept {
    background: #4a4a4a;
    border-color: #4a4a4a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    font-size: 20px;
    color: #fff;
}

[class^=c-button].c-button-accept .label-wrapper .label {
    color: #fff
}

[class^=c-button].c-button-accept .decoration {
    background: #333
}

[class^=c-button].c-button-accept [class^=icon],
[class^=c-button].c-button-accept [class^=icon] .svg-icon {
    height: 30px;
    width: 30px
}

[class^=c-button].c-button-accept [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #fff
}

[class^=c-button].c-button-accept:focus {
    border-color: #333;
    box-shadow: 0 2px 4px transparent
}

[class^=c-button].c-button-accept .waiting {
    background: #333
}

[class^=c-button].c-button-accept .waiting [class^=icon] {
    height: 40px;
    width: 40px
}

[class^=c-button].c-button-accept .waiting [class^=icon] .svg-icon {
    height: 45px;
    width: 45px
}

[class^=c-button].c-button-accept .waiting [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #fff
}

[class^=c-button].c-button-operation {
    padding: 0;
    width: 120px
}

[class^=c-button].c-button-operation .label-wrapper {
    flex-direction: column;
    flex-flow: row nowrap;
    width: 100%
}

[class^=c-button].c-button-operation .label-wrapper [class^=icon] {
    margin-right: 0;
    height: 24px;
    width: 24px
}

[class^=c-button].c-button-operation .label-wrapper [class^=icon] .svg-icon {
    height: 24px;
    width: 24px;
    top: 2px
}

[class^=c-button].c-button-operation .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

[class^=c-button].c-button-operation .label-wrapper .label {
    color: #4a4a4a;
    font-size: 12px;
    margin-left: 0;
    line-height: 1.5
}

@media only screen and (min-width:768px) {
    [class^=c-button] {
        border-radius: 4px;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        width: 180px
    }
}

@media only screen and (max-width:767px) {
    [class^=c-button] {
        border-radius: 4px;
        font-size: 13px;
        height: 50px;
        line-height: 50px;
        width: 150px
    }
}

.c-form .form-footer {
    justify-content: center;
    display: flex;
    margin-top: 30px
}

.c-form .form-footer [class^=c-button] {
    margin-right: 20px
}

.c-form .form-footer [class^=c-button]:last-child {
    margin-right: 0
}

.c-message+.c-form,
.c-message+form>.c-form {
    margin-top: 30px
}

.c-header {
    background: #fff;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media only screen and (min-width:768px) {
    .c-header {
        display: flex;
        height: 60px;
        box-shadow: 2.5px 0 6px rgba(0, 0, 0, .1)
    }
}

@media only screen and (max-width:767px) {
    .c-header {
        height: 44px;
        box-shadow: 2.5px 0 6px rgba(0, 0, 0, .1)
    }
}

.c-header .logo {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .c-header .logo {
        left: 15px
    }

    .c-header .logo img {
        width: auto;
        max-width: 400px;
        height: 40px
    }
}

@media only screen and (max-width:767px) {
    .c-header .logo {
        left: 20px
    }

    .c-header .logo img {
        width: auto;
        height: 40px
    }
}

.c-header .user {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    align-items: center;
    display: flex;
    right: 0;
    z-index: 10
}

@media only screen and (min-width:768px) {
    .c-header .user {
        width: 300px
    }
}

@media only screen and (max-width:767px) {
    .c-header .user {
        justify-content: flex-end;
        width: 50%
    }
}

.c-header .user .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: right
}

.c-header .user .figure-link {
    border-bottom: none;
    padding-bottom: 0
}

@media only screen and (min-width:768px) {
    .c-header .user .figure-link {
        cursor: default;
        pointer-events: none
    }
}

.c-header .user .figure {
    cursor: pointer;
    overflow: hidden;
    pointer-events: visible
}

.c-header .user .figure img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.c-header .user .figure .icon {
    display: block;
    content: "";
    background: #b9b9b9;
    transition: all .25s ease-out
}

.c-header .user .figure .icon .svg-icon {
    left: 52%;
    position: inherit;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-header .user .figure .icon .svg-icon .svg-icon-user {
    fill: #fff
}

@media only screen and (min-width:768px) {
    .c-header .user .figure .icon {
        border-radius: 40px;
        height: 40px;
        width: 40px
    }

    .c-header .user .figure .icon .svg-icon {
        height: 28px;
        width: 28px
    }
}

@media only screen and (max-width:767px) {
    .c-header .user .figure {
        display: none
    }

    .c-header .user .figure .icon {
        border-radius: 48px;
        height: 48px;
        width: 48px
    }

    .c-header .user .figure .icon .svg-icon {
        height: 31px;
        width: 31px
    }
}

@media only screen and (min-width:768px) {
    .c-header .user .figure.is-current .icon {
        background: #959595
    }
    .c-header .user {
        margin-right: 0;
        position: relative
    }

    .c-header .user .name {
        font-size: 14px;
        margin-right: 10px;
        pointer-events: none;
        width: calc(100% - 58px)
    }

    .c-header .user .figure {
        border-radius: 40px;
        width: 40px;
        height: 40px
    }
}

@media only screen and (max-width:767px) {
    .c-header .user {
        right: 20px;
        width: calc(50% - 20px)
    }

    .c-header .user .name {
        pointer-events: inherit
    }

    .c-header .user .figure {
        border-radius: 34px;
        width: 34px;
        height: 34px
    }
}

.c-header .header-menu {
    bottom: 0;
    margin-right: 10px;
    position: absolute;
    top: 0;
    align-items: center;
    display: flex;
    right: 0;
    z-index: 10;
}

.c-header .header-menu .language {
    margin-right: 20px;
}

.c-header .header-menu .language .lang-item {
    padding: 2px 5px;
    background: #999;
    color: #fff;
}

.c-header .header-menu .language .lang-active {
    background: #4a4a4a;
    ;
}

.c-header .header-menu a {
    border-bottom: none;
    font-size: 16px;
}

.c-header .header-menu a:hover {
    color: black;
}

.c-header .header-menu .figure {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    cursor: pointer;
}

.c-header .header-menu .figure .icon {
    display: block;
    content: "";
    background: #b9b9b9;
    transition: all .25s ease-out;
    border-radius: 40px;
    width: 40px;
    height: 40px;
}

.c-header .menu {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: none;
    cursor: pointer;
    height: 60px;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 10
}

@media only screen and (min-width:768px) {
    .c-header .menu {
        background: #4a4a4a;
        width: 60px
    }

    .c-header .menu .decoration {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        background: #eff0f3;
        border-radius: 100%;
        content: "";
        display: block;
        height: 50px;
        transform: scale(0);
        transition: transform .2s ease-out;
        z-index: 1;
        background: #333;
        height: 100%;
        width: 60px
    }
}

@media only screen and (max-width:767px) {
    .c-header .menu {
        background: #fff;
        width: 62px;
        display: none
    }
}

.c-header .menu .bar01,
.c-header .menu .bar02,
.c-header .menu .bar03 {
    position: absolute;
    transition: all .2s linear;
    z-index: 2
}

@media only screen and (min-width:768px) {

    .c-header .menu .bar01,
    .c-header .menu .bar02,
    .c-header .menu .bar03 {
        width: 16px;
        height: 2px;
        left: 22px;
        background: #fff
    }

    .c-header .menu .bar01.bar01,
    .c-header .menu .bar02.bar01,
    .c-header .menu .bar03.bar01 {
        top: 14px;
        transform-origin: left top
    }

    .c-header .menu .bar01.bar02,
    .c-header .menu .bar02.bar02,
    .c-header .menu .bar03.bar02 {
        top: 21px
    }

    .c-header .menu .bar01.bar03,
    .c-header .menu .bar02.bar03,
    .c-header .menu .bar03.bar03 {
        top: 28px;
        transform-origin: left bottom
    }
}

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

    .c-header .menu .bar01,
    .c-header .menu .bar02,
    .c-header .menu .bar03 {
        width: 16px;
        height: 2px;
        left: 23px;
        background: #4a4a4a
    }

    .c-header .menu .bar01.bar01,
    .c-header .menu .bar02.bar01,
    .c-header .menu .bar03.bar01 {
        top: 7px;
        transform-origin: left top
    }

    .c-header .menu .bar01.bar02,
    .c-header .menu .bar02.bar02,
    .c-header .menu .bar03.bar02 {
        top: 13px
    }

    .c-header .menu .bar01.bar03,
    .c-header .menu .bar02.bar03,
    .c-header .menu .bar03.bar03 {
        top: 19px;
        transform-origin: left bottom
    }
}

.c-header .menu .label {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    z-index: 3
}

@media only screen and (min-width:768px) {
    .c-header .menu .label {
        bottom: 10px;
        color: #fff;
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .c-header .menu .label {
        bottom: 7px;
        color: #4a4a4a;
        font-size: 10px
    }
}

@media only screen and (min-width:768px) {
    .c-header .menu.is-current .decoration {
        transform: scale(15);
        transition: transform .3s ease-in
    }

    .c-header .menu.is-current .bar01,
    .c-header .menu.is-current .bar02,
    .c-header .menu.is-current .bar03 {
        width: 21px
    }

    .c-header .menu.is-current .bar01.bar01,
    .c-header .menu.is-current .bar02.bar01,
    .c-header .menu.is-current .bar03.bar01 {
        transform: rotate(45deg)
    }

    .c-header .menu.is-current .bar01.bar02,
    .c-header .menu.is-current .bar02.bar02,
    .c-header .menu.is-current .bar03.bar02 {
        transition: all .1s linear;
        transform: translateX(100%);
        opacity: 0
    }

    .c-header .menu.is-current .bar01.bar03,
    .c-header .menu.is-current .bar02.bar03,
    .c-header .menu.is-current .bar03.bar03 {
        transform: rotate(-45deg)
    }
}

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

    .c-header .menu.is-current .bar01,
    .c-header .menu.is-current .bar02,
    .c-header .menu.is-current .bar03 {
        width: 18px;
        left: 25px
    }

    .c-header .menu.is-current .bar01.bar01,
    .c-header .menu.is-current .bar02.bar01,
    .c-header .menu.is-current .bar03.bar01 {
        transform: rotate(45deg)
    }

    .c-header .menu.is-current .bar01.bar02,
    .c-header .menu.is-current .bar02.bar02,
    .c-header .menu.is-current .bar03.bar02 {
        transform: translateX(150%);
        opacity: 0
    }

    .c-header .menu.is-current .bar01.bar03,
    .c-header .menu.is-current .bar02.bar03,
    .c-header .menu.is-current .bar03.bar03 {
        transform: rotate(-45deg)
    }
}

.c-header .background {
    background: hsla(0, 0%, 100%, 0);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.show-menu .c-header .background,
.show-usermenu .c-header .background {
    pointer-events: inherit;
    visibility: visible;
    z-index: 5
}

@media only screen and (min-width:768px) {
    .l-wrraper.is-scroll .c-header {
        overflow: visible
    }

    .l-wrraper.is-scroll .c-header .menu {
        position: fixed
    }

    .is-touchDevice .c-header {
        padding-right: 0
    }

    .is-touchDevice .c-header .menu {
        display: none
    }
}

.c-list-config {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    height: 66px;
    justify-content: space-between
}

.c-list-config .primary-area {
    padding-left: 60px
}

.c-list-config .primary-area:last-child {
    padding-left: 0;
    padding-right: 60px;
}

.c-list-config .primary-area [class^=c-button] {
    /* width: 140px; */
    height: 45px;
    line-height: 43px;
    font-size: 14px
}

.c-list-config .primary-area [class^=c-button] .label-wrapper [class^=icon]+* {
    margin-left: 0
}

.c-list-config .secondary-area {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 60px;
    justify-content: flex-end
}

.c-list-config .secondary-area [class^=c-button] {
    margin-left: 10px;
    height: 45px
}

.c-list-config .secondary-area [class^=c-button]:first-child {
    margin-left: 0
}

.c-list .align-center {
    text-align: center
}

.c-list .align-right {
    text-align: right
}

.c-list table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    overflow: scroll;
}

.c-list td,
.c-list th {
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
    line-height: 1.5;
    overflow-wrap: break-word;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word
}

@media only screen and (min-width:768px) {

    .c-list td,
    .c-list th {
        padding-left: 10px;
        padding-right: 10px
    }

    .c-list td:first-child,
    .c-list th:first-child {
        padding-left: 60px
    }

    .c-list td:last-child,
    .c-list th:last-child {
        padding-right: 60px
    }
}

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

    .c-list td,
    .c-list th {
        padding-left: 20px
    }

    .c-list td:last-child,
    .c-list th:last-child {
        padding-right: 20px
    }
}

.c-list .list-header th {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px
}

.c-list .list-header th .label-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.c-list .list-header th .label-wrapper .label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: none;
    padding-right: 0;
    position: relative;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    color: #666
}

.c-list .list-header th[class*=sort] .label-wrapper .label {
    padding-right: 13px
}

.c-list .list-header th[class*=sort] .label-wrapper .label:after,
.c-list .list-header th[class*=sort] .label-wrapper .label:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    right: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.c-list .list-header th[class*=sort] .label-wrapper .label:before {
    top: 0;
    border-top: none;
    border-bottom: 5px solid #ccc
}

.c-list .list-header th[class*=sort] .label-wrapper .label:after {
    bottom: 0;
    border-bottom: none;
    border-top: 5px solid #ccc
}

.c-list .list-header th[class*=sort].sort-asc .label-wrapper .label:before {
    border-bottom: 5px solid #4a4a4a
}

.c-list .list-header th[class*=sort].sort-des .label-wrapper .label:after {
    border-top: 5px solid #4a4a4a
}

.c-list .list-header th.align-center .label-wrapper {
    justify-content: center
}

.c-list .list-header th.align-right .label-wrapper {
    justify-content: flex-end
}

@media only screen and (min-width:768px) {
    .c-list .list-header th {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 12px;
        font-weight: 400
    }

    .c-list .list-header th .label-wrapper {
        align-items: center;
        justify-content: flex-start
    }

    .c-list .list-header th .label-wrapper .label {
        position: relative;
        display: inline-block;
        height: 15px;
        line-height: 15px;
        color: #666
    }

    .c-list .list-header th[class*=sort] .label-wrapper .label {
        padding-right: 13px
    }

    .c-list .list-header th[class*=sort] .label-wrapper .label:after,
    .c-list .list-header th[class*=sort] .label-wrapper .label:before {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: auto;
        right: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent
    }

    .c-list .list-header th[class*=sort] .label-wrapper .label:before {
        top: 0;
        border-top: none;
        border-bottom: 5px solid #ccc
    }

    .c-list .list-header th[class*=sort] .label-wrapper .label:after {
        bottom: 0;
        border-bottom: none;
        border-top: 5px solid #ccc
    }

    .c-list .list-header th[class*=sort].sort-asc .label-wrapper .label:before {
        border-bottom: 5px solid #4a4a4a
    }

    .c-list .list-header th[class*=sort].sort-des .label-wrapper .label:after {
        border-top: 5px solid #4a4a4a
    }
}

@media only screen and (max-width:767px) {
    .c-list .list-header th {
        padding-bottom: 8px;
        padding-top: 8px
    }

    .c-list .list-header th .label-wrapper {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .c-list .list-header th .label-wrapper .label {
        display: block
    }

    .c-list .list-header th .label-wrapper .sort-link {
        display: inline-block;
        height: 24px;
        padding-right: 0;
        width: 44px
    }
}

.c-list .list-data:nth-of-type(odd) td {
    background: #f9f9f9
}

@media only screen and (min-width:768px) {
    .c-list .list-data td {
        vertical-align: middle;
        font-size: 14px
    }

    .c-list .list-data td .data {
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px;
        opacity: 0;
        transform: translateY(5px);
        transition: transform .15s ease-in, opacity .15s linear
    }

    .c-list .list-data td .data [class^=c-button].button-delete,
    .c-list .list-data td .data [class^=c-button].button-reference {
        box-shadow: none;
        height: 30px;
        padding: 0;
        vertical-align: middle
    }

    .c-list .list-data td .data [class^=c-button].button-reference {
        line-height: 28px;
        width: 140px
    }

    .c-list .list-data td .data [class^=c-button].button-reference .label-wrapper .label {
        font-size: 14px;
        font-weight: 300
    }

    .c-list .list-data td .data [class^=c-button].button-delete {
        background: #fff;
        border-color: #e9e9e9;
        line-height: 30px;
        width: 30px
    }

    .c-list .list-data td .data [class^=c-button].button-delete .label-wrapper [class^=icon] {
        height: 30px;
        width: 30px
    }

    .c-list .list-data td .data [class^=c-button].button-delete .label-wrapper [class^=icon] .svg-icon {
        bottom: 0;
        height: 25px;
        left: 2px;
        width: 25px
    }

    .c-list .list-data td .data [class^=c-button].button-delete .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
        fill: #4a4a4a
    }

    .c-list .list-data td .data [class^=c-button].button-delete .label-wrapper .label {
        display: none
    }

    .c-list .list-data td .data [class^=c-button].button-delete .decoration {
        background: #eff0f3;
        height: 10px;
        width: 10px
    }

    .c-list .list-data td .data:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 45px;
        background: #eee;
        left: -10px;
        margin: auto
    }

    .c-list .list-data td:first-child .data:before {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .c-list .list-data td {
        padding-bottom: 15px;
        padding-top: 15px
    }
}

@media only screen and (min-width:768px) {
    .c-list.is-show .list-data td .data {
        opacity: 1;
        transform: translate(0)
    }

    .c-list.is-show .list-data:first-of-type td:first-of-type .data {
        transition-delay: .09s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(2) .data {
        transition-delay: .13s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(3) .data {
        transition-delay: .17s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(4) .data {
        transition-delay: .21s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(5) .data {
        transition-delay: .25s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(6) .data {
        transition-delay: .29s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(7) .data {
        transition-delay: .33s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(8) .data {
        transition-delay: .37s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(9) .data {
        transition-delay: .41s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(10) .data {
        transition-delay: .45s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(11) .data {
        transition-delay: .49s
    }

    .c-list.is-show .list-data:first-of-type td:nth-of-type(12) .data {
        transition-delay: .53s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:first-of-type .data {
        transition-delay: .14s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(2) .data {
        transition-delay: .18s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(3) .data {
        transition-delay: .22s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(4) .data {
        transition-delay: .26s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(5) .data {
        transition-delay: .3s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(6) .data {
        transition-delay: .34s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(7) .data {
        transition-delay: .38s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(8) .data {
        transition-delay: .42s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(9) .data {
        transition-delay: .46s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(10) .data {
        transition-delay: .5s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(11) .data {
        transition-delay: .54s
    }

    .c-list.is-show .list-data:nth-of-type(2) td:nth-of-type(12) .data {
        transition-delay: .58s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:first-of-type .data {
        transition-delay: .19s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(2) .data {
        transition-delay: .23s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(3) .data {
        transition-delay: .27s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(4) .data {
        transition-delay: .31s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(5) .data {
        transition-delay: .35s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(6) .data {
        transition-delay: .39s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(7) .data {
        transition-delay: .43s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(8) .data {
        transition-delay: .47s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(9) .data {
        transition-delay: .51s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(10) .data {
        transition-delay: .55s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(11) .data {
        transition-delay: .59s
    }

    .c-list.is-show .list-data:nth-of-type(3) td:nth-of-type(12) .data {
        transition-delay: .63s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:first-of-type .data {
        transition-delay: .24s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(2) .data {
        transition-delay: .28s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(3) .data {
        transition-delay: .32s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(4) .data {
        transition-delay: .36s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(5) .data {
        transition-delay: .4s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(6) .data {
        transition-delay: .44s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(7) .data {
        transition-delay: .48s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(8) .data {
        transition-delay: .52s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(9) .data {
        transition-delay: .56s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(10) .data {
        transition-delay: .6s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(11) .data {
        transition-delay: .64s
    }

    .c-list.is-show .list-data:nth-of-type(4) td:nth-of-type(12) .data {
        transition-delay: .68s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:first-of-type .data {
        transition-delay: .29s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(2) .data {
        transition-delay: .33s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(3) .data {
        transition-delay: .37s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(4) .data {
        transition-delay: .41s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(5) .data {
        transition-delay: .45s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(6) .data {
        transition-delay: .49s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(7) .data {
        transition-delay: .53s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(8) .data {
        transition-delay: .57s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(9) .data {
        transition-delay: .61s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(10) .data {
        transition-delay: .65s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(11) .data {
        transition-delay: .69s
    }

    .c-list.is-show .list-data:nth-of-type(5) td:nth-of-type(12) .data {
        transition-delay: .73s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:first-of-type .data {
        transition-delay: .34s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(2) .data {
        transition-delay: .38s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(3) .data {
        transition-delay: .42s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(4) .data {
        transition-delay: .46s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(5) .data {
        transition-delay: .5s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(6) .data {
        transition-delay: .54s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(7) .data {
        transition-delay: .58s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(8) .data {
        transition-delay: .62s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(9) .data {
        transition-delay: .66s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(10) .data {
        transition-delay: .7s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(11) .data {
        transition-delay: .74s
    }

    .c-list.is-show .list-data:nth-of-type(6) td:nth-of-type(12) .data {
        transition-delay: .78s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:first-of-type .data {
        transition-delay: .39s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(2) .data {
        transition-delay: .43s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(3) .data {
        transition-delay: .47s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(4) .data {
        transition-delay: .51s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(5) .data {
        transition-delay: .55s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(6) .data {
        transition-delay: .59s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(7) .data {
        transition-delay: .63s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(8) .data {
        transition-delay: .67s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(9) .data {
        transition-delay: .71s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(10) .data {
        transition-delay: .75s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(11) .data {
        transition-delay: .79s
    }

    .c-list.is-show .list-data:nth-of-type(7) td:nth-of-type(12) .data {
        transition-delay: .83s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:first-of-type .data {
        transition-delay: .44s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(2) .data {
        transition-delay: .48s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(3) .data {
        transition-delay: .52s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(4) .data {
        transition-delay: .56s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(5) .data {
        transition-delay: .6s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(6) .data {
        transition-delay: .64s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(7) .data {
        transition-delay: .68s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(8) .data {
        transition-delay: .72s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(9) .data {
        transition-delay: .76s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(10) .data {
        transition-delay: .8s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(11) .data {
        transition-delay: .84s
    }

    .c-list.is-show .list-data:nth-of-type(8) td:nth-of-type(12) .data {
        transition-delay: .88s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:first-of-type .data {
        transition-delay: .49s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(2) .data {
        transition-delay: .53s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(3) .data {
        transition-delay: .57s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(4) .data {
        transition-delay: .61s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(5) .data {
        transition-delay: .65s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(6) .data {
        transition-delay: .69s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(7) .data {
        transition-delay: .73s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(8) .data {
        transition-delay: .77s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(9) .data {
        transition-delay: .81s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(10) .data {
        transition-delay: .85s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(11) .data {
        transition-delay: .89s
    }

    .c-list.is-show .list-data:nth-of-type(9) td:nth-of-type(12) .data {
        transition-delay: .93s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:first-of-type .data {
        transition-delay: .54s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(2) .data {
        transition-delay: .58s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(3) .data {
        transition-delay: .62s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(4) .data {
        transition-delay: .66s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(5) .data {
        transition-delay: .7s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(6) .data {
        transition-delay: .74s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(7) .data {
        transition-delay: .78s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(8) .data {
        transition-delay: .82s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(9) .data {
        transition-delay: .86s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(10) .data {
        transition-delay: .9s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(11) .data {
        transition-delay: .94s
    }

    .c-list.is-show .list-data:nth-of-type(10) td:nth-of-type(12) .data {
        transition-delay: .98s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:first-of-type .data {
        transition-delay: .59s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(2) .data {
        transition-delay: .63s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(3) .data {
        transition-delay: .67s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(4) .data {
        transition-delay: .71s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(5) .data {
        transition-delay: .75s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(6) .data {
        transition-delay: .79s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(7) .data {
        transition-delay: .83s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(8) .data {
        transition-delay: .87s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(9) .data {
        transition-delay: .91s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(10) .data {
        transition-delay: .95s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(11) .data {
        transition-delay: .99s
    }

    .c-list.is-show .list-data:nth-of-type(11) td:nth-of-type(12) .data {
        transition-delay: 1.03s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:first-of-type .data {
        transition-delay: .64s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(2) .data {
        transition-delay: .68s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(3) .data {
        transition-delay: .72s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(4) .data {
        transition-delay: .76s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(5) .data {
        transition-delay: .8s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(6) .data {
        transition-delay: .84s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(7) .data {
        transition-delay: .88s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(8) .data {
        transition-delay: .92s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(9) .data {
        transition-delay: .96s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(10) .data {
        transition-delay: 1s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(11) .data {
        transition-delay: 1.04s
    }

    .c-list.is-show .list-data:nth-of-type(12) td:nth-of-type(12) .data {
        transition-delay: 1.08s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:first-of-type .data {
        transition-delay: .69s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(2) .data {
        transition-delay: .73s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(3) .data {
        transition-delay: .77s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(4) .data {
        transition-delay: .81s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(5) .data {
        transition-delay: .85s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(6) .data {
        transition-delay: .89s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(7) .data {
        transition-delay: .93s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(8) .data {
        transition-delay: .97s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(9) .data {
        transition-delay: 1.01s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(10) .data {
        transition-delay: 1.05s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(11) .data {
        transition-delay: 1.09s
    }

    .c-list.is-show .list-data:nth-of-type(13) td:nth-of-type(12) .data {
        transition-delay: 1.13s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:first-of-type .data {
        transition-delay: .74s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(2) .data {
        transition-delay: .78s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(3) .data {
        transition-delay: .82s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(4) .data {
        transition-delay: .86s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(5) .data {
        transition-delay: .9s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(6) .data {
        transition-delay: .94s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(7) .data {
        transition-delay: .98s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(8) .data {
        transition-delay: 1.02s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(9) .data {
        transition-delay: 1.06s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(10) .data {
        transition-delay: 1.1s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(11) .data {
        transition-delay: 1.14s
    }

    .c-list.is-show .list-data:nth-of-type(14) td:nth-of-type(12) .data {
        transition-delay: 1.18s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:first-of-type .data {
        transition-delay: .79s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(2) .data {
        transition-delay: .83s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(3) .data {
        transition-delay: .87s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(4) .data {
        transition-delay: .91s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(5) .data {
        transition-delay: .95s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(6) .data {
        transition-delay: .99s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(7) .data {
        transition-delay: 1.03s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(8) .data {
        transition-delay: 1.07s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(9) .data {
        transition-delay: 1.11s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(10) .data {
        transition-delay: 1.15s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(11) .data {
        transition-delay: 1.19s
    }

    .c-list.is-show .list-data:nth-of-type(15) td:nth-of-type(12) .data {
        transition-delay: 1.23s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:first-of-type .data {
        transition-delay: .84s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(2) .data {
        transition-delay: .88s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(3) .data {
        transition-delay: .92s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(4) .data {
        transition-delay: .96s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(5) .data {
        transition-delay: 1s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(6) .data {
        transition-delay: 1.04s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(7) .data {
        transition-delay: 1.08s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(8) .data {
        transition-delay: 1.12s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(9) .data {
        transition-delay: 1.16s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(10) .data {
        transition-delay: 1.2s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(11) .data {
        transition-delay: 1.24s
    }

    .c-list.is-show .list-data:nth-of-type(16) td:nth-of-type(12) .data {
        transition-delay: 1.28s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:first-of-type .data {
        transition-delay: .89s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(2) .data {
        transition-delay: .93s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(3) .data {
        transition-delay: .97s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(4) .data {
        transition-delay: 1.01s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(5) .data {
        transition-delay: 1.05s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(6) .data {
        transition-delay: 1.09s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(7) .data {
        transition-delay: 1.13s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(8) .data {
        transition-delay: 1.17s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(9) .data {
        transition-delay: 1.21s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(10) .data {
        transition-delay: 1.25s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(11) .data {
        transition-delay: 1.29s
    }

    .c-list.is-show .list-data:nth-of-type(17) td:nth-of-type(12) .data {
        transition-delay: 1.33s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:first-of-type .data {
        transition-delay: .94s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(2) .data {
        transition-delay: .98s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(3) .data {
        transition-delay: 1.02s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(4) .data {
        transition-delay: 1.06s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(5) .data {
        transition-delay: 1.1s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(6) .data {
        transition-delay: 1.14s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(7) .data {
        transition-delay: 1.18s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(8) .data {
        transition-delay: 1.22s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(9) .data {
        transition-delay: 1.26s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(10) .data {
        transition-delay: 1.3s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(11) .data {
        transition-delay: 1.34s
    }

    .c-list.is-show .list-data:nth-of-type(18) td:nth-of-type(12) .data {
        transition-delay: 1.38s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:first-of-type .data {
        transition-delay: .99s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(2) .data {
        transition-delay: 1.03s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(3) .data {
        transition-delay: 1.07s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(4) .data {
        transition-delay: 1.11s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(5) .data {
        transition-delay: 1.15s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(6) .data {
        transition-delay: 1.19s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(7) .data {
        transition-delay: 1.23s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(8) .data {
        transition-delay: 1.27s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(9) .data {
        transition-delay: 1.31s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(10) .data {
        transition-delay: 1.35s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(11) .data {
        transition-delay: 1.39s
    }

    .c-list.is-show .list-data:nth-of-type(19) td:nth-of-type(12) .data {
        transition-delay: 1.43s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:first-of-type .data {
        transition-delay: 1.04s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(2) .data {
        transition-delay: 1.08s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(3) .data {
        transition-delay: 1.12s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(4) .data {
        transition-delay: 1.16s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(5) .data {
        transition-delay: 1.2s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(6) .data {
        transition-delay: 1.24s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(7) .data {
        transition-delay: 1.28s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(8) .data {
        transition-delay: 1.32s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(9) .data {
        transition-delay: 1.36s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(10) .data {
        transition-delay: 1.4s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(11) .data {
        transition-delay: 1.44s
    }

    .c-list.is-show .list-data:nth-of-type(20) td:nth-of-type(12) .data {
        transition-delay: 1.48s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:first-of-type .data {
        transition-delay: 1.09s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(2) .data {
        transition-delay: 1.13s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(3) .data {
        transition-delay: 1.17s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(4) .data {
        transition-delay: 1.21s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(5) .data {
        transition-delay: 1.25s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(6) .data {
        transition-delay: 1.29s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(7) .data {
        transition-delay: 1.33s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(8) .data {
        transition-delay: 1.37s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(9) .data {
        transition-delay: 1.41s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(10) .data {
        transition-delay: 1.45s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(11) .data {
        transition-delay: 1.49s
    }

    .c-list.is-show .list-data:nth-of-type(21) td:nth-of-type(12) .data {
        transition-delay: 1.53s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:first-of-type .data {
        transition-delay: 1.14s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(2) .data {
        transition-delay: 1.18s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(3) .data {
        transition-delay: 1.22s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(4) .data {
        transition-delay: 1.26s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(5) .data {
        transition-delay: 1.3s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(6) .data {
        transition-delay: 1.34s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(7) .data {
        transition-delay: 1.38s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(8) .data {
        transition-delay: 1.42s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(9) .data {
        transition-delay: 1.46s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(10) .data {
        transition-delay: 1.5s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(11) .data {
        transition-delay: 1.54s
    }

    .c-list.is-show .list-data:nth-of-type(22) td:nth-of-type(12) .data {
        transition-delay: 1.58s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:first-of-type .data {
        transition-delay: 1.19s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(2) .data {
        transition-delay: 1.23s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(3) .data {
        transition-delay: 1.27s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(4) .data {
        transition-delay: 1.31s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(5) .data {
        transition-delay: 1.35s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(6) .data {
        transition-delay: 1.39s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(7) .data {
        transition-delay: 1.43s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(8) .data {
        transition-delay: 1.47s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(9) .data {
        transition-delay: 1.51s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(10) .data {
        transition-delay: 1.55s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(11) .data {
        transition-delay: 1.59s
    }

    .c-list.is-show .list-data:nth-of-type(23) td:nth-of-type(12) .data {
        transition-delay: 1.63s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:first-of-type .data {
        transition-delay: 1.24s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(2) .data {
        transition-delay: 1.28s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(3) .data {
        transition-delay: 1.32s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(4) .data {
        transition-delay: 1.36s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(5) .data {
        transition-delay: 1.4s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(6) .data {
        transition-delay: 1.44s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(7) .data {
        transition-delay: 1.48s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(8) .data {
        transition-delay: 1.52s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(9) .data {
        transition-delay: 1.56s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(10) .data {
        transition-delay: 1.6s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(11) .data {
        transition-delay: 1.64s
    }

    .c-list.is-show .list-data:nth-of-type(24) td:nth-of-type(12) .data {
        transition-delay: 1.68s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:first-of-type .data {
        transition-delay: 1.29s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(2) .data {
        transition-delay: 1.33s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(3) .data {
        transition-delay: 1.37s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(4) .data {
        transition-delay: 1.41s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(5) .data {
        transition-delay: 1.45s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(6) .data {
        transition-delay: 1.49s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(7) .data {
        transition-delay: 1.53s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(8) .data {
        transition-delay: 1.57s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(9) .data {
        transition-delay: 1.61s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(10) .data {
        transition-delay: 1.65s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(11) .data {
        transition-delay: 1.69s
    }

    .c-list.is-show .list-data:nth-of-type(25) td:nth-of-type(12) .data {
        transition-delay: 1.73s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:first-of-type .data {
        transition-delay: 1.34s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(2) .data {
        transition-delay: 1.38s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(3) .data {
        transition-delay: 1.42s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(4) .data {
        transition-delay: 1.46s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(5) .data {
        transition-delay: 1.5s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(6) .data {
        transition-delay: 1.54s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(7) .data {
        transition-delay: 1.58s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(8) .data {
        transition-delay: 1.62s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(9) .data {
        transition-delay: 1.66s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(10) .data {
        transition-delay: 1.7s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(11) .data {
        transition-delay: 1.74s
    }

    .c-list.is-show .list-data:nth-of-type(26) td:nth-of-type(12) .data {
        transition-delay: 1.78s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:first-of-type .data {
        transition-delay: 1.39s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(2) .data {
        transition-delay: 1.43s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(3) .data {
        transition-delay: 1.47s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(4) .data {
        transition-delay: 1.51s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(5) .data {
        transition-delay: 1.55s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(6) .data {
        transition-delay: 1.59s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(7) .data {
        transition-delay: 1.63s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(8) .data {
        transition-delay: 1.67s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(9) .data {
        transition-delay: 1.71s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(10) .data {
        transition-delay: 1.75s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(11) .data {
        transition-delay: 1.79s
    }

    .c-list.is-show .list-data:nth-of-type(27) td:nth-of-type(12) .data {
        transition-delay: 1.83s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:first-of-type .data {
        transition-delay: 1.44s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(2) .data {
        transition-delay: 1.48s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(3) .data {
        transition-delay: 1.52s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(4) .data {
        transition-delay: 1.56s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(5) .data {
        transition-delay: 1.6s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(6) .data {
        transition-delay: 1.64s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(7) .data {
        transition-delay: 1.68s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(8) .data {
        transition-delay: 1.72s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(9) .data {
        transition-delay: 1.76s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(10) .data {
        transition-delay: 1.8s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(11) .data {
        transition-delay: 1.84s
    }

    .c-list.is-show .list-data:nth-of-type(28) td:nth-of-type(12) .data {
        transition-delay: 1.88s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:first-of-type .data {
        transition-delay: 1.49s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(2) .data {
        transition-delay: 1.53s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(3) .data {
        transition-delay: 1.57s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(4) .data {
        transition-delay: 1.61s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(5) .data {
        transition-delay: 1.65s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(6) .data {
        transition-delay: 1.69s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(7) .data {
        transition-delay: 1.73s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(8) .data {
        transition-delay: 1.77s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(9) .data {
        transition-delay: 1.81s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(10) .data {
        transition-delay: 1.85s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(11) .data {
        transition-delay: 1.89s
    }

    .c-list.is-show .list-data:nth-of-type(29) td:nth-of-type(12) .data {
        transition-delay: 1.93s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:first-of-type .data {
        transition-delay: 1.54s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(2) .data {
        transition-delay: 1.58s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(3) .data {
        transition-delay: 1.62s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(4) .data {
        transition-delay: 1.66s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(5) .data {
        transition-delay: 1.7s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(6) .data {
        transition-delay: 1.74s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(7) .data {
        transition-delay: 1.78s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(8) .data {
        transition-delay: 1.82s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(9) .data {
        transition-delay: 1.86s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(10) .data {
        transition-delay: 1.9s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(11) .data {
        transition-delay: 1.94s
    }

    .c-list.is-show .list-data:nth-of-type(30) td:nth-of-type(12) .data {
        transition-delay: 1.98s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:first-of-type .data {
        transition-delay: 1.59s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(2) .data {
        transition-delay: 1.63s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(3) .data {
        transition-delay: 1.67s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(4) .data {
        transition-delay: 1.71s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(5) .data {
        transition-delay: 1.75s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(6) .data {
        transition-delay: 1.79s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(7) .data {
        transition-delay: 1.83s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(8) .data {
        transition-delay: 1.87s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(9) .data {
        transition-delay: 1.91s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(10) .data {
        transition-delay: 1.95s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(11) .data {
        transition-delay: 1.99s
    }

    .c-list.is-show .list-data:nth-of-type(31) td:nth-of-type(12) .data {
        transition-delay: 2.03s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:first-of-type .data {
        transition-delay: 1.64s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(2) .data {
        transition-delay: 1.68s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(3) .data {
        transition-delay: 1.72s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(4) .data {
        transition-delay: 1.76s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(5) .data {
        transition-delay: 1.8s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(6) .data {
        transition-delay: 1.84s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(7) .data {
        transition-delay: 1.88s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(8) .data {
        transition-delay: 1.92s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(9) .data {
        transition-delay: 1.96s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(10) .data {
        transition-delay: 2s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(11) .data {
        transition-delay: 2.04s
    }

    .c-list.is-show .list-data:nth-of-type(32) td:nth-of-type(12) .data {
        transition-delay: 2.08s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:first-of-type .data {
        transition-delay: 1.69s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(2) .data {
        transition-delay: 1.73s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(3) .data {
        transition-delay: 1.77s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(4) .data {
        transition-delay: 1.81s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(5) .data {
        transition-delay: 1.85s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(6) .data {
        transition-delay: 1.89s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(7) .data {
        transition-delay: 1.93s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(8) .data {
        transition-delay: 1.97s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(9) .data {
        transition-delay: 2.01s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(10) .data {
        transition-delay: 2.05s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(11) .data {
        transition-delay: 2.09s
    }

    .c-list.is-show .list-data:nth-of-type(33) td:nth-of-type(12) .data {
        transition-delay: 2.13s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:first-of-type .data {
        transition-delay: 1.74s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(2) .data {
        transition-delay: 1.78s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(3) .data {
        transition-delay: 1.82s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(4) .data {
        transition-delay: 1.86s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(5) .data {
        transition-delay: 1.9s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(6) .data {
        transition-delay: 1.94s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(7) .data {
        transition-delay: 1.98s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(8) .data {
        transition-delay: 2.02s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(9) .data {
        transition-delay: 2.06s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(10) .data {
        transition-delay: 2.1s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(11) .data {
        transition-delay: 2.14s
    }

    .c-list.is-show .list-data:nth-of-type(34) td:nth-of-type(12) .data {
        transition-delay: 2.18s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:first-of-type .data {
        transition-delay: 1.79s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(2) .data {
        transition-delay: 1.83s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(3) .data {
        transition-delay: 1.87s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(4) .data {
        transition-delay: 1.91s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(5) .data {
        transition-delay: 1.95s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(6) .data {
        transition-delay: 1.99s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(7) .data {
        transition-delay: 2.03s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(8) .data {
        transition-delay: 2.07s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(9) .data {
        transition-delay: 2.11s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(10) .data {
        transition-delay: 2.15s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(11) .data {
        transition-delay: 2.19s
    }

    .c-list.is-show .list-data:nth-of-type(35) td:nth-of-type(12) .data {
        transition-delay: 2.23s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:first-of-type .data {
        transition-delay: 1.84s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(2) .data {
        transition-delay: 1.88s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(3) .data {
        transition-delay: 1.92s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(4) .data {
        transition-delay: 1.96s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(5) .data {
        transition-delay: 2s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(6) .data {
        transition-delay: 2.04s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(7) .data {
        transition-delay: 2.08s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(8) .data {
        transition-delay: 2.12s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(9) .data {
        transition-delay: 2.16s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(10) .data {
        transition-delay: 2.2s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(11) .data {
        transition-delay: 2.24s
    }

    .c-list.is-show .list-data:nth-of-type(36) td:nth-of-type(12) .data {
        transition-delay: 2.28s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:first-of-type .data {
        transition-delay: 1.89s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(2) .data {
        transition-delay: 1.93s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(3) .data {
        transition-delay: 1.97s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(4) .data {
        transition-delay: 2.01s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(5) .data {
        transition-delay: 2.05s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(6) .data {
        transition-delay: 2.09s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(7) .data {
        transition-delay: 2.13s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(8) .data {
        transition-delay: 2.17s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(9) .data {
        transition-delay: 2.21s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(10) .data {
        transition-delay: 2.25s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(11) .data {
        transition-delay: 2.29s
    }

    .c-list.is-show .list-data:nth-of-type(37) td:nth-of-type(12) .data {
        transition-delay: 2.33s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:first-of-type .data {
        transition-delay: 1.94s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(2) .data {
        transition-delay: 1.98s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(3) .data {
        transition-delay: 2.02s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(4) .data {
        transition-delay: 2.06s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(5) .data {
        transition-delay: 2.1s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(6) .data {
        transition-delay: 2.14s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(7) .data {
        transition-delay: 2.18s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(8) .data {
        transition-delay: 2.22s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(9) .data {
        transition-delay: 2.26s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(10) .data {
        transition-delay: 2.3s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(11) .data {
        transition-delay: 2.34s
    }

    .c-list.is-show .list-data:nth-of-type(38) td:nth-of-type(12) .data {
        transition-delay: 2.38s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:first-of-type .data {
        transition-delay: 1.99s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(2) .data {
        transition-delay: 2.03s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(3) .data {
        transition-delay: 2.07s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(4) .data {
        transition-delay: 2.11s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(5) .data {
        transition-delay: 2.15s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(6) .data {
        transition-delay: 2.19s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(7) .data {
        transition-delay: 2.23s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(8) .data {
        transition-delay: 2.27s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(9) .data {
        transition-delay: 2.31s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(10) .data {
        transition-delay: 2.35s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(11) .data {
        transition-delay: 2.39s
    }

    .c-list.is-show .list-data:nth-of-type(39) td:nth-of-type(12) .data {
        transition-delay: 2.43s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:first-of-type .data {
        transition-delay: 2.04s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(2) .data {
        transition-delay: 2.08s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(3) .data {
        transition-delay: 2.12s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(4) .data {
        transition-delay: 2.16s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(5) .data {
        transition-delay: 2.2s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(6) .data {
        transition-delay: 2.24s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(7) .data {
        transition-delay: 2.28s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(8) .data {
        transition-delay: 2.32s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(9) .data {
        transition-delay: 2.36s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(10) .data {
        transition-delay: 2.4s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(11) .data {
        transition-delay: 2.44s
    }

    .c-list.is-show .list-data:nth-of-type(40) td:nth-of-type(12) .data {
        transition-delay: 2.48s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:first-of-type .data {
        transition-delay: 2.09s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(2) .data {
        transition-delay: 2.13s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(3) .data {
        transition-delay: 2.17s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(4) .data {
        transition-delay: 2.21s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(5) .data {
        transition-delay: 2.25s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(6) .data {
        transition-delay: 2.29s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(7) .data {
        transition-delay: 2.33s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(8) .data {
        transition-delay: 2.37s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(9) .data {
        transition-delay: 2.41s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(10) .data {
        transition-delay: 2.45s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(11) .data {
        transition-delay: 2.49s
    }

    .c-list.is-show .list-data:nth-of-type(41) td:nth-of-type(12) .data {
        transition-delay: 2.53s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:first-of-type .data {
        transition-delay: 2.14s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(2) .data {
        transition-delay: 2.18s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(3) .data {
        transition-delay: 2.22s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(4) .data {
        transition-delay: 2.26s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(5) .data {
        transition-delay: 2.3s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(6) .data {
        transition-delay: 2.34s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(7) .data {
        transition-delay: 2.38s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(8) .data {
        transition-delay: 2.42s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(9) .data {
        transition-delay: 2.46s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(10) .data {
        transition-delay: 2.5s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(11) .data {
        transition-delay: 2.54s
    }

    .c-list.is-show .list-data:nth-of-type(42) td:nth-of-type(12) .data {
        transition-delay: 2.58s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:first-of-type .data {
        transition-delay: 2.19s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(2) .data {
        transition-delay: 2.23s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(3) .data {
        transition-delay: 2.27s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(4) .data {
        transition-delay: 2.31s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(5) .data {
        transition-delay: 2.35s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(6) .data {
        transition-delay: 2.39s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(7) .data {
        transition-delay: 2.43s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(8) .data {
        transition-delay: 2.47s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(9) .data {
        transition-delay: 2.51s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(10) .data {
        transition-delay: 2.55s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(11) .data {
        transition-delay: 2.59s
    }

    .c-list.is-show .list-data:nth-of-type(43) td:nth-of-type(12) .data {
        transition-delay: 2.63s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:first-of-type .data {
        transition-delay: 2.24s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(2) .data {
        transition-delay: 2.28s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(3) .data {
        transition-delay: 2.32s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(4) .data {
        transition-delay: 2.36s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(5) .data {
        transition-delay: 2.4s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(6) .data {
        transition-delay: 2.44s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(7) .data {
        transition-delay: 2.48s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(8) .data {
        transition-delay: 2.52s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(9) .data {
        transition-delay: 2.56s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(10) .data {
        transition-delay: 2.6s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(11) .data {
        transition-delay: 2.64s
    }

    .c-list.is-show .list-data:nth-of-type(44) td:nth-of-type(12) .data {
        transition-delay: 2.68s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:first-of-type .data {
        transition-delay: 2.29s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(2) .data {
        transition-delay: 2.33s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(3) .data {
        transition-delay: 2.37s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(4) .data {
        transition-delay: 2.41s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(5) .data {
        transition-delay: 2.45s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(6) .data {
        transition-delay: 2.49s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(7) .data {
        transition-delay: 2.53s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(8) .data {
        transition-delay: 2.57s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(9) .data {
        transition-delay: 2.61s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(10) .data {
        transition-delay: 2.65s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(11) .data {
        transition-delay: 2.69s
    }

    .c-list.is-show .list-data:nth-of-type(45) td:nth-of-type(12) .data {
        transition-delay: 2.73s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:first-of-type .data {
        transition-delay: 2.34s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(2) .data {
        transition-delay: 2.38s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(3) .data {
        transition-delay: 2.42s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(4) .data {
        transition-delay: 2.46s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(5) .data {
        transition-delay: 2.5s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(6) .data {
        transition-delay: 2.54s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(7) .data {
        transition-delay: 2.58s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(8) .data {
        transition-delay: 2.62s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(9) .data {
        transition-delay: 2.66s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(10) .data {
        transition-delay: 2.7s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(11) .data {
        transition-delay: 2.74s
    }

    .c-list.is-show .list-data:nth-of-type(46) td:nth-of-type(12) .data {
        transition-delay: 2.78s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:first-of-type .data {
        transition-delay: 2.39s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(2) .data {
        transition-delay: 2.43s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(3) .data {
        transition-delay: 2.47s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(4) .data {
        transition-delay: 2.51s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(5) .data {
        transition-delay: 2.55s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(6) .data {
        transition-delay: 2.59s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(7) .data {
        transition-delay: 2.63s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(8) .data {
        transition-delay: 2.67s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(9) .data {
        transition-delay: 2.71s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(10) .data {
        transition-delay: 2.75s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(11) .data {
        transition-delay: 2.79s
    }

    .c-list.is-show .list-data:nth-of-type(47) td:nth-of-type(12) .data {
        transition-delay: 2.83s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:first-of-type .data {
        transition-delay: 2.44s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(2) .data {
        transition-delay: 2.48s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(3) .data {
        transition-delay: 2.52s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(4) .data {
        transition-delay: 2.56s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(5) .data {
        transition-delay: 2.6s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(6) .data {
        transition-delay: 2.64s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(7) .data {
        transition-delay: 2.68s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(8) .data {
        transition-delay: 2.72s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(9) .data {
        transition-delay: 2.76s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(10) .data {
        transition-delay: 2.8s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(11) .data {
        transition-delay: 2.84s
    }

    .c-list.is-show .list-data:nth-of-type(48) td:nth-of-type(12) .data {
        transition-delay: 2.88s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:first-of-type .data {
        transition-delay: 2.49s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(2) .data {
        transition-delay: 2.53s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(3) .data {
        transition-delay: 2.57s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(4) .data {
        transition-delay: 2.61s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(5) .data {
        transition-delay: 2.65s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(6) .data {
        transition-delay: 2.69s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(7) .data {
        transition-delay: 2.73s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(8) .data {
        transition-delay: 2.77s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(9) .data {
        transition-delay: 2.81s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(10) .data {
        transition-delay: 2.85s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(11) .data {
        transition-delay: 2.89s
    }

    .c-list.is-show .list-data:nth-of-type(49) td:nth-of-type(12) .data {
        transition-delay: 2.93s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:first-of-type .data {
        transition-delay: 2.54s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(2) .data {
        transition-delay: 2.58s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(3) .data {
        transition-delay: 2.62s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(4) .data {
        transition-delay: 2.66s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(5) .data {
        transition-delay: 2.7s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(6) .data {
        transition-delay: 2.74s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(7) .data {
        transition-delay: 2.78s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(8) .data {
        transition-delay: 2.82s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(9) .data {
        transition-delay: 2.86s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(10) .data {
        transition-delay: 2.9s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(11) .data {
        transition-delay: 2.94s
    }

    .c-list.is-show .list-data:nth-of-type(50) td:nth-of-type(12) .data {
        transition-delay: 2.98s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:first-of-type .data {
        transition-delay: 2.59s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(2) .data {
        transition-delay: 2.63s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(3) .data {
        transition-delay: 2.67s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(4) .data {
        transition-delay: 2.71s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(5) .data {
        transition-delay: 2.75s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(6) .data {
        transition-delay: 2.79s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(7) .data {
        transition-delay: 2.83s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(8) .data {
        transition-delay: 2.87s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(9) .data {
        transition-delay: 2.91s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(10) .data {
        transition-delay: 2.95s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(11) .data {
        transition-delay: 2.99s
    }

    .c-list.is-show .list-data:nth-of-type(51) td:nth-of-type(12) .data {
        transition-delay: 3.03s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:first-of-type .data {
        transition-delay: 2.64s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(2) .data {
        transition-delay: 2.68s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(3) .data {
        transition-delay: 2.72s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(4) .data {
        transition-delay: 2.76s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(5) .data {
        transition-delay: 2.8s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(6) .data {
        transition-delay: 2.84s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(7) .data {
        transition-delay: 2.88s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(8) .data {
        transition-delay: 2.92s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(9) .data {
        transition-delay: 2.96s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(10) .data {
        transition-delay: 3s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(11) .data {
        transition-delay: 3.04s
    }

    .c-list.is-show .list-data:nth-of-type(52) td:nth-of-type(12) .data {
        transition-delay: 3.08s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:first-of-type .data {
        transition-delay: 2.69s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(2) .data {
        transition-delay: 2.73s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(3) .data {
        transition-delay: 2.77s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(4) .data {
        transition-delay: 2.81s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(5) .data {
        transition-delay: 2.85s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(6) .data {
        transition-delay: 2.89s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(7) .data {
        transition-delay: 2.93s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(8) .data {
        transition-delay: 2.97s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(9) .data {
        transition-delay: 3.01s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(10) .data {
        transition-delay: 3.05s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(11) .data {
        transition-delay: 3.09s
    }

    .c-list.is-show .list-data:nth-of-type(53) td:nth-of-type(12) .data {
        transition-delay: 3.13s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:first-of-type .data {
        transition-delay: 2.74s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(2) .data {
        transition-delay: 2.78s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(3) .data {
        transition-delay: 2.82s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(4) .data {
        transition-delay: 2.86s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(5) .data {
        transition-delay: 2.9s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(6) .data {
        transition-delay: 2.94s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(7) .data {
        transition-delay: 2.98s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(8) .data {
        transition-delay: 3.02s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(9) .data {
        transition-delay: 3.06s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(10) .data {
        transition-delay: 3.1s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(11) .data {
        transition-delay: 3.14s
    }

    .c-list.is-show .list-data:nth-of-type(54) td:nth-of-type(12) .data {
        transition-delay: 3.18s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:first-of-type .data {
        transition-delay: 2.79s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(2) .data {
        transition-delay: 2.83s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(3) .data {
        transition-delay: 2.87s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(4) .data {
        transition-delay: 2.91s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(5) .data {
        transition-delay: 2.95s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(6) .data {
        transition-delay: 2.99s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(7) .data {
        transition-delay: 3.03s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(8) .data {
        transition-delay: 3.07s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(9) .data {
        transition-delay: 3.11s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(10) .data {
        transition-delay: 3.15s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(11) .data {
        transition-delay: 3.19s
    }

    .c-list.is-show .list-data:nth-of-type(55) td:nth-of-type(12) .data {
        transition-delay: 3.23s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:first-of-type .data {
        transition-delay: 2.84s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(2) .data {
        transition-delay: 2.88s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(3) .data {
        transition-delay: 2.92s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(4) .data {
        transition-delay: 2.96s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(5) .data {
        transition-delay: 3s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(6) .data {
        transition-delay: 3.04s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(7) .data {
        transition-delay: 3.08s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(8) .data {
        transition-delay: 3.12s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(9) .data {
        transition-delay: 3.16s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(10) .data {
        transition-delay: 3.2s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(11) .data {
        transition-delay: 3.24s
    }

    .c-list.is-show .list-data:nth-of-type(56) td:nth-of-type(12) .data {
        transition-delay: 3.28s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:first-of-type .data {
        transition-delay: 2.89s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(2) .data {
        transition-delay: 2.93s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(3) .data {
        transition-delay: 2.97s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(4) .data {
        transition-delay: 3.01s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(5) .data {
        transition-delay: 3.05s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(6) .data {
        transition-delay: 3.09s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(7) .data {
        transition-delay: 3.13s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(8) .data {
        transition-delay: 3.17s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(9) .data {
        transition-delay: 3.21s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(10) .data {
        transition-delay: 3.25s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(11) .data {
        transition-delay: 3.29s
    }

    .c-list.is-show .list-data:nth-of-type(57) td:nth-of-type(12) .data {
        transition-delay: 3.33s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:first-of-type .data {
        transition-delay: 2.94s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(2) .data {
        transition-delay: 2.98s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(3) .data {
        transition-delay: 3.02s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(4) .data {
        transition-delay: 3.06s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(5) .data {
        transition-delay: 3.1s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(6) .data {
        transition-delay: 3.14s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(7) .data {
        transition-delay: 3.18s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(8) .data {
        transition-delay: 3.22s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(9) .data {
        transition-delay: 3.26s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(10) .data {
        transition-delay: 3.3s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(11) .data {
        transition-delay: 3.34s
    }

    .c-list.is-show .list-data:nth-of-type(58) td:nth-of-type(12) .data {
        transition-delay: 3.38s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:first-of-type .data {
        transition-delay: 2.99s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(2) .data {
        transition-delay: 3.03s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(3) .data {
        transition-delay: 3.07s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(4) .data {
        transition-delay: 3.11s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(5) .data {
        transition-delay: 3.15s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(6) .data {
        transition-delay: 3.19s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(7) .data {
        transition-delay: 3.23s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(8) .data {
        transition-delay: 3.27s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(9) .data {
        transition-delay: 3.31s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(10) .data {
        transition-delay: 3.35s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(11) .data {
        transition-delay: 3.39s
    }

    .c-list.is-show .list-data:nth-of-type(59) td:nth-of-type(12) .data {
        transition-delay: 3.43s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:first-of-type .data {
        transition-delay: 3.04s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(2) .data {
        transition-delay: 3.08s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(3) .data {
        transition-delay: 3.12s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(4) .data {
        transition-delay: 3.16s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(5) .data {
        transition-delay: 3.2s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(6) .data {
        transition-delay: 3.24s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(7) .data {
        transition-delay: 3.28s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(8) .data {
        transition-delay: 3.32s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(9) .data {
        transition-delay: 3.36s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(10) .data {
        transition-delay: 3.4s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(11) .data {
        transition-delay: 3.44s
    }

    .c-list.is-show .list-data:nth-of-type(60) td:nth-of-type(12) .data {
        transition-delay: 3.48s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:first-of-type .data {
        transition-delay: 3.09s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(2) .data {
        transition-delay: 3.13s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(3) .data {
        transition-delay: 3.17s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(4) .data {
        transition-delay: 3.21s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(5) .data {
        transition-delay: 3.25s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(6) .data {
        transition-delay: 3.29s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(7) .data {
        transition-delay: 3.33s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(8) .data {
        transition-delay: 3.37s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(9) .data {
        transition-delay: 3.41s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(10) .data {
        transition-delay: 3.45s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(11) .data {
        transition-delay: 3.49s
    }

    .c-list.is-show .list-data:nth-of-type(61) td:nth-of-type(12) .data {
        transition-delay: 3.53s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:first-of-type .data {
        transition-delay: 3.14s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(2) .data {
        transition-delay: 3.18s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(3) .data {
        transition-delay: 3.22s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(4) .data {
        transition-delay: 3.26s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(5) .data {
        transition-delay: 3.3s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(6) .data {
        transition-delay: 3.34s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(7) .data {
        transition-delay: 3.38s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(8) .data {
        transition-delay: 3.42s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(9) .data {
        transition-delay: 3.46s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(10) .data {
        transition-delay: 3.5s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(11) .data {
        transition-delay: 3.54s
    }

    .c-list.is-show .list-data:nth-of-type(62) td:nth-of-type(12) .data {
        transition-delay: 3.58s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:first-of-type .data {
        transition-delay: 3.19s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(2) .data {
        transition-delay: 3.23s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(3) .data {
        transition-delay: 3.27s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(4) .data {
        transition-delay: 3.31s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(5) .data {
        transition-delay: 3.35s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(6) .data {
        transition-delay: 3.39s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(7) .data {
        transition-delay: 3.43s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(8) .data {
        transition-delay: 3.47s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(9) .data {
        transition-delay: 3.51s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(10) .data {
        transition-delay: 3.55s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(11) .data {
        transition-delay: 3.59s
    }

    .c-list.is-show .list-data:nth-of-type(63) td:nth-of-type(12) .data {
        transition-delay: 3.63s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:first-of-type .data {
        transition-delay: 3.24s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(2) .data {
        transition-delay: 3.28s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(3) .data {
        transition-delay: 3.32s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(4) .data {
        transition-delay: 3.36s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(5) .data {
        transition-delay: 3.4s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(6) .data {
        transition-delay: 3.44s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(7) .data {
        transition-delay: 3.48s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(8) .data {
        transition-delay: 3.52s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(9) .data {
        transition-delay: 3.56s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(10) .data {
        transition-delay: 3.6s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(11) .data {
        transition-delay: 3.64s
    }

    .c-list.is-show .list-data:nth-of-type(64) td:nth-of-type(12) .data {
        transition-delay: 3.68s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:first-of-type .data {
        transition-delay: 3.29s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(2) .data {
        transition-delay: 3.33s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(3) .data {
        transition-delay: 3.37s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(4) .data {
        transition-delay: 3.41s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(5) .data {
        transition-delay: 3.45s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(6) .data {
        transition-delay: 3.49s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(7) .data {
        transition-delay: 3.53s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(8) .data {
        transition-delay: 3.57s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(9) .data {
        transition-delay: 3.61s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(10) .data {
        transition-delay: 3.65s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(11) .data {
        transition-delay: 3.69s
    }

    .c-list.is-show .list-data:nth-of-type(65) td:nth-of-type(12) .data {
        transition-delay: 3.73s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:first-of-type .data {
        transition-delay: 3.34s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(2) .data {
        transition-delay: 3.38s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(3) .data {
        transition-delay: 3.42s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(4) .data {
        transition-delay: 3.46s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(5) .data {
        transition-delay: 3.5s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(6) .data {
        transition-delay: 3.54s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(7) .data {
        transition-delay: 3.58s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(8) .data {
        transition-delay: 3.62s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(9) .data {
        transition-delay: 3.66s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(10) .data {
        transition-delay: 3.7s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(11) .data {
        transition-delay: 3.74s
    }

    .c-list.is-show .list-data:nth-of-type(66) td:nth-of-type(12) .data {
        transition-delay: 3.78s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:first-of-type .data {
        transition-delay: 3.39s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(2) .data {
        transition-delay: 3.43s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(3) .data {
        transition-delay: 3.47s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(4) .data {
        transition-delay: 3.51s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(5) .data {
        transition-delay: 3.55s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(6) .data {
        transition-delay: 3.59s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(7) .data {
        transition-delay: 3.63s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(8) .data {
        transition-delay: 3.67s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(9) .data {
        transition-delay: 3.71s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(10) .data {
        transition-delay: 3.75s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(11) .data {
        transition-delay: 3.79s
    }

    .c-list.is-show .list-data:nth-of-type(67) td:nth-of-type(12) .data {
        transition-delay: 3.83s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:first-of-type .data {
        transition-delay: 3.44s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(2) .data {
        transition-delay: 3.48s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(3) .data {
        transition-delay: 3.52s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(4) .data {
        transition-delay: 3.56s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(5) .data {
        transition-delay: 3.6s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(6) .data {
        transition-delay: 3.64s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(7) .data {
        transition-delay: 3.68s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(8) .data {
        transition-delay: 3.72s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(9) .data {
        transition-delay: 3.76s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(10) .data {
        transition-delay: 3.8s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(11) .data {
        transition-delay: 3.84s
    }

    .c-list.is-show .list-data:nth-of-type(68) td:nth-of-type(12) .data {
        transition-delay: 3.88s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:first-of-type .data {
        transition-delay: 3.49s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(2) .data {
        transition-delay: 3.53s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(3) .data {
        transition-delay: 3.57s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(4) .data {
        transition-delay: 3.61s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(5) .data {
        transition-delay: 3.65s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(6) .data {
        transition-delay: 3.69s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(7) .data {
        transition-delay: 3.73s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(8) .data {
        transition-delay: 3.77s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(9) .data {
        transition-delay: 3.81s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(10) .data {
        transition-delay: 3.85s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(11) .data {
        transition-delay: 3.89s
    }

    .c-list.is-show .list-data:nth-of-type(69) td:nth-of-type(12) .data {
        transition-delay: 3.93s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:first-of-type .data {
        transition-delay: 3.54s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(2) .data {
        transition-delay: 3.58s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(3) .data {
        transition-delay: 3.62s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(4) .data {
        transition-delay: 3.66s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(5) .data {
        transition-delay: 3.7s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(6) .data {
        transition-delay: 3.74s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(7) .data {
        transition-delay: 3.78s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(8) .data {
        transition-delay: 3.82s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(9) .data {
        transition-delay: 3.86s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(10) .data {
        transition-delay: 3.9s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(11) .data {
        transition-delay: 3.94s
    }

    .c-list.is-show .list-data:nth-of-type(70) td:nth-of-type(12) .data {
        transition-delay: 3.98s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:first-of-type .data {
        transition-delay: 3.59s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(2) .data {
        transition-delay: 3.63s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(3) .data {
        transition-delay: 3.67s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(4) .data {
        transition-delay: 3.71s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(5) .data {
        transition-delay: 3.75s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(6) .data {
        transition-delay: 3.79s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(7) .data {
        transition-delay: 3.83s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(8) .data {
        transition-delay: 3.87s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(9) .data {
        transition-delay: 3.91s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(10) .data {
        transition-delay: 3.95s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(11) .data {
        transition-delay: 3.99s
    }

    .c-list.is-show .list-data:nth-of-type(71) td:nth-of-type(12) .data {
        transition-delay: 4.03s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:first-of-type .data {
        transition-delay: 3.64s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(2) .data {
        transition-delay: 3.68s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(3) .data {
        transition-delay: 3.72s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(4) .data {
        transition-delay: 3.76s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(5) .data {
        transition-delay: 3.8s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(6) .data {
        transition-delay: 3.84s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(7) .data {
        transition-delay: 3.88s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(8) .data {
        transition-delay: 3.92s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(9) .data {
        transition-delay: 3.96s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(10) .data {
        transition-delay: 4s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(11) .data {
        transition-delay: 4.04s
    }

    .c-list.is-show .list-data:nth-of-type(72) td:nth-of-type(12) .data {
        transition-delay: 4.08s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:first-of-type .data {
        transition-delay: 3.69s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(2) .data {
        transition-delay: 3.73s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(3) .data {
        transition-delay: 3.77s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(4) .data {
        transition-delay: 3.81s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(5) .data {
        transition-delay: 3.85s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(6) .data {
        transition-delay: 3.89s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(7) .data {
        transition-delay: 3.93s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(8) .data {
        transition-delay: 3.97s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(9) .data {
        transition-delay: 4.01s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(10) .data {
        transition-delay: 4.05s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(11) .data {
        transition-delay: 4.09s
    }

    .c-list.is-show .list-data:nth-of-type(73) td:nth-of-type(12) .data {
        transition-delay: 4.13s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:first-of-type .data {
        transition-delay: 3.74s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(2) .data {
        transition-delay: 3.78s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(3) .data {
        transition-delay: 3.82s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(4) .data {
        transition-delay: 3.86s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(5) .data {
        transition-delay: 3.9s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(6) .data {
        transition-delay: 3.94s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(7) .data {
        transition-delay: 3.98s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(8) .data {
        transition-delay: 4.02s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(9) .data {
        transition-delay: 4.06s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(10) .data {
        transition-delay: 4.1s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(11) .data {
        transition-delay: 4.14s
    }

    .c-list.is-show .list-data:nth-of-type(74) td:nth-of-type(12) .data {
        transition-delay: 4.18s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:first-of-type .data {
        transition-delay: 3.79s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(2) .data {
        transition-delay: 3.83s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(3) .data {
        transition-delay: 3.87s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(4) .data {
        transition-delay: 3.91s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(5) .data {
        transition-delay: 3.95s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(6) .data {
        transition-delay: 3.99s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(7) .data {
        transition-delay: 4.03s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(8) .data {
        transition-delay: 4.07s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(9) .data {
        transition-delay: 4.11s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(10) .data {
        transition-delay: 4.15s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(11) .data {
        transition-delay: 4.19s
    }

    .c-list.is-show .list-data:nth-of-type(75) td:nth-of-type(12) .data {
        transition-delay: 4.23s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:first-of-type .data {
        transition-delay: 3.84s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(2) .data {
        transition-delay: 3.88s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(3) .data {
        transition-delay: 3.92s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(4) .data {
        transition-delay: 3.96s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(5) .data {
        transition-delay: 4s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(6) .data {
        transition-delay: 4.04s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(7) .data {
        transition-delay: 4.08s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(8) .data {
        transition-delay: 4.12s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(9) .data {
        transition-delay: 4.16s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(10) .data {
        transition-delay: 4.2s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(11) .data {
        transition-delay: 4.24s
    }

    .c-list.is-show .list-data:nth-of-type(76) td:nth-of-type(12) .data {
        transition-delay: 4.28s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:first-of-type .data {
        transition-delay: 3.89s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(2) .data {
        transition-delay: 3.93s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(3) .data {
        transition-delay: 3.97s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(4) .data {
        transition-delay: 4.01s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(5) .data {
        transition-delay: 4.05s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(6) .data {
        transition-delay: 4.09s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(7) .data {
        transition-delay: 4.13s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(8) .data {
        transition-delay: 4.17s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(9) .data {
        transition-delay: 4.21s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(10) .data {
        transition-delay: 4.25s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(11) .data {
        transition-delay: 4.29s
    }

    .c-list.is-show .list-data:nth-of-type(77) td:nth-of-type(12) .data {
        transition-delay: 4.33s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:first-of-type .data {
        transition-delay: 3.94s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(2) .data {
        transition-delay: 3.98s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(3) .data {
        transition-delay: 4.02s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(4) .data {
        transition-delay: 4.06s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(5) .data {
        transition-delay: 4.1s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(6) .data {
        transition-delay: 4.14s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(7) .data {
        transition-delay: 4.18s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(8) .data {
        transition-delay: 4.22s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(9) .data {
        transition-delay: 4.26s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(10) .data {
        transition-delay: 4.3s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(11) .data {
        transition-delay: 4.34s
    }

    .c-list.is-show .list-data:nth-of-type(78) td:nth-of-type(12) .data {
        transition-delay: 4.38s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:first-of-type .data {
        transition-delay: 3.99s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(2) .data {
        transition-delay: 4.03s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(3) .data {
        transition-delay: 4.07s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(4) .data {
        transition-delay: 4.11s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(5) .data {
        transition-delay: 4.15s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(6) .data {
        transition-delay: 4.19s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(7) .data {
        transition-delay: 4.23s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(8) .data {
        transition-delay: 4.27s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(9) .data {
        transition-delay: 4.31s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(10) .data {
        transition-delay: 4.35s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(11) .data {
        transition-delay: 4.39s
    }

    .c-list.is-show .list-data:nth-of-type(79) td:nth-of-type(12) .data {
        transition-delay: 4.43s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:first-of-type .data {
        transition-delay: 4.04s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(2) .data {
        transition-delay: 4.08s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(3) .data {
        transition-delay: 4.12s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(4) .data {
        transition-delay: 4.16s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(5) .data {
        transition-delay: 4.2s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(6) .data {
        transition-delay: 4.24s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(7) .data {
        transition-delay: 4.28s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(8) .data {
        transition-delay: 4.32s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(9) .data {
        transition-delay: 4.36s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(10) .data {
        transition-delay: 4.4s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(11) .data {
        transition-delay: 4.44s
    }

    .c-list.is-show .list-data:nth-of-type(80) td:nth-of-type(12) .data {
        transition-delay: 4.48s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:first-of-type .data {
        transition-delay: 4.09s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(2) .data {
        transition-delay: 4.13s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(3) .data {
        transition-delay: 4.17s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(4) .data {
        transition-delay: 4.21s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(5) .data {
        transition-delay: 4.25s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(6) .data {
        transition-delay: 4.29s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(7) .data {
        transition-delay: 4.33s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(8) .data {
        transition-delay: 4.37s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(9) .data {
        transition-delay: 4.41s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(10) .data {
        transition-delay: 4.45s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(11) .data {
        transition-delay: 4.49s
    }

    .c-list.is-show .list-data:nth-of-type(81) td:nth-of-type(12) .data {
        transition-delay: 4.53s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:first-of-type .data {
        transition-delay: 4.14s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(2) .data {
        transition-delay: 4.18s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(3) .data {
        transition-delay: 4.22s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(4) .data {
        transition-delay: 4.26s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(5) .data {
        transition-delay: 4.3s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(6) .data {
        transition-delay: 4.34s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(7) .data {
        transition-delay: 4.38s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(8) .data {
        transition-delay: 4.42s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(9) .data {
        transition-delay: 4.46s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(10) .data {
        transition-delay: 4.5s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(11) .data {
        transition-delay: 4.54s
    }

    .c-list.is-show .list-data:nth-of-type(82) td:nth-of-type(12) .data {
        transition-delay: 4.58s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:first-of-type .data {
        transition-delay: 4.19s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(2) .data {
        transition-delay: 4.23s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(3) .data {
        transition-delay: 4.27s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(4) .data {
        transition-delay: 4.31s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(5) .data {
        transition-delay: 4.35s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(6) .data {
        transition-delay: 4.39s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(7) .data {
        transition-delay: 4.43s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(8) .data {
        transition-delay: 4.47s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(9) .data {
        transition-delay: 4.51s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(10) .data {
        transition-delay: 4.55s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(11) .data {
        transition-delay: 4.59s
    }

    .c-list.is-show .list-data:nth-of-type(83) td:nth-of-type(12) .data {
        transition-delay: 4.63s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:first-of-type .data {
        transition-delay: 4.24s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(2) .data {
        transition-delay: 4.28s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(3) .data {
        transition-delay: 4.32s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(4) .data {
        transition-delay: 4.36s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(5) .data {
        transition-delay: 4.4s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(6) .data {
        transition-delay: 4.44s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(7) .data {
        transition-delay: 4.48s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(8) .data {
        transition-delay: 4.52s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(9) .data {
        transition-delay: 4.56s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(10) .data {
        transition-delay: 4.6s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(11) .data {
        transition-delay: 4.64s
    }

    .c-list.is-show .list-data:nth-of-type(84) td:nth-of-type(12) .data {
        transition-delay: 4.68s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:first-of-type .data {
        transition-delay: 4.29s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(2) .data {
        transition-delay: 4.33s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(3) .data {
        transition-delay: 4.37s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(4) .data {
        transition-delay: 4.41s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(5) .data {
        transition-delay: 4.45s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(6) .data {
        transition-delay: 4.49s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(7) .data {
        transition-delay: 4.53s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(8) .data {
        transition-delay: 4.57s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(9) .data {
        transition-delay: 4.61s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(10) .data {
        transition-delay: 4.65s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(11) .data {
        transition-delay: 4.69s
    }

    .c-list.is-show .list-data:nth-of-type(85) td:nth-of-type(12) .data {
        transition-delay: 4.73s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:first-of-type .data {
        transition-delay: 4.34s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(2) .data {
        transition-delay: 4.38s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(3) .data {
        transition-delay: 4.42s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(4) .data {
        transition-delay: 4.46s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(5) .data {
        transition-delay: 4.5s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(6) .data {
        transition-delay: 4.54s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(7) .data {
        transition-delay: 4.58s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(8) .data {
        transition-delay: 4.62s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(9) .data {
        transition-delay: 4.66s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(10) .data {
        transition-delay: 4.7s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(11) .data {
        transition-delay: 4.74s
    }

    .c-list.is-show .list-data:nth-of-type(86) td:nth-of-type(12) .data {
        transition-delay: 4.78s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:first-of-type .data {
        transition-delay: 4.39s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(2) .data {
        transition-delay: 4.43s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(3) .data {
        transition-delay: 4.47s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(4) .data {
        transition-delay: 4.51s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(5) .data {
        transition-delay: 4.55s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(6) .data {
        transition-delay: 4.59s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(7) .data {
        transition-delay: 4.63s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(8) .data {
        transition-delay: 4.67s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(9) .data {
        transition-delay: 4.71s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(10) .data {
        transition-delay: 4.75s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(11) .data {
        transition-delay: 4.79s
    }

    .c-list.is-show .list-data:nth-of-type(87) td:nth-of-type(12) .data {
        transition-delay: 4.83s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:first-of-type .data {
        transition-delay: 4.44s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(2) .data {
        transition-delay: 4.48s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(3) .data {
        transition-delay: 4.52s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(4) .data {
        transition-delay: 4.56s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(5) .data {
        transition-delay: 4.6s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(6) .data {
        transition-delay: 4.64s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(7) .data {
        transition-delay: 4.68s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(8) .data {
        transition-delay: 4.72s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(9) .data {
        transition-delay: 4.76s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(10) .data {
        transition-delay: 4.8s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(11) .data {
        transition-delay: 4.84s
    }

    .c-list.is-show .list-data:nth-of-type(88) td:nth-of-type(12) .data {
        transition-delay: 4.88s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:first-of-type .data {
        transition-delay: 4.49s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(2) .data {
        transition-delay: 4.53s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(3) .data {
        transition-delay: 4.57s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(4) .data {
        transition-delay: 4.61s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(5) .data {
        transition-delay: 4.65s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(6) .data {
        transition-delay: 4.69s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(7) .data {
        transition-delay: 4.73s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(8) .data {
        transition-delay: 4.77s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(9) .data {
        transition-delay: 4.81s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(10) .data {
        transition-delay: 4.85s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(11) .data {
        transition-delay: 4.89s
    }

    .c-list.is-show .list-data:nth-of-type(89) td:nth-of-type(12) .data {
        transition-delay: 4.93s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:first-of-type .data {
        transition-delay: 4.54s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(2) .data {
        transition-delay: 4.58s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(3) .data {
        transition-delay: 4.62s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(4) .data {
        transition-delay: 4.66s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(5) .data {
        transition-delay: 4.7s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(6) .data {
        transition-delay: 4.74s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(7) .data {
        transition-delay: 4.78s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(8) .data {
        transition-delay: 4.82s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(9) .data {
        transition-delay: 4.86s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(10) .data {
        transition-delay: 4.9s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(11) .data {
        transition-delay: 4.94s
    }

    .c-list.is-show .list-data:nth-of-type(90) td:nth-of-type(12) .data {
        transition-delay: 4.98s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:first-of-type .data {
        transition-delay: 4.59s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(2) .data {
        transition-delay: 4.63s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(3) .data {
        transition-delay: 4.67s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(4) .data {
        transition-delay: 4.71s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(5) .data {
        transition-delay: 4.75s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(6) .data {
        transition-delay: 4.79s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(7) .data {
        transition-delay: 4.83s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(8) .data {
        transition-delay: 4.87s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(9) .data {
        transition-delay: 4.91s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(10) .data {
        transition-delay: 4.95s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(11) .data {
        transition-delay: 4.99s
    }

    .c-list.is-show .list-data:nth-of-type(91) td:nth-of-type(12) .data {
        transition-delay: 5.03s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:first-of-type .data {
        transition-delay: 4.64s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(2) .data {
        transition-delay: 4.68s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(3) .data {
        transition-delay: 4.72s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(4) .data {
        transition-delay: 4.76s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(5) .data {
        transition-delay: 4.8s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(6) .data {
        transition-delay: 4.84s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(7) .data {
        transition-delay: 4.88s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(8) .data {
        transition-delay: 4.92s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(9) .data {
        transition-delay: 4.96s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(10) .data {
        transition-delay: 5s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(11) .data {
        transition-delay: 5.04s
    }

    .c-list.is-show .list-data:nth-of-type(92) td:nth-of-type(12) .data {
        transition-delay: 5.08s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:first-of-type .data {
        transition-delay: 4.69s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(2) .data {
        transition-delay: 4.73s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(3) .data {
        transition-delay: 4.77s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(4) .data {
        transition-delay: 4.81s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(5) .data {
        transition-delay: 4.85s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(6) .data {
        transition-delay: 4.89s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(7) .data {
        transition-delay: 4.93s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(8) .data {
        transition-delay: 4.97s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(9) .data {
        transition-delay: 5.01s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(10) .data {
        transition-delay: 5.05s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(11) .data {
        transition-delay: 5.09s
    }

    .c-list.is-show .list-data:nth-of-type(93) td:nth-of-type(12) .data {
        transition-delay: 5.13s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:first-of-type .data {
        transition-delay: 4.74s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(2) .data {
        transition-delay: 4.78s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(3) .data {
        transition-delay: 4.82s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(4) .data {
        transition-delay: 4.86s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(5) .data {
        transition-delay: 4.9s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(6) .data {
        transition-delay: 4.94s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(7) .data {
        transition-delay: 4.98s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(8) .data {
        transition-delay: 5.02s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(9) .data {
        transition-delay: 5.06s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(10) .data {
        transition-delay: 5.1s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(11) .data {
        transition-delay: 5.14s
    }

    .c-list.is-show .list-data:nth-of-type(94) td:nth-of-type(12) .data {
        transition-delay: 5.18s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:first-of-type .data {
        transition-delay: 4.79s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(2) .data {
        transition-delay: 4.83s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(3) .data {
        transition-delay: 4.87s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(4) .data {
        transition-delay: 4.91s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(5) .data {
        transition-delay: 4.95s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(6) .data {
        transition-delay: 4.99s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(7) .data {
        transition-delay: 5.03s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(8) .data {
        transition-delay: 5.07s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(9) .data {
        transition-delay: 5.11s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(10) .data {
        transition-delay: 5.15s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(11) .data {
        transition-delay: 5.19s
    }

    .c-list.is-show .list-data:nth-of-type(95) td:nth-of-type(12) .data {
        transition-delay: 5.23s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:first-of-type .data {
        transition-delay: 4.84s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(2) .data {
        transition-delay: 4.88s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(3) .data {
        transition-delay: 4.92s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(4) .data {
        transition-delay: 4.96s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(5) .data {
        transition-delay: 5s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(6) .data {
        transition-delay: 5.04s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(7) .data {
        transition-delay: 5.08s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(8) .data {
        transition-delay: 5.12s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(9) .data {
        transition-delay: 5.16s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(10) .data {
        transition-delay: 5.2s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(11) .data {
        transition-delay: 5.24s
    }

    .c-list.is-show .list-data:nth-of-type(96) td:nth-of-type(12) .data {
        transition-delay: 5.28s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:first-of-type .data {
        transition-delay: 4.89s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(2) .data {
        transition-delay: 4.93s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(3) .data {
        transition-delay: 4.97s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(4) .data {
        transition-delay: 5.01s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(5) .data {
        transition-delay: 5.05s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(6) .data {
        transition-delay: 5.09s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(7) .data {
        transition-delay: 5.13s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(8) .data {
        transition-delay: 5.17s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(9) .data {
        transition-delay: 5.21s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(10) .data {
        transition-delay: 5.25s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(11) .data {
        transition-delay: 5.29s
    }

    .c-list.is-show .list-data:nth-of-type(97) td:nth-of-type(12) .data {
        transition-delay: 5.33s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:first-of-type .data {
        transition-delay: 4.94s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(2) .data {
        transition-delay: 4.98s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(3) .data {
        transition-delay: 5.02s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(4) .data {
        transition-delay: 5.06s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(5) .data {
        transition-delay: 5.1s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(6) .data {
        transition-delay: 5.14s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(7) .data {
        transition-delay: 5.18s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(8) .data {
        transition-delay: 5.22s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(9) .data {
        transition-delay: 5.26s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(10) .data {
        transition-delay: 5.3s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(11) .data {
        transition-delay: 5.34s
    }

    .c-list.is-show .list-data:nth-of-type(98) td:nth-of-type(12) .data {
        transition-delay: 5.38s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:first-of-type .data {
        transition-delay: 4.99s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(2) .data {
        transition-delay: 5.03s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(3) .data {
        transition-delay: 5.07s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(4) .data {
        transition-delay: 5.11s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(5) .data {
        transition-delay: 5.15s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(6) .data {
        transition-delay: 5.19s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(7) .data {
        transition-delay: 5.23s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(8) .data {
        transition-delay: 5.27s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(9) .data {
        transition-delay: 5.31s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(10) .data {
        transition-delay: 5.35s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(11) .data {
        transition-delay: 5.39s
    }

    .c-list.is-show .list-data:nth-of-type(99) td:nth-of-type(12) .data {
        transition-delay: 5.43s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:first-of-type .data {
        transition-delay: 5.04s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(2) .data {
        transition-delay: 5.08s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(3) .data {
        transition-delay: 5.12s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(4) .data {
        transition-delay: 5.16s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(5) .data {
        transition-delay: 5.2s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(6) .data {
        transition-delay: 5.24s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(7) .data {
        transition-delay: 5.28s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(8) .data {
        transition-delay: 5.32s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(9) .data {
        transition-delay: 5.36s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(10) .data {
        transition-delay: 5.4s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(11) .data {
        transition-delay: 5.44s
    }

    .c-list.is-show .list-data:nth-of-type(100) td:nth-of-type(12) .data {
        transition-delay: 5.48s
    }
}

.c-list .list-loading {
    height: 100px
}

.c-list .list-loading,
.c-list .list-loading .list-add-link {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-list .list-loading .list-add-link {
    color: #999;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0;
    padding: 10px 50px;
    border: 1px solid #eee
}

.c-list .list-loading .list-add-link [class^=icon] {
    height: 30px;
    width: 30px
}

.c-list .list-loading .list-add-link [class^=icon] .svg-icon {
    bottom: 0;
    height: 30px;
    right: 0;
    top: 2px;
    width: 30px
}

.c-list .list-loading .list-add-link [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #999
}

.c-list .no-data {
    font-size: 14px;
    opacity: .5;
    padding: 50px;
    text-align: center
}

@media only screen and (min-width:768px) {

    .c-menu,
    .c-usermenu {
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, .15);
        display: none;
        right: -260px;
        transition: transform .2s linear .2s
    }

    .c-menu .menu-item,
    .c-usermenu .menu-item {
        border-bottom: 1px solid #eee;
        height: 56px;
        margin: 0 20px;
        position: relative
    }

    .c-menu .menu-item:last-child,
    .c-usermenu .menu-item:last-child {
        border-bottom: none
    }

    .c-menu .menu-item a,
    .c-usermenu .menu-item a {
        align-items: center;
        display: flex;
        border-bottom: none;
        color: #4a4a4a;
        font-size: 14px;
        font-weight: 500;
        height: 55px;
        justify-content: flex-start;
        opacity: 0;
        padding-right: 30px;
        position: absolute;
        right: -75%;
        top: 0;
        transition: transform .1s ease-out, opacity .2s cubic-bezier(.215, .61, .355, 1);
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: 100%
    }

    .c-menu .menu-item a [class^=icon],
    .c-usermenu .menu-item a [class^=icon] {
        display: block;
        content: "";
        bottom: 0;
        margin: auto;
        position: absolute;
        top: 0;
        height: 24px;
        right: 4px;
        width: 24px
    }

    .c-menu .menu-item a [class^=icon] .svg-icon,
    .c-usermenu .menu-item a [class^=icon] .svg-icon {
        height: 24px;
        width: 24px
    }

    .c-menu .menu-item a [class^=icon] .svg-icon [class^=svg-icon-],
    .c-usermenu .menu-item a [class^=icon] .svg-icon [class^=svg-icon-] {
        fill: #4a4a4a
    }

    .c-menu .menu-item:first-of-type a,
    .c-usermenu .menu-item:first-of-type a {
        transition-delay: 0s
    }

    .c-menu .menu-item:nth-of-type(2) a,
    .c-usermenu .menu-item:nth-of-type(2) a {
        transition-delay: .04s
    }

    .c-menu .menu-item:nth-of-type(3) a,
    .c-usermenu .menu-item:nth-of-type(3) a {
        transition-delay: .08s
    }

    .c-menu .menu-item:nth-of-type(4) a,
    .c-usermenu .menu-item:nth-of-type(4) a {
        transition-delay: .12s
    }

    .c-menu .menu-item:nth-of-type(5) a,
    .c-usermenu .menu-item:nth-of-type(5) a {
        transition-delay: .16s
    }

    .c-menu .menu-item:nth-of-type(6) a,
    .c-usermenu .menu-item:nth-of-type(6) a {
        transition-delay: .2s
    }

    .c-menu .menu-item:nth-of-type(7) a,
    .c-usermenu .menu-item:nth-of-type(7) a {
        transition-delay: .24s
    }

    .display-menu .c-menu,
    .display-usermenu .c-usermenu {
        display: block
    }

    .show-menu .c-menu {
        transform: translateX(-260px);
        transition: transform .2s ease-out;
        z-index: 19
    }

    .show-menu .c-menu .menu-item a {
        opacity: 1;
        transform: translateX(-75%)
    }

    .show-usermenu .c-usermenu {
        transform: translateX(-260px);
        transition: transform .2s ease-out;
        z-index: 19
    }

    .show-usermenu .c-usermenu .menu-item a {
        opacity: 1;
        transform: translateX(-75%)
    }
}

.upload-CSV {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-CSV .upload-CSV__input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.upload-CSV .upload-CSV__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 23px;
    padding: 10px 12px;
    background-color: #4a4a4a;
    margin-left: -3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.upload-CSV div:last-child {
    width: 70%;
    padding-top: 0;
}

#upload-CSV-popup .modal-wrapper {
    height: 35%;
}

#upload-CSV-popup .modal-content {
    overflow: hidden;
}

.error_input {
    border: red 1px solid !important;
}

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

    .c-menu,
    .c-usermenu {
        display: none
    }

    .c-list-config .primary-area {
        padding-left: 20px;
    }

    .c-list-config .primary-area:last-child {
        padding-left: 0;
        padding-right: 20px;
    }

    .c-list-config .secondary-area {
        padding: 0 20px 0 0;
    }

    #upload-CSV-popup .modal-wrapper {
        height: 40%;
    }

    .upload-CSV {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .upload-CSV div:last-child {
        width: 100%;
        padding-top: 20px;
    }
}

[class^=c-message] p+p {
    margin-top: 20px
}

[class^=c-message] p+.message-add {
    margin-top: 5px
}

[class^=c-message] p+.message-add span {
    display: block
}

[class^=c-message].type-error {
    background: #fee;
    color: #c44;
    font-weight: 700;
    padding: 15px;
    border: 2px solid #c44;
    border-radius: 4px
}

[class^=c-message].type-error p+p {
    margin-top: 10px
}

[class^=c-message].c-message-outline {
    margin-bottom: 30px
}

[class^=c-message]+[class^=c-message] {
    margin-top: 30px
}

.c-modal {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.c-modal .modal-wrapper {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    display: block;
    transform: scaleY(1);
    transition: all .15s linear;
    z-index: 2
}

.c-modal .modal-wrapper.is-current {
    display: block
}

@media only screen and (min-width:768px) {
    .c-modal .modal-wrapper {
        max-height: calc(100% - 150px);
        max-width: calc(100% - 150px);
        width: 900px
    }

    .c-modal .modal-wrapper.width-l {
        width: 1200px
    }

    .c-modal .modal-wrapper.width-m {
        width: 900px
    }

    .c-modal .modal-wrapper.width-s {
        width: 600px
    }
}

@media only screen and (max-width:767px) {
    .c-modal .modal-wrapper {
        height: calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

.c-modal .modal-wrapper .modal-header {
    align-items: center;
    display: flex;
    background: #f9f9f9;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.c-modal .modal-wrapper .modal-header .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.c-modal .modal-wrapper .modal-header .c-button-close {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #4a4a4a;
    border-color: #4a4a4a;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0
}

.c-modal .modal-wrapper .modal-header .c-button-close .label-wrapper [class^=icon] {
    overflow: hidden
}

.c-modal .modal-wrapper .modal-header .c-button-close .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #fff
}

.c-modal .modal-wrapper .modal-header .c-button-close .label-wrapper .label {
    display: none
}

.c-modal .modal-wrapper .modal-header .c-button-close .decoration {
    background: #333
}

@media only screen and (min-width:768px) {
    .c-modal .modal-wrapper .modal-header {
        box-shadow: 2.5px 0 6px rgba(0, 0, 0, .1);
        height: 72px;
        padding: 0 92px 0 20px
    }

    .c-modal .modal-wrapper .modal-header .title {
        font-size: 20px;
        word-break: break-all
    }

    .c-modal .modal-wrapper .modal-header .c-button-close {
        height: 72px;
        width: 72px
    }

    .c-modal .modal-wrapper .modal-header .c-button-close .label-wrapper [class^=icon] {
        height: 37px;
        padding: 3px 0 0 3px;
        width: 37px
    }

    .c-modal .modal-wrapper .modal-header .c-button-close .label-wrapper [class^=icon] .svg-icon {
        height: 37px;
        left: 2px;
        top: 2px;
        width: 37px
    }
}

@media only screen and (max-width:767px) {
    .c-modal .modal-wrapper .modal-header {
        box-shadow: 2.5px 0 6px rgba(0, 0, 0, .1);
        height: 50px;
        padding: 0 70px 0 20px
    }

    .c-modal .modal-wrapper .modal-header .title {
        font-size: 16px
    }

    .c-modal .modal-wrapper .modal-header .c-button-close {
        height: 50px;
        width: 50px
    }

    .c-modal .modal-wrapper .modal-header .c-button-close .label-wrapper [class^=icon] {
        height: 28px;
        padding: 0;
        width: 28px
    }

    .c-modal .modal-wrapper .modal-header .c-button-close .label-wrapper [class^=icon] .svg-icon {
        height: 28px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 28px
    }

    .c-modal .modal-wrapper .modal-header .c-button-close .decoration {
        display: none
    }
}

.c-modal .modal-wrapper .modal-content {
    background: #fff;
    left: 0;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1
}

.c-modal .modal-wrapper .modal-content .modal-content-inner {
    position: absolute
}

.c-modal .modal-wrapper .modal-content .dropfile-view {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    display: none;
    margin-top: 15px;
    max-width: 500px;
    padding: 10px;
    position: relative;
    width: 100%
}

.c-modal .modal-wrapper .modal-content .dropfile-view img {
    position: relative;
    width: 100%;
    z-index: 1
}

.c-modal .modal-wrapper .modal-content .dropfile-view.is-show {
    display: block
}

@media only screen and (min-width:768px) {
    .c-modal .modal-wrapper .modal-content {
        height: calc(100% - 72px);
        padding: 30px 20px;
        top: 72px
    }

    .c-modal .modal-wrapper .modal-content .modal-content-inner {
        height: calc(100% - 60px);
        left: 20px;
        top: 30px;
        width: calc(100% - 40px)
    }

    .c-modal .modal-wrapper .modal-content .modal-content-inner .c-form .form-footer {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .c-modal .modal-wrapper .modal-content {
        height: calc(100% - 50px);
        padding: 30px 20px;
        top: 50px
    }

    .c-modal .modal-wrapper .modal-content .modal-content-inner {
        height: calc(100% - 60px);
        left: 20px;
        top: 30px;
        width: calc(100% - 40px)
    }

    .c-modal .modal-wrapper .modal-content .modal-content-inner .c-form .form-footer {
        padding-bottom: 30px
    }
}

.c-modal .modal-wrapper .modal-content .slide-in-leave-active {
    transition: all .5s ease
}

.c-modal .modal-wrapper .modal-content .slide-in-leave-to {
    transform: translate3d(-100%, 0, 0);
    opacity: 1
}

.c-modal .modal-wrapper .modal-content .slide-out-enter-active {
    transition: all .5s ease
}

.c-modal .modal-wrapper .modal-content .slide-out-enter {
    transform: translate3d(100%, 0, 0)
}

.c-modal .modal-wrapper.type-common .modal-header,
.c-modal .modal-wrapper.type-import .modal-header {
    display: none
}

.c-modal .modal-wrapper.type-common .modal-content,
.c-modal .modal-wrapper.type-import .modal-content {
    height: 100%;
    top: 0
}

@media only screen and (min-width:768px) {

    .c-modal .modal-wrapper.type-common .modal-content,
    .c-modal .modal-wrapper.type-import .modal-content {
        padding: 40px 40px
    }

    .c-modal .modal-wrapper.type-common .modal-content [class^=c-message] p+p,
    .c-modal .modal-wrapper.type-import .modal-content [class^=c-message] p+p {
        margin-top: 5px
    }

    .c-modal .modal-wrapper.type-common .modal-content .c-form .form-footer,
    .c-modal .modal-wrapper.type-import .modal-content .c-form .form-footer {
        bottom: 40px;
        width: calc(100% - 80px)
    }

    .c-modal .modal-wrapper.type-common .modal-content .c-form .form-footer [class^=c-button],
    .c-modal .modal-wrapper.type-import .modal-content .c-form .form-footer [class^=c-button] {
        height: 50px;
        line-height: 48px;
        width: 150px
    }
}

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

    .c-modal .modal-wrapper.type-common .modal-content,
    .c-modal .modal-wrapper.type-import .modal-content {
        padding: 30px 30px
    }

    .c-modal .modal-wrapper.type-common .modal-content [class^=c-message] p+p,
    .c-modal .modal-wrapper.type-import .modal-content [class^=c-message] p+p {
        margin-top: 5px
    }

    .c-modal .modal-wrapper.type-common .modal-content .c-form,
    .c-modal .modal-wrapper.type-import .modal-content .c-form {
        height: 80px;
        position: relative
    }

    .c-modal .modal-wrapper.type-common .modal-content .c-form .form-footer,
    .c-modal .modal-wrapper.type-import .modal-content .c-form .form-footer {
        bottom: 20px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        width: calc(100% - 80px)
    }

    .c-modal .modal-wrapper.type-common .modal-content .c-form .form-footer [class^=c-button],
    .c-modal .modal-wrapper.type-import .modal-content .c-form .form-footer [class^=c-button] {
        height: 40px;
        line-height: 38px;
        width: 100px
    }
}

@media only screen and (min-width:768px) {
    .c-modal .modal-wrapper.type-common {
        height: 230px;
        width: 600px
    }
}

@media only screen and (max-width:767px) {
    .c-modal .modal-wrapper.type-common {
        height: 180px
    }
}

.c-modal .modal-wrapper.type-common .modal-content .c-form .form-footer {
    position: absolute
}

@media only screen and (min-width:768px) {
    .c-modal .modal-wrapper.type-import {
        height: 437px;
        width: 612px
    }
}

@media only screen and (max-width:767px) {
    .c-modal .modal-wrapper.type-import {
        height: 180px
    }
}

.c-modal .modal-wrapper.type-import .modal-content .c-dropfile .c-dropfile-input {
    margin-top: 50px;
    padding-bottom: 20px
}

.c-modal .modal-wrapper.type-import .modal-content .dropfile-view {
    max-width: 100%
}

.c-modal .modal-wrapper.type-import .modal-content .dropfile-view .name {
    margin-left: 10px
}

.c-modal .modal-wrapper.type-import .modal-content .dropfile-view .size {
    color: #999;
    font-size: 12px
}

.c-modal .modal-wrapper.type-import .modal-content .c-form .form-footer,
.c-modal .modal-wrapper.type-import .modal-content .c-input-wrapper .c-input {
    width: 100%
}

.c-modal .modal-wrapper.type-import .log-area {
    border: 1px solid #e9e9e9;
    height: 199px;
    margin-bottom: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
    width: 100%
}

.c-modal .modal-wrapper.type-import .log-area p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #c44;
    font-size: 14px
}

.c-modal .modal-wrapper.type-import .c-message-outline+.log-area {
    margin-top: -10px
}

.c-modal .modal-wrapper.type-area {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.c-modal .modal-wrapper.type-area .modal-header .c-button-close {
    display: none
}

@media only screen and (min-width:768px) {
    .c-modal .modal-wrapper.type-area .modal-header {
        padding-right: 20px
    }
}

.c-modal .modal-wrapper.type-area .modal-content {
    padding: 0
}

.c-modal:before {
    background: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    transition: all .25s linear;
    width: 100%;
    z-index: 1
}

.is-windows .c-modal .modal-wrapper .c-form .form-footer,
.is-windows .c-modal .modal-wrapper .c-form _:-ms-lang(x) {
    padding-bottom: 30px
}

.show-modal .c-modal {
    visibility: visible
}

.show-modal .c-modal .modal-wrapper {
    transform: scaleY(1);
    /* -webkit-transition: -webkit-transform .25s ease-out .1s; */
    /* transition: -webkit-transform .25s ease-out .1s;
    transition: transform .25s ease-out .1s;
    transition: transform .25s ease-out .1s, -webkit-transform .25s ease-out .1s */
}

.show-modal .c-modal .modal-wrapper .modal-content,
.show-modal .c-modal .modal-wrapper .modal-header {
    opacity: 1;
    transition: opacity .25s ease-out .35s
}

.show-modal .c-modal:before {
    opacity: 1;
    transition: all .5s ease-out
}

.c-navigation {
    background: #4a4a4a
}

.c-navigation,
.c-navigation .nav-item {
    display: flex
}

.c-navigation .nav-item {
    align-items: center;
    justify-content: center;
    border-bottom: none;
    color: #fff;
    cursor: pointer;
    flex-direction: column;
    outline: none;
    padding-bottom: 0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.c-navigation .nav-item [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #fff
}

.c-navigation .nav-item.is-current {
    background: #333
}

@media only screen and (min-width:768px) {
    .c-navigation {
        align-content: center;
        align-items: center;
        flex-flow: row wrap;
        justify-content: center
    }

    .c-navigation .nav-item {
        font-size: 10px;
        height: 60px;
        width: 100%
    }

    .c-navigation .nav-item [class^=icon] {
        height: 24px;
        margin-bottom: 5px;
        width: 24px
    }

    .c-navigation .nav-item [class^=icon] .svg-icon {
        height: 24px;
        width: 24px
    }
}

@media only screen and (max-width:767px) {
    .c-navigation {
        flex-flow: row nowrap;
        justify-content: center
    }

    .c-navigation .nav-item {
        font-size: 10px;
        flex-basis: 100%;
        padding-top: 4px
    }

    .c-navigation .nav-item [class^=icon] {
        width: 20px;
        height: 20px;
        margin-bottom: 1px
    }
}

.c-search {
    background: #fff
}

@media only screen and (min-width:768px) {
    .c-search {
        padding: 20px 60px 20px 60px
    }
}

@media only screen and (max-width:767px) {
    .c-search {
        padding: 20px 20px
    }
}

.c-search .search-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.c-search .select {
    min-width: 200px;
}

.c-search .search-row .search-item .c-input,
.c-search .search-row .search-item .c-input input[type=password],
.c-search .search-row .search-item .c-input input[type=search],
.c-search .search-row .search-item .c-input input[type=text],
.c-search .search-row .search-item .c-input select {
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-search .search-row .search-item {
        width: calc((100% - 20px)/3)
    }

    .c-search .search-row .search-item .c-input input[type=password],
    .c-search .search-row .search-item .c-input input[type=search],
    .c-search .search-row .search-item .c-input input[type=text],
    .c-search .search-row .search-item .c-input select {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .c-search .search-row .search-item {
        width: 100%;
    }

    .c-search .search-row .search-item .c-input input[type=password],
    .c-search .search-row .search-item .c-input input[type=search],
    .c-search .search-row .search-item .c-input input[type=text],
    .c-search .search-row .search-item .c-input select {
        background: #f5f5f5;
        border: none
    }
}

@media only screen and (min-width:768px) {
    .is-touchDevice .c-search {
        padding: 20px 60px 20px 60px
    }
}

.c-tabs {
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
    width: 100%
}

.c-tabs .tabs-wrapper {
    overflow-x: scroll;
    overflow: auto;
    position: relative;
    z-index: 2
}

.c-tabs .tabs-wrapper .tabs-frame,
.c-tabs .tabs-wrapper .tabs-frame .tab a {
    display: flex
}

.c-tabs .tabs-wrapper .tabs-frame .tab a {
    align-items: center;
    justify-content: center;
    border-bottom: none;
    color: #999;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    transition: color .5s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.c-tabs .tabs-wrapper .tabs-frame .tab a [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #999
}

.c-tabs .tabs-wrapper .tabs-frame .tab.is-current a {
    color: #4a4a4a
}

.c-tabs .tabs-wrapper .tabs-frame .tab.is-current a [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.c-tabs .tabs-wrapper .tabs-frame .tab.is-current a:after {
    display: block;
    content: "";
    background: #4a4a4a;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-tabs {
        height: 50px
    }

    .c-tabs .tabs-wrapper {
        height: 67px
    }

    .c-tabs .tabs-wrapper .tabs-frame {
        height: 100%;
        padding: 0 0 17px 30px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab {
        padding: 0 30px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab a {
        font-size: 14px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab a [class^=icon] {
        margin-right: 10px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab:last-child {
        padding-right: 60px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab.is-current a:after {
        height: 1px
    }
}

@media only screen and (max-width:767px) {
    .c-tabs {
        height: 45px
    }

    .c-tabs .tabs-wrapper {
        height: 65px;
        -webkit-overflow-scrolling: touch
    }

    .c-tabs .tabs-wrapper .tabs-frame {
        height: 100%;
        padding-bottom: 20px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab {
        padding: 0 20px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab a [class^=icon] {
        margin-right: 10px
    }

    .c-tabs .tabs-wrapper .tabs-frame .tab.is-current a:after {
        height: 4px
    }
}

.c-tabs:after {
    display: block;
    content: "";
    background: #e5e5e5;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .is-windows .c-tabs .tabs-wrapper {
        transition: height .2s linear
    }

    .is-windows .c-tabs .tabs-wrapper .tabs-frame {
        padding-bottom: 0
    }

    .is-windows .c-tabs.is-show-scroll:hover {
        height: 50px
    }
}

.is-scroll .c-tabs {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.is-scroll .c-tabs.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

html {
    overflow: hidden
}

body,
html {
    height: 100%
}

body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #333
}

@media only screen and (min-width:768px) {
    body {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.8
    }
}

#app,
.app-wrapper {
    height: 100%
}

.d-profile-picture {
    display: flex;
    width: 100%;
    max-width: 500px;
    align-items: center
}

.d-profile-picture .picture {
    position: relative;
    border-radius: 70px;
    height: 140px;
    margin-right: 30px;
    overflow: hidden;
    width: 140px
}

.d-profile-picture .picture img {
    position: relative;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 2px solid #b9b9b9;
    box-sizing: border-box;
    z-index: 1
}

.d-profile-picture .picture .icon {
    display: block;
    content: "";
    background: #b9b9b9;
    border-radius: 70px;
    height: 140px;
    width: 140px;
    transition: all .25s ease-out
}

.d-profile-picture .picture .icon .svg-icon {
    height: 80px;
    left: 52%;
    position: inherit;
    top: 50%;
    width: 80px;
    transform: translate(-50%, -50%)
}

.d-profile-picture .picture .icon .svg-icon .svg-icon-user {
    fill: #fff
}

.d-profile-picture .picture .link-delete {
    align-items: center;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    border-radius: 70px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 2
}

.d-profile-picture .picture-update {
    width: calc(100% - 180px) !important;
    background: transparent
}

.d-profile-picture .picture-update .message-error {
    padding: 5px 0 0 15px;
    font-size: 14px;
    font-weight: 700;
    color: #c44
}

.d-company-api .no-list {
    padding: 15px;
    text-align: center
}

.d-company-api .no-list+.button-area {
    margin-top: 20px
}

.d-company-api .list .lit-item {
    border-bottom: 1px solid #eee;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d-company-api .list .lit-item:first-child {
    border-top: 1px solid #eee
}

.d-company-api .list .lit-item:nth-of-type(odd) {
    background: #f9f9f9
}

.d-company-api .list .lit-item .column-key {
    padding: 15px
}

.d-company-api .list .lit-item .column-delete {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px
}

.d-company-api .list .lit-item [class^=c-button].button-delete,
.d-company-api .list .lit-item [class^=c-button].button-reference {
    box-shadow: none;
    height: 30px;
    padding: 0;
    vertical-align: middle
}

.d-company-api .list .lit-item [class^=c-button].button-delete {
    background: #fff;
    border-color: #e9e9e9;
    line-height: 30px;
    width: 30px
}

.d-company-api .list .lit-item [class^=c-button].button-delete .label-wrapper [class^=icon] {
    height: 30px;
    width: 30px
}

.d-company-api .list .lit-item [class^=c-button].button-delete .label-wrapper [class^=icon] .svg-icon {
    bottom: 0;
    height: 25px;
    left: 2px;
    width: 25px
}

.d-company-api .list .lit-item [class^=c-button].button-delete .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.d-company-api .list .lit-item [class^=c-button].button-delete .label-wrapper .label {
    display: none
}

.d-company-api .list .lit-item [class^=c-button].button-delete .decoration {
    background: #eff0f3;
    height: 10px;
    width: 10px
}

.d-company-api .list+.button-area {
    margin-top: 20px
}

.d-company-api .list.type-api {
    margin-top: 25px
}

.d-company-api .list.type-api .lit-item {
    background: #fff
}

.d-company-api .list.type-api .lit-item .column-key {
    width: calc(100% - 130px)
}

.d-company-api .list.type-api .lit-item .column-key .c-input,
.d-company-api .list.type-api .lit-item .column-key .c-input input[type=text] {
    width: 100%
}

.d-company-api .list.type-api .lit-item .column-button {
    width: 130px;
    text-align: center
}

.d-company-api .list.type-api .lit-item .column-button .c-button-accept {
    width: 100px;
    height: 34px;
    line-height: 33px;
    font-size: 14px
}

.d-company-api .c-message+.list,
.d-company-api .c-message+.no-list {
    margin-top: 25px
}

.d-company-uuid .no-list {
    padding: 15px;
    text-align: center
}

.d-company-uuid .list .lit-item {
    border-bottom: 1px solid #eee;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px
}

.d-company-uuid .list .lit-item:first-child {
    border-top: 1px solid #eee
}

.d-company-uuid .list .lit-item:nth-of-type(odd) {
    background: #f9f9f9
}

.d-company-uuid .list .lit-item .column-device {
    width: 175px
}

.l-wrraper.notfound.noAuthentication .l-wrapper-inner {
    padding-left: 0
}

.l-wrraper.notfound.noAuthentication .l-wrapper-inner .c-header .menu,
.l-wrraper.notfound.noAuthentication .l-wrapper-inner .c-header .user,
.l-wrraper.notfound.noAuthentication .l-wrapper-inner .c-navigation {
    display: none
}

.l-wrraper.notfound .message {
    justify-content: center;
    display: flex;
    font-weight: 700;
    color: #999
}

.l-wrraper.notfound .message .icon .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.l-wrraper.notfound .button-area {
    align-items: center;
    display: flex;
    justify-content: center
}

@media only screen and (min-width:768px) {
    .l-wrraper.notfound .message {
        font-size: 20px;
        margin-top: 100px
    }

    .l-wrraper.notfound .message .icon {
        margin-top: -5px;
        margin-right: 10px;
        height: 48px;
        width: 48px
    }

    .l-wrraper.notfound .message .icon .svg-icon,
    .l-wrraper.notfound .message .icon .svg-icon [class^=svg-icon-] {
        height: 48px;
        width: 48px
    }

    .l-wrraper.notfound .button-area {
        margin-top: 100px
    }
}

@media only screen and (max-width:767px) {
    .l-wrraper.notfound .message {
        font-size: 16px;
        margin-top: 100px
    }

    .l-wrraper.notfound .message .icon {
        margin-top: -2px;
        margin-right: 10px;
        height: 36px;
        width: 36px
    }

    .l-wrraper.notfound .message .icon .svg-icon,
    .l-wrraper.notfound .message .icon .svg-icon [class^=svg-icon-] {
        height: 36px;
        width: 36px
    }

    .l-wrraper.notfound .button-area {
        margin-top: 100px
    }
}

.d-activation {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.d-activation .activation-wrapper {
    width: 100%
}

.d-activation .activation-wrapper .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.d-activation .activation-wrapper .logo img {
    height: 100%
}

.d-activation .activation-wrapper .activation-title {
    font-weight: 700;
    text-align: center
}

.d-activation .activation-wrapper .activation-form-wrapper,
.d-activation .activation-wrapper .activation-form-wrapper .password-input .c-input,
.d-activation .activation-wrapper .activation-form-wrapper .password-input .c-input input {
    width: 100%
}

.d-activation .activation-wrapper .activation-form-wrapper .password-input.is-disabled {
    pointer-events: none;
    opacity: .5
}

.d-activation .activation-wrapper .activation-form-wrapper .activation-button [class^=c-button] {
    width: 100%
}

.d-activation .activation-wrapper .activation-form-wrapper .activation-button [class^=c-button][disabled] {
    opacity: .5;
    cursor: default
}

@media only screen and (min-width:768px) {
    .d-activation .activation-wrapper {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 40px;
        width: 500px
    }

    .d-activation .activation-wrapper .logo {
        width: 420px;
        height: 140px;
        overflow: hidden
    }

    .d-activation .activation-wrapper .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .d-activation .activation-wrapper .activation-title {
        font-size: 27px;
        color: #666
    }

    .d-activation .activation-wrapper .logo+.activation-title {
        margin-top: 20px
    }

    .d-activation .activation-wrapper .activation-title+.error-message {
        margin-top: 30px
    }

    .d-activation .activation-wrapper .activation-form-wrapper {
        padding-top: 30px
    }

    .d-activation .activation-wrapper .activation-form-wrapper .password-input {
        margin-top: 20px
    }

    .d-activation .activation-wrapper .add-message {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .d-activation .activation-wrapper {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 40px 20px 20px;
        width: calc(100% - 40px)
    }

    .d-activation .activation-wrapper .logo {
        height: 40px
    }

    .d-activation .activation-wrapper .logo+.activation-title {
        margin-top: 40px
    }

    .d-activation .activation-wrapper .activation-title+.error-message {
        margin-top: 30px
    }

    .d-activation .activation-wrapper .activation-form-wrapper {
        padding-top: 20px
    }

    .d-activation .activation-wrapper .activation-form-wrapper .password-input {
        margin-top: 20px
    }

    .d-activation .activation-wrapper .add-message {
        margin-top: 30px
    }
}

.d-activation .c-message+.c-form {
    margin-top: 0
}

.l-wrraper.single-column,
.l-wrraper.single-column .l-wrapper-inner {
    padding-left: 0
}

.d-login,
.l-wrraper.single-column .l-main {
    height: 100%
}

.d-login {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.d-login,
.d-login .login-wrapper {
    width: 100%
}

.d-login .login-wrapper .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
}

.d-login .login-wrapper .logo img {
    height: 100%
}

.d-login .login-wrapper .login-form-wrapper {
    position: relative;
    width: 100%;
    min-height: 300px
}

.d-login .login-wrapper .login-form-wrapper .c-form {
    position: relative;
    opacity: 1;
    transition: opacity .25s linear;
    z-index: 1
}

.d-login .login-wrapper .login-form-wrapper .login-button [class^=c-button],
.d-login .login-wrapper .login-form-wrapper .login-input .c-input,
.d-login .login-wrapper .login-form-wrapper .login-input .c-input input {
    width: 100%
}

.d-login .login-wrapper .login-form-wrapper.is-inquiry .c-form {
    opacity: 0
}

.d-login .login-wrapper .login-form-wrapper.is-inquiry:before {
    background: #f9f9f9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.d-login .login-wrapper .login-form-wrapper.is-inquiry:after {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    color: #c9c9c9;
    content: "Loading...";
    display: block;
    display: none;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    position: absolute;
    text-align: center;
    z-index: 3
}

@media only screen and (min-width:768px) {
    .d-login .login-wrapper {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 40px;
        width: 500px
    }

    .d-login .login-wrapper .logo {
        width: 420px;
        height: 160px;
        overflow: hidden
    }

    .d-login .login-wrapper .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .d-login .login-wrapper .login-form-wrapper {
        padding-top: 30px
    }

    .d-login .login-wrapper .login-form-wrapper .login-input {
        margin-top: 20px
    }

    .d-login .login-wrapper .login-form-wrapper .login-reminder {
        margin-top: 20px;
        font-size: 14px
    }
}

#block_back_to_main {
    width: 500px;
    margin-bottom: 8px;
}

#block_back_to_main a{
    border-bottom: none;
}

#block_back_to_main a:hover {
    color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width:767px) {
    .d-login .login-wrapper {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 40px 20px 20px;
        width: calc(100% - 40px)
    }

    #block_back_to_main {
        width: calc(100% - 40px)
    }

    .d-login .login-wrapper .logo {
        height: 40px
    }

    .d-login .login-wrapper .login-form-wrapper {
        padding-top: 20px
    }

    .d-login .login-wrapper .login-form-wrapper .login-input {
        margin-top: 20px
    }

    .d-login .login-wrapper .login-form-wrapper .login-reminder {
        margin-top: 20px;
        font-size: 14px
    }
}

.d-login .c-message+.c-form {
    margin-top: 0
}

@media only screen and (min-width:768px) {
    .c-modal #modal-password-forgot {
        height: 400px
    }
}

.d-muster_agency {
    height: 100%;
    padding-top: 115px;
    position: relative;
    z-index: 1
}

.d-muster_agency .c-search {
    overflow: hidden;
    width: 100%;
}

.d-muster_agency .c-search.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-muster_agency .c-list .column-no {
    width: 10%;
}

.d-muster_agency .c-list .column-name {
    width: 25%;
}

.d-muster_agency .c-list .column-id {
    width: 10%;
}

.d-muster_agency .c-list .column-info {
    width: 10%;
}

.d-muster_agency .c-list .column-date {
    width: 15%;
}

.d-muster_agency .c-list .column-owner {
    width: 15%;
}

.d-muster_agency .c-list .column-status {
    width: 15%;
}

.d-muster_agency .c-list .column-setting {
    width: 18%
}

.d-muster_agency .c-list .column-delete {
    width: 13%;
    width: 0
}

.d-muster_agency .c-list.list-header-wrapper {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 35px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 2
}

.d-muster_agency .c-list.list-header-wrapper.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-muster_agency .c-list.list-header-wrapper th {
    border-bottom: none
}

.d-muster_agency .c-list.list-data-wrapper {
    position: relative;
    z-index: 1
}

.d-muster_agency .c-list .list-data [class^=c-button].button-unlock {
    background: #fff;
    border-color: #e9e9e9;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 30px
}

.d-muster_agency .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] {
    height: 30px;
    width: 30px
}

.d-muster_agency .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon {
    bottom: -13px;
    height: 36px;
    right: -23px;
    width: 36px
}

.d-muster_agency .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.d-muster_agency .c-list .list-data [class^=c-button].button-unlock .label-wrapper .label {
    display: none
}

.d-muster_agency .c-list .list-data [class^=c-button].button-unlock .decoration {
    background: #eff0f3;
    height: 10px;
    width: 10px
}

.d-muster_agency.show-config {
    padding-top: 80px
}

.d-muster_agency.show-config .c-list-config {
    height: 66px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.d-muster_agency.show-config .c-search {
    top: 66px
}

.d-muster_agency.show-config .c-search.is-fixed {
    top: 0
}

.d-muster_agency.show-config .c-list.list-header-wrapper {
    top: 146px
}

.d-muster_agency.show-config .c-list.list-header-wrapper.is-fixed {
    top: 80px
}

.is-windows .d-muster_agency .c-list.list-header-wrapper.is-fixed,
.is-windows .d-muster_agency .c-search.is-fixed {
    width: calc(100% - 77px)
}

.d-muster_company {
    height: 100%;
    padding-top: 115px;
    position: relative;
    z-index: 1
}

.d-muster_company .c-search {
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.d-muster_company .c-search.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-muster_company .c-list .column-name,
.d-muster_company .c-list .column-company {
    width: 20%
}

.d-muster_company .c-list .column-condition,
.d-muster_company .c-list .column-date {
    width: 12%
}

.d-muster_company .c-list.list-header-wrapper {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 35px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 2
}

.d-muster_company .c-list.list-header-wrapper.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-muster_company .c-list.list-header-wrapper th {
    border-bottom: none
}

.d-muster_company .c-list.list-data-wrapper {
    position: relative;
    z-index: 1
}

.d-muster_company .c-list .list-data [class^=c-button].button-unlock {
    background: #fff;
    border-color: #e9e9e9;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 30px
}

.d-muster_company .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] {
    height: 30px;
    width: 30px
}

.d-muster_company .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon {
    bottom: -13px;
    height: 36px;
    right: -23px;
    width: 36px
}

.d-muster_company .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.d-muster_company .c-list .list-data [class^=c-button].button-unlock .label-wrapper .label {
    display: none
}

.d-muster_company .c-list .list-data [class^=c-button].button-unlock .decoration {
    background: #eff0f3;
    height: 10px;
    width: 10px
}

.d-muster_company.show-config {
    padding-top: 181px
}

.d-muster_company.show-config .c-list-config {
    height: 66px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.d-muster_company.show-config .c-search {
    top: 66px
}

.d-muster_company.show-config .c-search.is-fixed {
    top: 0
}

.d-muster_company.show-config .c-list.list-header-wrapper {
    top: 146px
}

.d-muster_company.show-config .c-list.list-header-wrapper.is-fixed {
    top: 80px
}

.is-windows .d-muster_company .c-list.list-header-wrapper.is-fixed,
.is-windows .d-muster_company .c-search.is-fixed {
    width: calc(100% - 77px)
}

.d-muster_user {
    height: 100%;
    padding-top: 115px;
    position: relative;
    z-index: 1
}

.d-muster_user .c-search {
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.d-muster_user .c-search.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-muster_user .c-list .column-user {
    width: 20%
}

.d-muster_user .c-list .column-mail {
    width: 25%
}

.d-muster_user .c-list .column-date {
    width: 15%
}

.d-muster_user .c-list .column-unlock {
    width: 10%
}

.d-muster_user .c-list .column-delete {
    width: 15%
}

.d-muster_user .c-list.list-header-wrapper {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 35px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 2
}

.d-muster_user .c-list.list-header-wrapper.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-muster_user .c-list.list-header-wrapper th {
    border-bottom: none
}

.d-muster_user .c-list.list-data-wrapper {
    position: relative;
    z-index: 1
}

.d-muster_user .c-list .list-data [class^=c-button].button-unlock {
    background: #fff;
    border-color: #e9e9e9;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 30px
}

.d-muster_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] {
    height: 30px;
    width: 30px
}

.d-muster_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon {
    bottom: -13px;
    height: 36px;
    right: -23px;
    width: 36px
}

.d-muster_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.d-muster_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper .label {
    display: none
}

.d-muster_user .c-list .list-data [class^=c-button].button-unlock .decoration {
    background: #eff0f3;
    height: 10px;
    width: 10px
}

.d-muster_user.show-config {
    padding-top: 181px
}

.d-muster_user.show-config .c-list-config {
    height: 66px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.d-muster_user.show-config .c-search {
    top: 66px
}

.d-muster_user.show-config .c-search.is-fixed {
    top: 0
}

.d-muster_user.show-config .c-list.list-header-wrapper {
    top: 146px
}

.d-muster_user.show-config .c-list.list-header-wrapper.is-fixed {
    top: 80px
}

.is-windows .d-muster_user .c-list.list-header-wrapper.is-fixed,
.is-windows .d-muster_user .c-search.is-fixed {
    width: calc(100% - 77px)
}

.d-company {
    height: 100%;
    padding-top: 115px;
    position: relative;
    z-index: 1
}

.d-company .c-search {
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.d-company .c-search.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-company .c-list .column-company {
    width: 28%
}

.d-company .c-list .column-api {
    width: 10%
}

.d-company .c-list .column-uuis {
    width: 12%
}

.d-company .c-list .column-login {
    width: 18%
}

.d-company .c-list .column-delete {
    width: 0
}

.d-company .c-list.list-header-wrapper {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 35px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 2
}

.d-company .c-list.list-header-wrapper.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-company .c-list.list-header-wrapper th {
    border-bottom: none
}

.d-company .c-list.list-data-wrapper {
    position: relative;
    z-index: 1
}

.d-company .c-list .list-data [class^=c-button].button-unlock {
    background: #fff;
    border-color: #e9e9e9;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 30px
}

.d-company .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] {
    height: 30px;
    width: 30px
}

.d-company .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon {
    bottom: -13px;
    height: 36px;
    right: -23px;
    width: 36px
}

.d-company .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.d-company .c-list .list-data [class^=c-button].button-unlock .label-wrapper .label {
    display: none
}

.d-company .c-list .list-data [class^=c-button].button-unlock .decoration {
    background: #eff0f3;
    height: 10px;
    width: 10px
}

.d-company.show-config {
    padding-top: 181px
}

.d-company.show-config .c-list-config {
    height: 66px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.d-company.show-config .c-search {
    top: 66px
}

.d-company.show-config .c-search.is-fixed {
    top: 0
}

.d-company.show-config .c-list.list-header-wrapper {
    top: 146px
}

.d-company.show-config .c-list.list-header-wrapper.is-fixed {
    top: 80px
}

.is-windows .d-company .c-list.list-header-wrapper.is-fixed,
.is-windows .d-company .c-search.is-fixed {
    width: calc(100% - 77px)
}

.d-agent_user {
    height: 100%;
    padding-top: 115px;
    position: relative;
    z-index: 1
}

.d-agent_user .c-search {
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.d-agent_user .c-search.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-agent_user .c-list .column-user {
    width: 20%
}

.d-agent_user .c-list .column-mail {
    width: 25%
}

.d-agent_user .c-list .column-date {
    width: 15%
}

.d-agent_user .c-list .column-unlock {
    width: 10%
}

.d-agent_user .c-list .column-delete {
    width: 15%
}

.d-agent_user .c-list.list-header-wrapper {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 35px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 2
}

.d-agent_user .c-list.list-header-wrapper.is-fixed {
    left: 60px;
    position: fixed;
    width: calc(100% - 60px)
}

.d-agent_user .c-list.list-header-wrapper th {
    border-bottom: none
}

.d-agent_user .c-list.list-data-wrapper {
    position: relative;
    z-index: 1
}

.d-agent_user .c-list .list-data [class^=c-button].button-unlock {
    background: #fff;
    border-color: #e9e9e9;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 30px
}

.d-agent_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] {
    height: 30px;
    width: 30px
}

.d-agent_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon {
    bottom: -13px;
    height: 36px;
    right: -23px;
    width: 36px
}

.d-agent_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper [class^=icon] .svg-icon [class^=svg-icon-] {
    fill: #4a4a4a
}

.d-agent_user .c-list .list-data [class^=c-button].button-unlock .label-wrapper .label {
    display: none
}

.d-agent_user .c-list .list-data [class^=c-button].button-unlock .decoration {
    background: #eff0f3;
    height: 10px;
    width: 10px
}

.d-agent_user.show-config {
    padding-top: 181px
}

.d-agent_user.show-config .c-list-config {
    height: 66px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.d-agent_user.show-config .c-search {
    top: 66px
}

.d-agent_user.show-config .c-search.is-fixed {
    top: 0
}

.d-agent_user.show-config .c-list.list-header-wrapper {
    top: 146px
}

.d-agent_user.show-config .c-list.list-header-wrapper.is-fixed {
    top: 80px
}

.is-windows .d-agent_user .c-list.list-header-wrapper.is-fixed,
.is-windows .d-agent_user .c-search.is-fixed {
    width: calc(100% - 77px)
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.w-full{
  width: 100%;
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.cursor-pointer{
  cursor: pointer;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-\[20px\]{
  gap: 20px;
}
.break-all{
  word-break: break-all;
}
.border{
  border-width: 1px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pl-\[60px\]{
  padding-left: 60px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

