@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@font-face {
    font-family: Roboto-Bold;
    src: url("../../assets/fonts/Roboto-Bold.ttf")
}

@font-face {
    font-family: Roboto-Medium;
    src: url("../../assets/fonts/Roboto-Medium.ttf")
}

@font-face {
    font-family: Roboto-Light;
    src: url("../../assets/fonts/Roboto-Light.ttf")
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../../assets/fonts/Roboto-Regular.ttf")
}

@font-face {
    font-family: HouschkaRoundedAlt-DemiBold;
    src: url("../../assets/fonts/HouschkaRoundedAlt-DemiBold.ttf")
}

@font-face {
    src: url("../../assets/fonts/HouschkaRoundedAlt-Medium.ttf");
    font-family: HouschkaRoundedMedium
}

.inactivityRep {
    padding: 0 1rem
}

.inactivityRep li {
    height: 15.8rem;
    padding: 1.5rem 1rem
}

.inactivityRep li .icon {
    background-color: #651f93;
    margin-bottom: 1.5rem
}

.inactivityRep li.active {
    background-color: #f2f2f2;
    border-radius: .6rem
}

.inactivityRep li .card06Tl {
    font-size: 1.9rem;
    color: #333;
    margin-bottom: 0;
    line-height: 1.7rem;
    display: block
}

.inactivityRep li .cCount {
    font-size: 2.8rem;
    color: #651f93;
    line-height: 3rem;
    margin: 0;
    display: block
}

.inactivityRep li.wCTabs {
    width: calc(100% / 2 - 12.2rem);
    text-align: left
}

.inactivityRep li.wCTabs .iconTtl span {
    display: inline-block;
    vertical-align: middle
}

.inactivityRep li.wCTabs .iconTtl span.icon {
    margin-right: 2rem
}

.inactivityRep li.wCTabs .iconTtl .subTitle01-2 {
    display: inline-block
}

.inactivityRep li.wCTabs .tabBtn {
    border-radius: .6rem;
    border: 1px solid #e6e6e6;
    margin: 0 1rem;
    width: calc(100% / 2 - 1.68rem);
    padding: .5rem 0;
    position: relative;
    background-color: transparent
}

.inactivityRep li.wCTabs .tabBtn.active {
    background-color: #f4e8fc;
    border-color: #f4e8fc
}

.inactivityRep li.wCTabs .tabBtn.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-top: .8rem solid #651f93;
    top: calc(100% + .2rem);
    left: 50%;
    transform: translateX(-50%)
}

.inactivityRep li.wCTabs .tabBtn:first-child {
    margin-left: 0
}

.inactivityRep li.wCTabs .tabBtn:last-child {
    margin-right: 0
}

.inactivityRep li.wCTabs .tabBtn:not(:last-child)::before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(100% + 1.2rem);
    width: .1rem;
    height: 100%;
    border-right: .1rem dashed #d9d9d9
}

.valueChainWrp {
    overflow-x: auto;
    padding-bottom: 5px;
    white-space: nowrap
}

.valueCol {
    width: 17rem;
    min-width: 17rem;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.valueCol:not(:last-child) {
    margin-right: 4.3rem
}

.valueCol .valueIcnWrp {
    height: 9.645rem;
    width: 9.645rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1.2rem
}

.valueCol .valueIcnWrp .cgx-i {
    width: 4.8rem;
    height: 4.8rem;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: 50%;
    -webkit-mask-position-y: 50%;
    cursor:pointer;
}

.valueCol .valueIcnWrp .cgx-i-m {
    width: 3rem;
    height: 3rem
}

.valueCol .valueIcnWrp svg {
    height: 4.6rem;
    width: 4.6rem;
    fill: #fff
}

.valueCol.end,
.valueCol.start {
    width: 15rem;
    min-width: 15rem
}

.valueCol.end .valueIcnWrp,
.valueCol.start .valueIcnWrp {
    height: 7rem;
    width: 7rem;
    margin-top: 1.2rem
}

.valueCol.end .valueIcnWrp svg,
.valueCol.start .valueIcnWrp svg {
    height: 3.2rem;
    width: 3.2rem;
    fill: #fff
}

.valueCol .description,
.valueCol .subTitle03 {
    text-align: center
}

.valueCol .subTitle03 {
    display: block;
    margin-bottom: 0
}

.valueCol .vCount {
    font-size: 2.8rem;
    line-height: 3.4rem;
    background-color: transparent;
    fill: transparent;
    cursor: pointer
}

.valueCol .description {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #737373;
    white-space: normal
}

.valueCol>svg.connector {
    position: absolute;
    top: -40px;
    right: 6px;
    transform: rotate(4deg) scale(1.2);
    opacity: 1;
    display: none
}

img.noValBuilder {
    margin: 2rem 0
}

.cardM {
    border-bottom: 1px solid #651f93;
    border-radius: 0;
    margin-bottom: 1rem
}

.serviceChainWrp {
    margin: 0 2rem;
    padding: 1rem 2rem;
    margin-bottom: 2rem
}

.serviceChainWrp .subTitle01-2 {
    margin-bottom: 2rem
}

.serviceChainWrp .serviceChainValueWrp.timeline .valueChainWrp .valueCol .connector {
    display: block
}

.serviceChainWrp .serviceChainValueWrp.hrztal svg.connector {
    transform: scale3d(2.1, 1.5, 2) rotate(45deg);
    top: 1.2rem;
    right: -5.9rem
}

.serviceChainWrp .serviceChainValueWrp.hrztal .valueCol.start .connector {
    right: -5.7rem;
    transform: scale3d(2.2, 1.4, 2) rotate(45deg)
}

.workItemWrp {
    margin: 0 2rem;
    padding: 1rem 0;
    margin-bottom: 2rem
}

.workItemWrp .subTitle01-2 {
    margin-bottom: 1rem;
    padding: 0 1rem
}

.workItemWrp .tableTopRow {
    border-radius: .6rem;
    margin-bottom: 1.5rem
}

.workItemWrp .tableWrapper .tableBottomRow {
    padding: 0 1.5rem
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec:last-child {
    margin-bottom: 0
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec.hasWarningMail .lCardInner .lCardEdit {
    border-left: .1rem solid transparent;
    background-color: #fef8e7
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec.hasWarningMail .lCardInner .lCardEdit .bi {
    color: #866913
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec.hasWarningMail .lCardInner:hover {
    border-color: #ffbf00;
    background-color: #fff
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec.hasWarningMail .lCardInner:hover .lCardEdit {
    border-left: .1rem solid #f2c84a
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent {
    align-items: center
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent ul {
    padding: 0
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsLeft {
    padding: .5rem 2rem 1rem 0;
    border-right: .1rem solid #e6e6e6;
    min-width: 20rem;
    cursor: auto
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsRight {
    width: 100%;
    text-align: left
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsRightList {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsRightList li {
    padding: .5rem 1rem;
    border-right: .1rem solid #e6e6e6;
    text-align: left;
    width: 100%
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsRightList li p {
    margin: 0;
    white-space: nowrap
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsRightList li p .bi {
    margin-right: .5rem
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsRightList li p.addInfo {
    font-size: 1.3rem;
    color: #7f7f7f
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .lCardDetailsRightList li:last-child {
    border-right: none
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .cardTt {
    color: #651f93;
    font-size: 1.5rem;
    font-family: Roboto-Medium
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .captionDetails .dividerLi {
    display: flex;
    padding: 0
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .captionDetails .dividerLi li {
    color: #737373;
    font-size: 1.2rem;
    border-left: .1rem solid #e6e6e6;
    padding: 0 1rem
}

.lCardMainSec.listcardtype4 .listCardNestedSec .lCardSec .lCardInner .lCardContent .captionDetails .dividerLi li:first-child {
    padding-left: 0;
    border-left: none
}

.login .themeImg {
    content: url("../../assets/images/bg-pc.png")
}

.login .stackedWrap {
    display: inline-block
}

.login .stackedWrap .tcsCognixLogo .loginLogo {
    content: url("../../assets/images/login_logo.svg");
    width: 38.9rem;
    height: 8.8rem
}

.login .stackedWrap .vbNameShort span {
    justify-content: left;
    font-size: 3.6rem;
    line-height: 5rem
}

header .logoImage {
    content: url("../../assets/images/login_logo.svg");
    width: 100%
}

header .custLogo {
    content: url("../../assets/images/demoLogo.svg")
}

header .logoutArrow {
    content: url("../../assets/images/logout_arrow.png")
}

.profileView .entrepriseButtonSec .dropdown-toggle span::before {
    line-height: 1.6
}

footer .footerLogoImg {
    background-color: #4d4d4d;
    width: 11rem;
    height: 3rem;
    margin: 0 auto;
    -webkit-mask: url("../../assets/images/tcs_logo.svg") no-repeat 50% 50%;
    mask: url("../../assets/images/tcs_logo.svg") no-repeat 50% 50%
}