/*新しいガントチャートの部分*/
.gnt-all-1{
    width: 100%;
    position: relative;
    border-radius: 3px;
 }
 .gnt-all-3{
    position: relative;
    display: flex!important;
    flex-direction: row;
    height: 100%;
    margin-bottom: 40px;
    background-color: var(--backgroundColorSchemeBase);
    border: 1px solid var(--borderColorCardBG);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
 }
 .gnt-left-1{
    max-width: 75%;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    border-right: 1px solid var(--borderColorDefault);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 75%;
 }
 .gnt-left-1-non{
    display:none;
    transition: display 1.5s;
 }
 .gnt-left-2{
    position: sticky;
    top: 50px;
    padding-top: 8px!important;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--backgroundColorSchemeBase);
 }
 .gnt-left-3{
    position: sticky;
    top: 83px;
    z-index: 1;
    margin-bottom: -1px;
    background: var(--backgroundColorSchemeBase);
 }
 .gnt-left-3-1{
    height: 40px;
    display: flex;
    width: 100%;
    padding-bottom: 4px;
    align-items: flex-end;
    gap: 4px;
  }
 .gnt-left-4{
    position: relative;
    width: 100%;
 }
 .gnt-left-4-1{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 0.7rem;
    line-height: 1.7rem;
    border-top:1px solid var(--borderColorDefault);
    gap: 4px;   
  }
 .gnt-left-4-1-1{
    padding-left: 15px;
    padding-right: 5px;
    flex: 2 1;
    min-width: 170px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 0.7rem;
    transition: all 0.5s;
 }
 .gnt-left-4-1-1:hover{
    background-color: #dcdcdc;
    font-size: 0.8rem;
    transition: all 0.15s ease;
    cursor: pointer;
 }
 .gnt-left-4-1-2{
    min-width: 104px;
    flex: 1 1;
 }
 .gnt-left-4-1-3{
    width: 104px;
    max-width: 104px;
 }
 .gnt-left-4-1-4{
    display: flex;
 }
 .gnt-left-5{
    z-index: 90;
    position: absolute;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
    cursor: ew-resize;
    transition: background-color .3s;
 }
 .gnt-left-5:hover{
    background-color: cadetblue;
    display: flex;
    transition: background-color .3s;
 }
 .gnt-left-6{
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    border-right: 1px solid var(--borderColorDefault);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
 }
 .gnt-left-6-non{
    display: none;
 }
 .gnt-left-6-1{
    position: sticky;
    top: 50px;
    padding-top: 8px!important;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
 }
 .gnt-left-6-2{
    position: relative;
    width: 100%;
 }
 .gnt-right-1{
    flex-grow: 1;
    overflow-x: hidden;
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: top;
    background-color: var(--backgroundColorDefault);
 }
 .gnt-right-2{
    position: relative;
    padding-top: 73px;
    overflow-x: scroll;
    overflow-y: hidden;
 }
 .gnt-right-3{
    position: absolute;
    z-index: 101;
    height: 72px;
 }
 .gnt-right-3-1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    background-color: var(--backgroundColorDefault);
    box-shadow: 0 1px #0003;
 }
 .gnt-right-3-1-1{/*固定ヘッダ部_月*/
    top: 0px;
    z-index: 12;
    text-align: center;
    position: absolute;
    overflow: visible;
    display: block;
    height: 28px;
    padding-top: 4px;
    border-right: 1px solid var(--borderColorDefault);
    border-bottom: 1px solid var(--borderColorDefault);
 }
 .gnt-right-3-1-2-1{/*固定ヘッダ部_日_ulタグ*/
    list-style: none;
    padding: 0;
    margin:28px 0 0;
 }
 .gnt-right-3-1-2-2{/*固定ヘッダ部_日_liタグ*/
    padding-top: 27px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1;
    border-right: solid 1px rgba(189,189,189,.5);
    white-space: nowrap;
    display: inline-block;
 }
 .gnt-right-3-1-2-2-holiday{
    padding-top: 27px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1;
    border-right: solid 1px rgba(189,189,189,.5);
    white-space: nowrap;
    display: inline-block;
    background-color: #0000000f;
 }
 .gnt-right-4{
    top: 0px;
    z-index: 12;
    text-align: center;
    position: absolute;
    overflow: visible;
    display: block;
    height: 28px;
    padding-top: 4px;
    border-right: 1px solid var(--borderColorDefault);
    border-bottom: 1px solid var(--borderColorDefault);
 }
 .gnt-right-5{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
 }
 .gnt-right-5-1-1{
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
 }
 .gnt-right-5-1-2{
    padding-top: 27px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1;
    border-right: 1px solid rgba(189,189,189,0.5);
    white-space: nowrap;
    display: inline-block;
 }
 .gnt-right-5-1-2:hover{
    background-color: var(--backgroundColorSchemeBaseHover);
 }
 .gnt-right-5-1-2-holiday{
    padding-top: 27px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1;
    border-right: 1px solid rgba(189,189,189,0.5);
    white-space: nowrap;
    display: inline-block;
    background-color: #0000000f;
 }
 .gnt-right-6{
    height: 40px;
    background-color: var(--backgroundColorSchemeBase);
    cursor: pointer;
 }
 .gnt-right-6:hover{
    background-color: var(--backgroundColorSchemeBaseHover);
 }
 .gnt-right-7{
    height: 40px;
    position: absolute;
    border-width: 0;
    border-radius: 4px;
    cursor: grab;
    display: flex;
    align-items: center;
    box-shadow: 0 0 2px #0003;
    background-color: rgba(var(--statusColor-1-rgb),.5);
 }
 .gnt-right-7:hover{
    border-style: solid;
    border-radius: 4px;
    border-color: #0003;
 }
 .gnt-right-7-1{
    left: 2px;
    width: 4em;
    padding-left: 2px;
    font-size: 1rem;
    line-height: 1.7rem;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    color: var(--textColorDefault);
    display: flex;
    gap: 8px;
    pointer-events: none;
    transition: padding-left 0.05s; 
 }
 .gnt-right-7:hover .gnt-right-7-1 {
    content: '';
    padding-left: 10px;
    transition: padding-left 0.15s; 
  }
 .gnt-right-7-2{
    display: block;
    width: 10px;
    border-radius: 4px 0 0 4px;
    height: 100%;
    position: absolute;
    cursor: ew-resize;
    transition: background-color .15s;
    box-sizing: border-box;
    opacity: 0.2;
 }
 .gnt-right-7:hover .gnt-right-7-2{
    background-color: #000;
    transition: background-color .15s;
 }
 .gnt-right-7-3{
    display: block;
    width: 10px;
    right: 0px;
    top: 0px;
    border-radius: 0 4px 4px 0;
    height: 100%;
    position: absolute;
    cursor: ew-resize;
    transition: background-color .15s;
    opacity: 0.2;
 }
 .gnt-right-7:hover .gnt-right-7-3{
    background-color: #000;
    transition: background-color .15s;
 }
 :root {
    --textColorPrimary: #111;
    --textColorDefault: #222;
    --textColorWeightAdjustment: #333;
    --textColorWeak: #777;
    --textColorWeak-rgb: 119,119,119;
    --textColorQuote: #666;
    --textColorTabOff: #999;
    --iconColorDefault: #808080;
    --iconColorWeak: #BBB;
    --iconColorDsabled: #DDD;
    --iconColorPseudo: #BBB;
    --borderColorPrimary: #adadad;
    --borderColorDefault: #bdbdbd;
    --borderColorWeak: #cccccc;
    --borderColorCardBG: #c2c2c2;
    --borderColorFormElement: #999;
    --borderColorOnBaseElement: #999;
    --borderColorAi: #c3a9c2;
    --backgroundColorSchemeBase: #ffffff;
    --backgroundColorSchemeBaseHover: #fcfcfc;
    --backgroundColorSchemeBase-rgb: 255,255,255;
    --backgroundColorBase: #f0f0f0;
    --backgroundColorPrimary: #e5e5e5;
    --backgroundColorDefault: #f3f3f3;
    --backgroundColorWeak: #f5f5f5;
    --backgroundColorWeakOnBaseBG: #f6f6f6;
    --backgroundColorHover: #fcfade;
    --backgroundColorUpdate: #fcfade;
    --backgroundColorUpdateHover: #f9f5bf;
    --backgroundColorHighlightUpdate: #F7F69E;
    --backgroundColorDsabled: #EEE;
    --brandColorBacklog: #4cbd9b;
    --brandColorCacoo: #4c7ebf;
    --brandColorTypetalk: #ff6455;
    --brandColorNulab: #74758b;
    --defaultColorMain: #4caf93;
    --defaultColorAccent: #2c9a7a;
    --defaultColorAccent-rgb: 44,154,122;
    --defaultColorBase: #ddefe5;
    --defaultColorBase-rgb: 221,239,229;
    --defaultColorBase-2: #edf4f0;
    --defaultColorLink: #00836b;
    --defaultColorSub-1: #77b6a4;
    --commonColorRed: #EA2C00;
    --commonColorShockingPink: #f42858;
    --commonColorPink: #e07b9a;
    --commonColorOrange: #ea733b;
    --commonColorYellow: #dc9925;
    --commonColorLime: #a1af2f;
    --commonColorGreen: var(--defaultColorMain);
    --commonColorAcua: #3b9dbd;
    --commonColorPurple: #868cb7;
    --commonColorGray: #595959;
    --commonColorBlack: #393939;
    --commonColorRed-rgb: 234,44,0;
    --commonColorShockingPink-rgb: 244,40,88;
    --commonColorPink-rgb: 224,123,154;
    --commonColorOrange-rgb: 234,115,59;
    --commonColorYellow-rgb: 220,153,37;
    --commonColorLime-rgb: 161,175,47;
    --commonColorGreen-rgb: 76,175,147;
    --commonColorAcua-rgb: 59,157,189;
    --commonColorPurple-rgb: 134,140,183;
    --commonColorGray-rgb: 89,89,89;
    --commonColorBlack-rgb: 57,57,57;
    --starColorYellow: #eda62a;
    --starColorLime: #b0be3c;
    --starColorGreen: #4caf93;
    --starColorRed: #ff0539;
    --successColorScaleText: #0b654a;
    --successColorScaleAccent: var(--commonColorGreen);
    --successColorScaleBase: #ddefe5;
    --warningColorScaleText: #7D5411;
    --warningColorScaleAccent: var(--commonColorYellow);
    --warningColorScaleBase: #f8f8d3;
    --errorColorScaleText: #833611;
    --errorColorScaleAccent: var(--commonColorRed);
    --errorColorScaleBase: #ffe4dc;
    --notificationColorDefault: var(--commonColorShockingPink);
    --issueActionColor: var(--commonColorGreen);
    --wikiActionColor: var(--commonColorYellow);
    --filesActionColor: var(--commonColorOrange);
    --svnActionColor: var(--commonColorPurple);
    --gitActionColor: var(--commonColorPurple);
    --pullRequestActionColor: var(--commonColorPink);
    --projectActionColor: var(--commonColorShockingPink);
    --issueActionColor-rgb: 76,175,147;
    --wikiActionColor-rgb: 237,166,42;
    --filesActionColor-rgb: 234,115,59;
    --svnActionColor-rgb: 134,140,183;
    --gitActionColor-rgb: 134,140,183;
    --pullRequestActionColor-rgb: 224,123,154;
    --projectActionColor-rgb: 244,40,88;
    --statusColor-1: #ed8077;
    --statusColor-2: #4488c5;
    --statusColor-3: #5eb5a6;
    --statusColor-4: var(--commonColorLime);
    --statusColor-5: var(--iconColorDefault);
    --statusColor-other: #BBB;
    --statusColor-1-rgb: 237,128,119;
    --statusColor-2-rgb: 68,136,197;
    --statusColor-3-rgb: 94,181,166;
    --statusColor-4-rgb: 176,190,60;
    --statusColor-5-rgb: 128,128,128;
    --statusColor-other-rgb: 187,187,187;
    --diffColorAddedText: #003D20;
    --diffColorAddedBase: #cef5d5;
    --diffColorAddedBaseHover: #aae4b5;
    --diffColorAddedBase-2: #b9efc3;
    --diffColorDeletedText: #9C0101;
    --diffColorDeletedBase: #f8d8e3;
    --diffColorDeletedBaseHover: #ecbfce;
    --diffColorDeletedBase-2: #f5d3e0;
    --diffColorChangedText: #2B2C76;
    --diffColorChangedBase: #d8e7ff;
    --diffColorChangedBase-2: #C8D8FB;
    --aiColor: #ae66aB;
    --aiColorHover: #ae66ab55;
    --aiIconColor: #ffb300;
    --aiGradient: linear-gradient(135deg, #fef7b1 0%, #b7e9fd 45%, #c1c0fb 75%,#d39ff9 100%);
    --aiGradientBluePurple: linear-gradient(315deg, #b6e9fc 0%, #c1c0fa 45%, #d29ff9 100%);
    --aiGradientBorder: conic-gradient(from 315deg, #a8ebff 10%, #dc9cff 40%, #dc9cff 60%, #a8ebff 90%);
    --shadowHeader: 0 1px 0 0 rgba(0, 0, 0, .18);
    --shadowHeaderFixed: 0 1px 0 0 rgba(0, 0, 0, .23);
    --shadowHeaderFixedFloating: 0 1px 2px 0 rgba(0, 0, 0, .3);
    --shadowModuleSmall: 0 0 6px 0 rgba(0, 0, 0, .35);
    --shadowModuleMedium: 0 2px 10px 0 rgba(4, 0, 0, .35);
    --shadowRightSlideIn: -2px 0 10px 0 rgba(4, 0, 0, .23);
    --shadowModuleCommentEditor: 0 -1px 2px 0 rgba(0, 0, 0, .3);
    --shadowAi: 0 4px 10px 0 rgba(255, 0, 200, 0.1);
    --shadowAiYellow: -2px -2px 4px -2px rgba(246, 228, 137, 0.8);
    --shadowAiPurple: 0px 4px 10px 0px rgba(213,175,211,0.4);
 }