/*!
 * Style file for CLM product 
 * v1.0 
 * @Author Geoffrey Wang
 *
 *  All rights are reserved.
 *
 */


html {
   font-size: 14px; /* globally font-size  */
   -webkit-print-color-adjust: exact;
}

 /*
.btn-primary,
.btn-primary:active,
.btn-primary:visited {
   background-color: DarkBlue !important;
   border-color: DarkBlue !important;
 }

 .btn-primary:hover,
 .btn-primary:focus {
   background-color: Blue !important;
   border-color: Blue !important;
 }
 */

.mainTextInputArea
{
   font-size: 2em !important;
}

 h3.card-title
 {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 5px;
 }

 td.table-responsive-col
 {
    display: none;
 } 

 span.table-responsive-label
 {
    display: none;
 } 

 .login-box
 {
    width: 300px;
 }


 @media only screen and (max-width: 575.98px){
 .login-box
 {
    width: 90%;
 }
 }

 @media 
 only screen and (max-width: 575.98px){
   
    /* Force table to not be like tables anymore */
    table.table-responsive-stack , table.table-responsive-stack thead, 
    table.table-responsive-stack tbody, table.table-responsive-stack th, 
    table.table-responsive-stack td, table.table-responsive-stack tr { 
       display: block; 
    }
    
    td.table-responsive-col
    {
       display: inline-block;
    } 

    span.table-responsive-label
    {
       display: inline-block;
    } 

    /* Hide table headers (but not display: none;, for accessibility)  */
    .table-responsive-stack thead tr { 
       position: absolute;
       top: -9999px;
       left: -9999px;
    }

    .hidden-mobile
    {
      display: none !important;
    }
    
    
    .table-responsive-stack tr { border: 1px solid #ccc; }
    
    .table-responsive-stack td { 
       /* Behave  like a "row" */
       border: none;
       border-bottom: 1px solid #eee; 
       position: relative;
    }
}

.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle+.invalid-feedback {
	display: block;
}

/* * start section -- css for workflow chart */

div.chart-container {
   position: relative;
   min-height: 320px;
   border: 1px solid #aaa;
   margin: 0.5rem;
   overflow: auto;
   text-align: center;
 }

 .companyLogo
 {
    height: 60px;
 }

 .orgchart { background: #fff; }
 .orgchart td.left, .orgchart td.right, .orgchart td.top { border-color: #aaa; }
 .orgchart td>.down { background-color: #aaa; }
 .orgchart .middle-level .title { background-color: #006699; }
 .orgchart .middle-level .content { border-color: #006699; }
 .orgchart .product-dept .title { background-color: #009933; }
 .orgchart .product-dept .content { border-color: #009933; }
 .orgchart .rd-dept .title { background-color: #993366; }
 .orgchart .rd-dept .content { border-color: #993366; }
 .orgchart .pipeline1 .title { background-color: #996633; }
 .orgchart .pipeline1 .content { border-color: #996633; }
 .orgchart .frontend1 .title { background-color: #cc0066; }
 .orgchart .frontend1 .content { border-color: #cc0066; }
 .orgchart .node .content { font-size: 16px; min-height: 80px;}


 .verticalEdge.topEdge.oci { display: none }
 .horizontalEdge.rightEdge.oci { display: none }
 .horizontalEdge.leftEdge.oci { display: none }
 .verticalEdge.bottomEdge.oci { display: none }

 .user-block i {
   float: left;
   height: 40px;
   width: 40px;
}

/* * end section -- css for org chart */

/* * start section -- css for workflow chart */

#flow_chart_area
{
   background-size: 16px 16px;
   background-image:
   linear-gradient(to right, #69FAF9 1px, transparent 1px),
   linear-gradient(to bottom, #69FAF9 1px, transparent 1px);
}

.workflow-view-panel
{
   position: relative;
   overflow-x: auto !important;
   border: 1px solif red !important;
   width: 100% !important;
}

.flownode
{
   min-width: 150px;
   min-height: 150px;
   border-radius: 10px 10px 10px 10px !important;
}

.flownode.optional
{
   border-style: dashed solid;
   border-color: #28a745;
}

.flownode.selected 
{
   border-width: 2px;
   border-color: #007bff!important
}

.flownode.optional.selected 
{
   border-width: 2px;
   border-color: #28a745!important
}

.flow-user-item
{
   font-size: 0.9em !important;
   display: inline-block !important;
   border-bottom: #666 dotted !important;
   padding-bottom: 0px !important;
   height: 35px !important;
}

.flowchart-operator-body
{
   height: 55px;
   overflow: hidden;
   padding-right: 45px;
   margin-bottom: -20px;
   text-overflow: ellipsis;
   line-height: 1.1em;
}

.c-input_1
{
   top: 20px !important;
}

.c-output_1
{
   top: -30px !important;
}

.flowchart-operator-title
{
   border-radius: 10px 10px 0px 0px !important;
}

.selected > .flowchart-operator-title
{
   color: #fff;
   background-color: #007bff!important
}

.flowchart-operator-connector {
   background-color: #ccc;
}

.flowchart-operator-connector-label:hover {
   border: 1px solid 3c8dbc;
}

.esgin-step .flowchart-operator-title
{
   background: linear-gradient(#007bff, #9198e5);
}

.optional .flowchart-operator-title
{
   background-color: #28a745;
}

.selected.optional > .flowchart-operator-title
{
   background-color: #28a745 !important;
}

/* end section -- css for workflow chart */

.floatSelectArea
{
   position: fixed;
   top: 20px;
   left: 20px;
   width: 300px;
   height: 200px;
   display: none;
   z-index: 9999;
}

.chart-edit-btn-panel
{
   position: absolute;
   top: 100px;
   left: 10px;
}

.drop-area
{
   position: absolute;
   top: 60px;
   left: 10px;
   width: 80px;
   height: 120px;
   border: 4px #333 dashed;
   border-radius: 10px;
   background-color: #ddd;
   opacity: 0.5;
   display: none;
   
}

.drop-area:hover
{
   background-color: #666;
   opacity: 0.8;
   
}

.dropdown-header {
    text-align: left !important;
}

#notifyArea{
   max-height: 90vh;
   overflow-y: scroll;
}

#notifyArea.cloud-ver{
  max-height: calc(100vh - 150px);
}

@media (max-width: 575.98px) {
   #notifyArea.cloud-ver{
      margin-top: 120px;
      max-height: calc(100vh - 160px);
   }
}
.dropdown-item .badge{
   display: inline-block;
   width: 10%;
   margin-right: 5px;
   padding: 0.2rem;
   vertical-align: top;
}

.notify-text{
   display: inline-block;
   width: 85%;
}

.dropdown-item .text-muted .badge{
   opacity: .8;
}

#back_step_select .dropdown-item .badge, .inner .dropdown-item .badge{
   width: auto;
   min-width:18px;
   height: 18px;
  }

/* ESG Report */

.esg-report hr{
   border-top-width: 3px;
}
.esg-report .badge{
   width: 2.2rem;
   height: 2.2rem;
   text-align: center;
   line-height: 26px;
   border-radius: 50%;
}
.esg-report table td{
   padding: 1rem;
   vertical-align: initial;
}
.esg-report tbody td:nth-child(2){
   width: 73.8%;
}
.esg-report tbody td:nth-child(3){
   width: 20%;
}
.esg-report table span{
   display: inline-block;
   width: 30px;
}


/* css for taskview nav bar to show progress of task */
/* source: https://jsfiddle.net/long2know/4j3wm4xh/ */

.wizard-area
{
   width: 100%;
   text-indent: -50px;
   padding-left: 50px;
}

/*
.wizard-area::-webkit-scrollbar {
   background:transparent;
   height: 5px;
}

.wizard-area::-webkit-scrollbar-track {
   background:transparent;
 }

 .wizard-area::-webkit-scrollbar-thumb {
   background: rgb(193, 193, 193);
   width: 30px;
   border-radius: 10px;
 }

.wizard {
   background-color: white;
   padding: 0.2em 0em 0.2em 0.2em;
}
*/

.wizard a {
      padding: 20px 12px 20px 12px;
      text-indent: 0;
      position: relative;
      display: inline-block;
      text-decoration: none;
      width: 100px;
      height: 60px;
      margin-left: 1px;
      margin-bottom: 5px;
      color: #FFFFFF;
      background: #8BBFE6;
}

.wizard .inner-content-number{
   display: inline-block;
   position: absolute;
   top: 20px;
   left: 15px;
   width: 24px;
   height: 60px;
   text-decoration: none;
   font-size: 12px;
   overflow-y: hidden;
   overflow-x: hidden;
}   

.wizard .inner-content{
   display: inline-block;
   position: absolute;
   top: 3px;
   left: 40px;
   width: 65px;
   height: 55px;
   text-decoration: none;
   font-size: 12px;
   overflow-y: hidden;
   overflow-x: hidden;
   vertical-align: middle;
}   

.wizard .inner-content table
{
   height: 50px;
}

.wizard a.current .inner-content {
   width: 110px;
   font-size: 15px;
}

.wizard a:nth-last-child(1) {
   border-right: 3px solid #8BBFE6;
}


.wizard a:first-child {
   margin-left: 0;
}

.wizard a:before {
      width: 0;
      height: 0;
      border-top: 30px inset transparent;
      border-bottom: 30px inset transparent;
      border-left: 10px solid white;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      z-index: 1;
}

.wizard a:after {
      width: 0;
      height: 0;
      border-top: 30px inset transparent;
      border-bottom: 30px inset transparent;
      border-left: 10px solid #8BBFE6;
      position: absolute;
      content: "";
      top: 0;
      right: -9.5px;
      z-index: 2 !important;
}


.wizard a:first-child {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
}

.wizard a:last-child {
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      width:115px;
}

.wizard a:first-child .inner-content-number {
   left: 5px;
}

.wizard a:first-child .inner-content {
   left: 25px;
}

.wizard .current {
   background: #007bff;
   color: #fff;

      -webkit-animation: progress-bar-stripes 1s linear infinite;
      animation: progress-bar-stripes 1s linear infinite;
}

.wizard a.current {
   width: 150px;
   height: 70px;
   margin-right: 3px;
   margin-bottom: 0px;
}

.wizard a.current:before {
   border-top: 35px inset transparent;
   border-bottom: 35px inset transparent;
   border-left: 12px solid white;
}

.wizard a.current:after {
   border-top: 35px inset transparent;
   border-bottom: 35px inset transparent;
   border-left: 12px solid #007bff;
   right: -11.5px;
}

.wizard a.current .inner-content{
   height: 68px;
   left: 38px;
   width: 110px;
}   

.wizard a.current .inner-content table
{
   height: 68px;
}

.wizard a.current .inner-content-number{
   top: 25px;
   left: 18px;
}   

.wizard a:first-child:before,
.wizard a.current:first-child:before,
.wizard a.current:last-child:after,
.wizard a:last-child:after {
      border: none;
}

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

   .wizard-area
   {
      width: 100%;
      overflow-x: scroll;
      overflow-y: hidden;
   }

   .wizard
   {
      width: max-content;
   }
}

/* area for UI decoration */
.lsai-header {
   background-color: #fff;
   display: flex;
   position: fixed;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 100%;
   height: 80px;
   z-index: 1050;
   top: 0;
   box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.1);
 }
 
.layout-fixed .cloud-nav.main-header,
.layout-fixed .cloud-nav.main-sidebar{
   top: 80px!important;
}
.layout-fixed .cloud-nav.main-sidebar .logo-switch{
   top: 80px!important;
   padding-top: 1.5rem;
}
.cloud-nav .navbar-nav .nav-link img{
   display: none;
}

.header-logo {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0 2rem;
   text-decoration: none;
 }
.header-logo img {
   height: 30px;
}


.ham-btn {
   display: none;
 }
 .ham-btn:checked ~ .h-menu {
   max-height: calc(85vh - 5rem);
 }
 .ham-btn:checked ~ .ham-icon .navicon {
   background: transparent;
 }
 .ham-btn:checked ~ .ham-icon .navicon:before {
   transform: rotate(-45deg);
 }
 .ham-btn:checked ~ .ham-icon .navicon:after {
   transform: rotate(45deg);
 }
 .ham-btn:checked ~ .ham-icon:not(.steps) .navicon:before, .ham-btn:checked ~ .ham-icon:not(.steps) .navicon:after {
   top: 0;
 }
 
 .ham-icon {
   cursor: pointer;
   display: none;
   align-items: center;
   justify-content: center;
   padding: 0;
   height: 5rem;
   width: 5rem;
   position: relative;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
 }
 .ham-icon .navicon {
   background: #333;
   display: block;
   height: 0.2rem;
   position: relative;
   transition: background 0.2s ease-out;
   width: 1.8rem;
 }
 .ham-icon .navicon:before, .ham-icon .navicon:after {
   background: #333;
   content: "";
   display: block;
   height: 100%;
   position: absolute;
   transition: all 0.2s ease-out;
   width: 100%;
 }
 .ham-icon .navicon:before {
   top: 0.5rem;
 }
 .ham-icon .navicon:after {
   top: -0.5rem;
 }

.h-menu {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  flex-basis: auto;
}
.h-menu li {
  float: left;
  list-style: none;
}
.h-menu li a {
  justify-content: center;
  color: black;
  display: flex;
  align-items: center;
  line-height: 77px;
  padding: 0 2rem 0 0.5rem;
  text-decoration: none;
  font-weight: 300;
}
.h-menu li a:hover {
  color: #0a0d36;
  font-weight: 400;
}

@media (min-width: 575.98px) {
  .h-menu.nav-menu {
    flex: 1 1 auto;
  }
}


.header-secondmenu {
   position: fixed;
   background: #fff;
   border-top: 1px solid #e7e7e7;
   border-bottom: 0 solid #e7e7e7;
   display: none;
   min-height: 350px;
   max-height: calc(100vh - 144px);
   overflow: auto;
   overflow-x: hidden;
   right: 0;
   top: 80px;
   width: 100%;
   box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15);
 }
 
 .dd-menu {
   background: #f6f8f9 none repeat scroll 0 0;
 }
 
 .has-dropdown {
   position: relative;
 }
 .has-dropdown a:hover {
   color: #0a0d36;
   font-weight: 400;
 }
 .has-dropdown:hover {
   color: #0a0d36;
 }
 .has-dropdown::before, .has-dropdown::after {
   content: "";
   width: 8px;
   height: 1px;
   background-color: #0a0d36;
   position: absolute;
   top: 50%;
   transition: all 0.2s linear;
 }
 .has-dropdown::before {
   right: 15px;
   transform: rotate(-45deg);
 }
 .has-dropdown::after {
   right: 20px;
   transform: rotate(45deg);
 }
 
 .has-dropdown.opening {
   border-bottom: 3px solid #0a0d36;
 }
 .has-dropdown.opening a {
   color: #0a0d36;
   font-weight: 400;
 }
 .has-dropdown.opening::before, .has-dropdown.opening::after {
   color: black;
 }
 .has-dropdown.opening::before {
   transform: rotate(45deg);
 }
 .has-dropdown.opening::after {
   transform: rotate(-45deg);
 }
 
 .dd-info {
   text-align: center;
   color: #2f2f2f;
 }
 
 .dd-content {
   border-left: 1px solid #e0e6e8;
   min-height: 350px;
 }
 .dd-content ul li {
   width: 45%;
   min-height: 100px;
   margin: 0.5rem;
   float: none;
   display: inline-block;
   vertical-align: top;
 }
 .dd-content ul li a {
   line-height: 24px;
   display: inline-block;
   width: 100%;
   min-height: 100px;
   border-radius: 5px;
   padding: 0 1rem;
 }
 .dd-content ul li a:hover {
   background: rgba(123, 123, 123, 0.04);
 }
 .dd-content ul li a:hover p {
   color: #161d77;
 }
 .dd-content ul p {
   display: block;
   margin: 0.5rem 0;
 }
 .dd-content ul span {
   font-size: 0.9rem;
   display: block;
   padding-left: 20px;
 }
 
 .simple-h-cta {
   padding-top: 15px;
   flex: auto;
   text-align: right;
 }
 .simple-h-cta p {
   display: inline-block;
 }
 
 .simple-h-cta.cta-menu a {
   margin: 0;
 }
 

 .user-profile {
   position: relative;
   padding: 10px;
   margin: 10px;
   border-radius: 50%;
   cursor: pointer;
 }
 .user-profile:hover {
   background: rgba(221, 221, 221, 0.3);
 }
 .user-img {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   overflow: hidden;
 }
 .user-img img {
   width: 100%;
 }
 .user-info {
   position: absolute;
   display: none;
   top: 70px;
   min-width: 150px;
   right: 0;
   box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
 }
 .user-info a {
   margin: 0;
   margin-top: 1rem;
   display: block !important;
   line-height: initial !important;
   padding: 0 !important;
 }
 .user-info small {
   display: block;
   white-space: nowrap;
   word-break: keep-all;
 }

 @media (max-width: 575.98px) {
   .lsai-header {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
   }
   .header-logo {
     padding: 0 1rem;
   }
   .header-logo img {
     height: 25px;
   }
   .h-menu {
     overflow: auto;
     flex-basis: 100%;
   }
   .h-menu li {
     float: none;
   }
   .nav-menu {
     padding: 0 2rem;
   }
   .header-secondmenu {
     position: relative;
     box-shadow: none;
     top: 0;
   }
   .ham-icon {
     display: flex;
     margin-bottom: 0.1rem;
   }
   .h-menu.cta-menu {
     box-shadow: 0 50px 60px 0 rgba(10, 13, 54, 0.15);
     text-align: center;
   }
   .h-menu.cta-menu a {
     margin: 10px 8px;
     display: inline-block;
   }
   .h-menu.cta-menu .cta-demo {
     margin-right: 0;
   }
   .has-dropdown::before, .has-dropdown::after {
     top: 40px;
   }
   .has-dropdown::before {
     right: 25px;
   }
   .has-dropdown::after {
     right: 30px;
   }
   .has-dropdown.opening {
     border-bottom: 1px solid #e7e7e7;
   }
   .has-dropdown.opening::before, .has-dropdown.opening::after {
     top: 40px;
   }
   .ham-btn:checked ~ .h-menu.nav-menu {
     border-top: 1px solid #e7e7e7;
     padding: 0;
     margin-bottom: 0;
   }
   .ham-btn:checked ~ .h-menu.nav-menu li {
     border-bottom: 1px solid #e7e7e7;
   }
   .ham-btn:checked ~ .h-menu.nav-menu li a {
     display: block;
     padding: 0 2rem;
   }
   .ham-btn:checked ~ .h-menu.cta-menu {
     border-top: 1px solid #e7e7e7;
     border-bottom: 1px solid #e7e7e7;
     padding-left: 0;
   }
   .dd-info {
     display: none;
   }
   .dd-content ul li {
     width: 100%;
     background: rgba(123, 123, 123, 0.04);
     min-height: auto;
     margin-bottom: 0.8rem;
   }
   .dd-content ul li a {
     min-height: auto;
   }
   .simple-h-cta p {
     font-size: 0.9rem;
   }
   .simple-h-cta.cta-menu a {
     padding: 0 1rem;
     margin: 0 5px;
   }
   .user-profile {
     text-align: initial;
     margin: 0;
     border-radius: 0;
     background-color: #f9f9f9;
   }
   .user-img {
     display: inline-block;
     margin: 20px;
     vertical-align: top;
   }
   .user-info {
     position: relative;
     display: inline-block;
     box-shadow: none;
     border: 0 !important;
     top: auto;
     right: auto;
     background-color: transparent;
     width: calc(100% - 100px);
   }
   .user-info a {
     background-color: transparent;
   }

   #notifyArea{
      margin-top: 160px;
      max-height: calc(100vh - 250px);
   }
 }
 @media (min-width: 575.98px) and (max-width: 991.98px) {
   .header-logo {
     padding: 0 1rem;
   }
   .header-logo img {
     height: 20px;
   }
   .h-menu li a {
     padding: 0 0.8rem;
     font-size: 0.9rem;
   }
   .h-menu.cta-menu {
     margin-right: 0 !important;
   }
   .h-menu.cta-menu a {
     padding: 0 0.2rem;
     margin: 18px 5px;
   }
   .dd-content {
     min-height: 100%;
   }
   .dd-content ul li {
     width: 100%;
     min-height: auto;
   }
   .dd-content ul li a {
     min-height: auto;
   }
   .has-dropdown::before {
     right: 0;
   }
   .has-dropdown::after {
     right: 5px;
   }
 }

.content-wrapper {
   margin-top: 60px !important;
}

.content-wrapper.cloud-ver {
   padding-top: 20px !important;
}

.small-logout-btn
{
  font-size: 11px;
  width: 40px;
  height: 25px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 25px !important;
  display: block !important;
  float:right;
}

.small-logout-btn:hover
{
  color: #fff;
}

.btn-major-action
{
  height: 60px;
  min-width: 120px;
}

.clm-list-action-table th
{
   color: #0a0d36 !important;
}
.clm-list-action-table th,
.clm-list-action-table td{
   padding: 1.25rem!important;
   vertical-align: middle!important;
}
.clm-list-action-table a.userContactHint{
   color: #0a0d36;
}

.home-nums{
   display: block;
   padding: 1rem 0;
}
.home-nums:hover{
   background-color: rgba(5,5,5, .04)!important;
   border-radius: 2px;
}
.home-items{
   text-align: initial;
   width: 100%;
   transition: all .5s;
}
.home-items:hover{
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.home-items:hover p{
   color: #2f3dff;
}
.home-items:disabled i,
.home-items[disabled] i,
.home-items:disabled p,
.home-items[disabled] p{
  opacity: .5;
}
.home-items:disabled:hover,
.home-items[disabled]:hover{
  box-shadow: none!important;
}
.home-items:disabled:hover p,
.home-items[disabled]:hover p{
  color: initial;
}
.home-items:disabled .text-xs a i,
.home-items[disabled] .text-xs a i{
  opacity: 1;
}
.home-items img{
  width: 45px;
}
.clm-og{
   color: #f2822d;
}
.clm-lightblue{
   color: #2f3dff;
}
.clm-green{
   color: #8edb28;
}
.clm-red{
   color: #ff2f3d;
}
.clmbg-og{
   background-color: #f2822d;
}
.clmbg-lightblue{
   background-color: #2f3dff;
}
.clmbg-green{
   background-color: #8edb28;
}
.clmbg-red{
   background-color: #ff2f3d;
}
.btn-clm-lightblue{
   color: #2f3dff;
   background-color: rgba(47, 61, 255, .1);
}
.btn-clm-lightblue:hover{
   background-color: #2f3dff;
   color: #fff;
}
.step-box{
   min-height: 300px;
}
.step-box .tab-pane{
   min-height: 150px;
}
.taskstep-item:hover{
   cursor: pointer;
   border-color: #2f3dff!important;
}
.is-select{
   border-color: #2f3dff!important;
}
.is-select::after{
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  display: block;
  color: #2f3dff;
  right: 5px;
  top: 3px;
  font-weight: 700;
  font-size: 1.2rem;
}
.taskstep-item.is-select{
   border-color: #2f3dff!important;
   position: relative;
}
.taskstep-item.is-select .h4{
   color: #2f3dff;
}
.taskstep-item .attachment-img{
  height: auto;
  max-width: 100%;
}
#contractFileNameShow{
   outline: none;
   border: 0;
   background-color: rgba(221, 221, 221, 0.2);
   border: 1px dashed #ddd;
   text-align: center;
}

#contractFileNameShow.newTask{
   height: 80px;
   line-height: 70px;
}

#contractFileNameShow:hover{
   cursor: pointer;
   background-color: rgba(221, 221, 221, 0.4);
}
#contractFileNameShow::after{
   display: none;
}

.clm-num{
   background: linear-gradient(to right, #cde6ff 10px, #fff 0);
}
.esign-num{
   background: linear-gradient(to right, #fff12f 10px, #fff 0);
}
@media (max-width: 575.98px){
   .clm-num{
      background: linear-gradient(to bottom, #cde6ff 10px, #fff 0);
   }
   .esign-num{
      background: linear-gradient(to bottom, #fff12f 10px, #fff 0);
   }
}

.modal-price .modal-body {
   padding: 5rem 2rem;
 }
 .modal-price .plan-price .checkUl {
   font-size: 1.2rem;
 }
 .modal-price .price-btn {
   background: #2f3dff;
   font-weight: 500;
 }


 .info-wrap {
   background-color: #cde6ff;
 }
 .sec-wrap {
  background-color: #f9f9f9;
}
 
.plan-price {
   margin-bottom: 1rem;
 }
 .plan-price .checkUl {
   font-size: 0.9rem;
   font-weight: 300;
   padding-left: 0;
 }
 .plan-price .checkUl li {
   margin-bottom: 1rem;
   position: relative;
   padding-left: 1.5rem;
   list-style: none;
 }
 .plan-price .checkUl li:before {
   display: inline-block;
   vertical-align: -0.125em;
   content: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
   width: 16px;
   height: 16px;
   position: absolute;
   left: 0;
   top: 3px;
 }
 .plan-price p.mb-3 {
   min-height: 50px;
 }
 .plan-price p.mb-3 b {
   font-weight: 500;
 }
 .plan-price p a {
   color: #0a0d36;
 }


.avatarBlock {
   float: left;
   height: 38px !important;
   width: 38px !important;
   max-height: 38px !important;
   max-width: 38px !important;
   font-size: 12px !important;
   text-align: center;
   vertical-align: middle;
   line-height: 38px;
   background-color: #f3f3f3;
   border-radius: 5px;
   overflow: hidden;
 }
 
 .avatarBlock.round {
   border-radius: 50%;
 }
 
 .avatar-a, .avatar-A {
   color: #060a23;
   background-color: #f7f9fc;
 }
 
 .avatar-b, .avatar-B {
   color: #4409B9;
   background-color: #EEEDFD;
 }
 
 .avatar-c, .avatar-C {
   color: #BD0F2C;
   background-color: #FFEBEE;
 }
 
 .avatar-d, .avatar-D {
   color: #C56511;
   background-color: #FDEFE2;
 }
 
 .avatar-e, .avatar-E {
   color: #216E55;
   background-color: #E7F9F3;
 }
 
 .avatar-f, .avatar-F {
   color: #05128A;
   background-color: #EDEEFD;
 }
 
 .avatar-g, .avatar-G {
   color: #1F84A3;
   background-color: #ECFAFE;
 }
 
 .avatar-h, .avatar-H {
   color: #526E0C;
   background-color: #F2FFD1;
 }
 
 .avatar-i, .avatar-I {
   color: #935F10;
   background-color: #FFF7E0;
 }
 
 .avatar-j, .avatar-J {
   color: #973562;
   background-color: #FDF1F7;
 }
 
 .avatar-k, .avatar-K {
   color: #69785E;
   background-color: #EAEFE6;
 }
 
 .avatar-l, .avatar-L {
   color: #2D3A46;
   background-color: #E0E6EB;
 }
 
 .avatar-m, .avatar-M {
   color: #280F6D;
   background-color: #E4E2F3;
 }
 
 .avatar-n, .avatar-N {
   color: #37364F;
   background-color: #E6DFEC;
 }
 
 .avatar-o, .avatar-O {
   color: #363548;
   background-color: #E2F4E8;
 }
 
 .avatar-p, .avatar-P {
   color: #4D176E;
   background-color: #E6EBEF;
 }
 
 .avatar-q, .avatar-Q {
   color: #AB133E;
   background-color: #EBE6EF;
 }
 
 .avatar-r, .avatar-R {
   color: #420790;
   background-color: #E8DEF6;
 }
 
 .avatar-s, .avatar-S {
   color: #222A54;
   background-color: #D8E8F3;
 }
 
 .avatar-t, .avatar-T {
   color: #192251;
   background-color: #ECE1FE;
 }
 
 .avatar-u, .avatar-U {
   color: #5E36F5;
   background-color: #F4F1Fe;
 }
 
 .avatar-v, .avatar-V {
   color: #E11234;
   background-color: #FEF4F6;
 }
 
 .avatar-w, .avatar-W {
   color: #E87917;
   background-color: #FDF5ED;
 }
 
 .avatar-x, .avatar-X {
   color: #3EA884;
   background-color: #EDF8F4;
 }
 
 .avatar-y, .avatar-Y {
   color: #0618BC;
   background-color: #D7DBFE;
 }
 
 .avatar-z, .avatar-Z {
   color: #0FBBE6;
   background-color: #E3F8FD;
 }
 
 .avatarBlock {
   height: auto;
   width: auto;
 }
 
 .image-avatar {
   width: 100%;
 }
 
 .text-avatar {
   line-height: 38px;
   font-weight: 500;
 }/*# sourceMappingURL=style.css.map */
.chart-nav a.nav-link{
  color: #0a0d36;
  line-height: 35px;
}
.chart-nav a.nav-link.active{
  color: #2f3dff;
  border-bottom: 3px solid #2f3dff; 
}
.chart-nav a.nav-link:hover{
  color: #2f3dff;
}
.chart-toggle{
  color: #0a0d36;
}
.chart-toggle label{
  border: 1px solid;
  font-weight: 400!important;
}
.chart-toggle label.active{
  border: 1.5px solid #2f3dff;
  color: #2f3dff;
  background-color: rgba(47, 61, 255, .1);
}
.chart-toggle label:hover{
  color: #2f3dff;
}
.h-chartBox{
  position: relative;
  overflow-y: scroll;
  height: 500px;
  max-height: 320px;
}
.scrollshadow{
  background-image: linear-gradient(to top, white, white),
    linear-gradient(to top, white, white),
    linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: bottom right, top right, bottom right, top right;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 50px, 100% 50px, 100% 20px, 100% 20px;
  background-attachment: local, local, scroll, scroll;
}
.staffChart{
  min-height: 350px;
}
.detail-chart .chartBox{
  display: none;
}
#department-text{
  font-size: 1.3rem;
  font-weight: 700;
  color: #2f3dff;
}
@media only screen and (min-device-width: 575.98px) and (max-device-width: 991.98px){
  .chart-toggle {width: 50%!important;}
}
@media only screen and (max-device-width: 575.98px){
  .staffChart{min-height: initial;}
  .chart-toggle {width: 70%!important;}
  .chart-nav .nav-item{width: 25%;}
  .chart-nav a.nav-link {padding: 0.5rem 0.8rem; line-height: 22px;}
}

footer a{
    display: inline-block;
    border-left: 1px solid rgba(112, 112, 112, 0.3);
    color: #707070;
    font-size: 0.9rem;
    height: 20px;
    line-height: 20px;
}

footer div.helperArea
{
  display: inline-block;
  height: 30px;
}

footer a:last-child {
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}
#contractCompareToolArea{
  min-height: 150px;
  font-size: 1.1rem;
  line-height: 1.9rem;
}
.plan-upgradeAd i{
  font-size: 3rem;
}

#showEditPlan .plan-price .checkUl {
  min-height: 150px;
  font-size: 1rem;
}
#showEditPlan .plan-header h4 {
  letter-spacing: 0.05rem;
}
#showEditPlan .plan-header h4 span {
  font-size: 0.5rem;
  letter-spacing: initial;
  border: 1px solid #0a0d36;
  padding: 3px 5px;
  border-radius: 25px;
  color: #0a0d36;
  font-weight: 400;
}
#showEditPlan .plan-header p {
  height: auto;
  font-size: 1.2rem;
  font-weight: 500;
}
#showEditPlan .plan-check {
  border-color: #2f3dff !important;
  background-color: #e7f3ff;
  overflow: hidden;
}
#showEditPlan .plan-check::before {
  display: block;
  position: absolute;
  width: 20px;
  z-index: 5;
  background-color: transparent;
  top: 4px;
  right: 2px;
  padding: 0;
  content: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
}
#showEditPlan .plan-check::after {
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right: 30px solid #2f3dff;
  transform: rotate(135deg);
  position: absolute;
  top: -31px;
  right: -31px;
}
#showEditPlan .plan-check h4 {
  color: #2f3dff;
}
#showEditPlan .plan-order {
  line-height: 400px;
}
#showEditPlan .qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}
#showEditPlan .qty-input .product-qty,
#showEditPlan .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
#showEditPlan .qty-input .product-qty:focus,
#showEditPlan .qty-input .qty-count:focus {
  outline: none;
}
#showEditPlan .qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
#showEditPlan .qty-input .product-qty::-webkit-outer-spin-button, #showEditPlan .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
#showEditPlan .qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
#showEditPlan .qty-input .qty-count:before, #showEditPlan .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#showEditPlan .qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
#showEditPlan .qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
#showEditPlan .qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
#showEditPlan .qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
#showEditPlan .qty-input .qty-count:disabled:before, #showEditPlan .qty-input .qty-count:disabled:after {
  background: #ccc;
}
#showEditPlan .order-sm-last.plan-check {
  border-color: initial !important;
  background-color: transparent;
}
#showEditPlan .order-sm-last.plan-check::before, #showEditPlan .order-sm-last.plan-check::after {
  display: none;
}
#showEditPlan .order-sm-last.plan-check h4 {
  color: initial !important;
}

@media (max-width: 575.98px) {
  #showEditPlan .plan-price .checkUl {
    min-height: auto;
  }
}

/* Custom badge styling to support multiple lines */
.badge-multiline-fix-width {
  white-space: normal;  /* Allow content to wrap */
  display: inline-block; /* Retain badge-like behavior */
  padding: 0.5em 0.5em; /* Add more padding for visual clarity */
  line-height: 1.2;  /* Adjust line height for readability */
  max-width: 150px;  /* Optional: define a maximum width for the badge */
  overflow: hidden; /* Hide any overflow */
  text-overflow: ellipsis; /* Optional: Add ellipsis for long texts */
  word-break: break-all;
}
.cp-info p.d-inline.text-muted{
  cursor: pointer;
}
.cp-info .pop-box {
  display: inline-block;
}
.cp-info .pop-box:hover .pop-info {
  display: block;
}
.cp-info .pop-icon:hover {
  color: #ffc107!important;
}
.cp-info .pop-info:hover .pop-icon {
  color: #ffc107!important;
}
.cp-info .pop-icon {
  cursor: help;
}
.cp-info .pop-info {
  display: none;
  z-index: 1;
  width: 1000px;
  margin-left: -300px;
}
.cp-info .pop-info img {
  max-width: 250px;
  height: auto;
}
@media only screen and (max-device-width: 575.98px) {
  .cp-info {
    display: none;
  }
}
@media only screen and (max-width: 760px), 
(min-device-width: 768px) and (max-device-width: 1024px){
  .cp-info .pop-info{
    width: 600px;
    margin-left: -150px;
  }
  .cp-info .bs-stepper-header{
    margin: 0!important;
  }
  .cp-info .bs-stepper .step-trigger{
    padding: 0;
    display: inline-flex!important;
  }
  .cp-info .pop-info img {
    max-width: 130px;
  }
}
.cp-info .bs-stepper .step-trigger {
  cursor: default!important;
}
.cp-info .bs-stepper .step-trigger:hover {
  background-color: transparent;
}
.metadata-formbox {
  height: calc( 70vh - 50px );
}
.metadata-formbox {
  overflow-y: scroll;
}
.metadata-formbox::-webkit-scrollbar {
  width: 5px;
}
.metadata-formbox::-webkit-scrollbar-track {
  background: #eee;
}
.metadata-formbox::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #7B7B7B;
}
.metadata-formbox::-webkit-scrollbar-button {
  height: 50px;
}
/* 雲端版左側選單 scrollbar */
.layout-fixed .wrapper .cloud-nav .sidebar {
  height: calc(100vh - (10rem + 1px));
}
/* 落地版左側選單 scrollbar */
.layout-fixed .wrapper .sidebar {
  height: calc(100vh - (5rem + 1px));
}

.bootstrap-autocomplete b
{
  color: #dc3545;
}

/* CSS for AI-chat-bot */
.MuiPopper-root {
  z-index: 1080;
}

#chainlit-copilot-popover {
  height: min(85vh, calc(100vh - 145px));
}

#new-chat-button span,
.MuiStack-root.css-137mnuj span {
  display: none;
}

#chainlit-copilot-button {
  background-color: #fff;
  right: 30px;
  bottom: 30px;
  background-size: cover;
  background-position: 112% 5%;
  background-image: url(/img/legalsign.svg);
}
#chainlit-copilot-button svg {
  display: none;
}/*# sourceMappingURL=appLLM-site.css.map */

.select2-selection__choice
{
  color: black !important;
}

.breathingText {
  animation: breathingText 4s ease-in-out infinite;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

@keyframes breathingText {

  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity:0.6;
  }
  100% {
    opacity: 0.3;
  }
}