:root{
  --font-size: 14px;
  --hover-color : rgb(192, 37, 68);
  --selected-bg : #fbec8880;
  --thema-bg : #e7f1ff;
  --hover-bottom-color : rgb(207, 2, 2);

	--border : solid 1px #dee2e6;
	--padding : 4px;

	--data-title-boder-style : dotted;
	--border-r : 1px solid gray;

	--content-bar-filter : drop-shadow(0px 2px 2px rgb(190, 189, 189));
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 0.05);
	background-color: #F5F5F5;
	border-radius: 4px;
}

::-webkit-scrollbar-button{
  /* background-color: red; */
  height: 2px;
  width: 2px;
}

::-webkit-scrollbar
{
	width: 10px;
  height: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	background-color: #49505740;
	/* background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D)) */
}

.sisp-labelP1 {
  background: linear-gradient(90deg, #e6f7ff,transparent);
  max-width: 220px;
  font-weight: bold;
  line-height: 25px;
}

.sisp-labelP1::before {
  content: '#';
  color: #1890ff;
  font-weight: 400;
  padding-right: 2px;
  padding-left: 5px;
}

.form-signin {
  max-width: 430px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="account"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sisp-font {
  font-size: var(--font-size) !important;
}

.sisp-seleted {
  background-color: var(--selected-bg) !important;
}

.sisp-input-secondary {
  border-color: rgb(108, 117, 125)
}

.sisp-border {
    /* same with boder */
    border: 1px solid #dee2e6;
}



.sisp-info {
    font-size: 150%;
    color: #0d6efd;
}
 
body {
    font-size: .875rem;
  }
  
  .feather {
    width: 16px;
    height: 16px;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  @media (max-width: 767.98px) {
    .sidebar {
      top: 5rem;
    }
  }
  
  .sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
  }
  
  /* .sidebar .nav-link.active {
    color: #2470dc;
  } */
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  
  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .bi-fz {
    font-size: 116%;
  }
  
  .active2 {
    outline: solid 1px #0d6efd !important;
  }

  .sisp-theme-bg {
    background-color: var(--thema-bg) !important;
  }

  .selected-row {
    /* background-color: rgb(251,236,136); */
    background-color: var(--selected-bg) !important;
  }

  .selected-col {
    background-color: var(--selected-bg) !important;
  }

  .sisp-ctx {
    /* display : block;
    padding: 10px 15px 10px 15px; */
    /* background-color: #FFFFFF; */
    cursor: pointer;
    box-shadow:  0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, .05);
  }

  .sisp-table > tbody > tr:nth-child(even){
    background-color: #dde6f344;
  }

  .sisp-ctx-item {
    width: 290px;
    /* max-width: 280px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sisp-hover:hover {
    /* z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none; */
      background-color: #0066ff1f;
  }

  .sisp-selectx-span {
    /* color: red; */
    opacity: 0.6;
    /* color: rgb(153, 153, 153); */
  }

  [class="dropdown-menu"] {
    color: red !important;
  }
  
  .sisp-hover-font:hover {
    /* z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none; */
    color: rgb(192, 37, 68) !important;
  }

  /* for tenant select begin */
  .sisp-tenant-sel > div {
    width: 100% !important;
  }

  .sisp-tenant-sel > div > button{
    background-color : rgb(248, 249, 250) !important;
    border-color : rgb(248, 249, 250) !important;
  }

  .sisp-tenant-sel > div > button :hover{
    /* outline:solid 1px red; */
    
    color: var(--hover-color);
    /* background-color : #0066ff1f !important; */
  }

  .sisp-tenant-sel .bs-searchbox > input {
    padding: 4px 8px;
  }

  .sisp-tenant-sel * {
    font-size: 14px;
  }

  .sisp-tenant-sel .filter-option-inner-inner {
    color: rgb(33,37,41);
  }
  
  /* for tenant select end */

  /* for table select begin */
  .sisp-table-selectpicker > div {
    width: 100% !important;
    padding: 0px !important;
  }

  .sisp-table-selectpicker > div > button {
    background-color : rgb(248, 249, 250) !important;
    border-color : rgb(248, 249, 250) !important;
    padding: 4px 8px !important;
    color: rgb(33,37,41);
  }

  /* for delete mark when select disabled. */
  .sisp-table-selectpicker > div {
    background-image: none !important;
  }

  .sisp-table-selectpicker > div > button:hover {
    color: var(--hover-color);
    /* background-color : #0066ff1f !important; */
  }

  .sisp-table-selectpicker .bs-searchbox > input {
    padding: 4px 8px !important;
  }

  .sisp-table-selectpicker * {
    font-size: var(--font-size);
  }

  .sisp-confirm-btn-L {
    font-size: var(--font-size);
    border-bottom-left-radius: calc(0.5rem - 1px) !important;
  }

  .sisp-confirm-btn-L:hover {
    background: var(--thema-bg);
  }

  .sisp-confirm-btn-R {
    font-size: var(--font-size);
    border-bottom-right-radius: calc(0.5rem - 1px) !important;
  }

  .sisp-confirm-btn-R:hover {
    background: var(--thema-bg);
  }

  .sisp-link-span {
    cursor: pointer;
  }

  .sisp-table-hover tr:hover {
    border-bottom-color: rgb(235, 152, 152);
    /* border-bottom-style: dotted; */
  }

  .sisp-ref-task {
    height: 9px;
    /* background: #e5a59f; */
    background: #ffccc7;
    width: 9px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1px;
  }
  .sisp-ref-task:hover {
    background: #d48c86 !important;
  }

  .sisp-ref-task-100 {
    height: 9px;
    /* background: #e5a59f; */
    background: #b9b9b9;
    width: 9px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1px;
  }

  .sisp-ref-task-100:hover {
    background: #696969;
  }

  .sisp-ref-task-curr {
    border-radius: 9px;
  }
  /* for table select end */
  /* .nav-link:hover{
    background-color: #0066ff1f; */
    /* color: white; */
    /* text-decoration: 2px dashed #0d6efd;
    text-decoration:double; */
    /* decoration: 1px dashed #0d6efd;; */
    /* border-bottom: 1px dashed #0d6efd; */
    /* border: 1px solid #0d6efd; */
    /* border-bottom: black; */
    /* border-radius: 0.375rem; */
  /* } */
  

  .sisp-condition-setted {
    text-decoration: underline;
    text-decoration-color: #ff00b6;
    text-decoration-style: wavy;
  }


  .sisp-search-selectx-del {
    color: rgb(35, 55, 168) !important;
    margin-bottom: -5px
  }

  .sisp-search-selectx-del:hover {
    color: rgb(214, 18, 165) !important;
    /* background-color: transparent !important; */
  }

  .bs-select-all {
    white-space: nowrap;
    width: 160px !important;
  }
  .bs-select-all:hover {
    background-color: var(--thema-bg)
  }

  .bs-deselect-all {
    white-space: nowrap;
    width: 160px !important;
  }
  .bs-deselect-all:hover {
    background-color: var(--thema-bg)
  }

  .sisp-pjsupport-card {
    width: 300px;
  }

  .sisp-totop-icon {
    position: absolute;
    z-index: 999;
    font-size: 2em;
    /* color: rgb(0 255 22 / 75%); */
    color: #0dcaf055;
    height: 0px;
    width: 0px;
    cursor: pointer;
    font-weight: bold;
  }

  .sisp-tobottom-icon {
    position: absolute;
    z-index: 999;
    font-size: 2em;
    /* color: rgb(0 255 22 / 75%); */
    color: #0dcaf055;
    height: 0px;
    width: 0px;
    cursor: pointer;
  }

  .sisp-totop-icon i:hover {
    color: #0dcaf0;
  }

  .sisp-tobottom-icon i:hover {
    color: #0dcaf0;
  }

  .sisp-task-popover-title-process {
    background-color: var(--thema-bg);
    min-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
  }
  .sisp-task-popover-data-process {
    min-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    border-top: none !important;
  }
  .sisp-task-popover-title-planEnd {
    background-color: var(--thema-bg);
    min-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
  }
  .sisp-task-popover-data-planEnd {
    min-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    border-top: none !important;
  }
  .sisp-task-popover-title-userId {
    background-color: var(--thema-bg);
    min-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor:default;
  }
  .sisp-task-popover-data-userId {
    min-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor:default;
    border-top: none !important;
  }
  .sisp-task-popover-title-progress {
    background-color: var(--thema-bg);
    min-width: 70px;
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
  }
  .sisp-task-popover-data-progress {
    min-width: 70px;
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    border-top: none !important;
  }
  .sisp-task-popover-title-status {
    background-color: var(--thema-bg);
    width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
  }
  .sisp-task-popover-data-status {
    width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    border-top: none !important;
  }
  .sisp-task-popover-title-actionLink {
    background-color: var(--thema-bg);
    min-width: 50px;
    max-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    border-left: none !important;
  }

  .sisp-task-popover-data-actionLink {
    min-width: 50px;
    max-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    border-top: none !important;
    border-left: none !important;
  }

  .sisp-task-popover-data-row :hover {
    background-color: var(--selected-bg);
    color: var(--hover-color);
    /* border-bottom: 5px solid var(--hover-bottom-color) !important; */
  }

  .sisp-none-border-right {
    border-right: none !important;
  }
  .sisp-none-border-top {
    border-top: none !important;
  }

  .sisp-task-popover-current {
    border-bottom: 1px solid #ff000070
  }

  .router-link-active {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: var(--bs-nav-pills-link-active-bg) !important;
  }

  .sisp-desc-table-1stTD {
    text-align: end;
    background-color: #f8f8f8 !important;
    vertical-align: middle;
  }

  .sisp-dl-link {
    cursor: pointer;
  }

  .sisp-dl-link:hover {
    cursor: pointer;
    color: var(--bs-link-color);
  }

  .nav-tabs .nav-link.active {
    background-color: var(--selected-bg);
    border-bottom-color: var(--selected-bg);
  }

  .kb-left {
    padding: 0;
    /* border: var(--border); */
    border-right: none;
  }
  
  .kb-separator {
    width: 0px;
    padding: 0;
    padding-top: 20%;
    cursor: col-resize;
    background-color: rgb(175 180 183);
    border-radius: 5px;
  }

  .kb-right {
    padding: 0;
    /* border: var(--border); */
  }

  .kb-popup {
    flex-wrap: nowrap;
    width: 101.3%;
    height: 104.1%;
    margin-top: -17px;
    margin-bottom: -17px;
    overflow: hidden;
  }

  .sisp-list-group-item {
    position: relative;
    display: block;
    padding: 8px 16px !important;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: none;
    /* margin-left: 24px;
    margin-right: 24px;
    width: 95%; */
  }
  .sisp-list-group {
    border-radius: 0px;
    border-top:1px solid rgba(0, 0, 0, 0.125);
  }
/* for sisp separator */
.sep-left {
	padding: 0;
	border: var(--border);
	/* border-right: none; */
}

.sep-middle {
	padding: 0;
	border: var(--border);
	/* border-left: none;
	border-right: none; */
}

.sep-right {
	padding: 0;
	border: var(--border);
	/* border-left: none; */
}

.sep-separator-line {
	width: 3px; 
	padding: 0;
	cursor: col-resize; 
	/* background-color: rgb(175 180 183); */
	background-color: var(--thema-bg);
	/* border-radius: 5px; */
	border-top: var(--border);
	border-bottom: var(--border);
}

.accordion-btn {
  padding: 7px;
  font-size: 14px;
}

.grid-stack{
  /* background-color: wheat; */
}

.puzzleIdeContainer {
  border: 1px dashed rgb(182, 181, 181);
}

.sisp-dragable-control {
  border: 1px rgb(255, 255, 255);
  border-style: dashed;
  padding-top: 3px;
  padding-bottom: 3px;
}

.sisp-curosr-pointer {
  cursor: pointer;
}


/* when display in left side , middle control not display, BEGIN */
.sisp-dragable-control .sisp-dragable-control-middle-contariner {
  display: none;
}
/* .sisp-dragable-control .sisp-dragable-control-middle-block {
  display: none;
} */
/* when display in left side , middle control not display, END */

/* when dragging, set display, BEGIN */
.ui-draggable-dragging .sisp-dragable-control-left {
  display: none;
}
.ui-draggable-dragging .sisp-dragable-control-middle-contariner {
  display: contents;
}

/* .ui-draggable-dragging .sisp-dragable-control-middle-block {
  display: block;
} */
.ui-draggable-dragging {
  /* border: 1px dashed #ffc107;
  height: 39px; */
}
/* when dragging, set display, END */

.sisp-puzzleIdeRightProp-selectpicker .dropdown-toggle {
  height: 19px;

}

.sisp-puzzleIdeRightProp-selectpicker .dropdown-toggle .filter-option {
  height: 21px !important;
}

.sisp-puzzleIdeRightProp-selectpicker .bootstrap-select {
  border: none;
}

.sisp-puzzleIdeRightProp-selectpicker *{
  font-size: 13px !important;
}

.sisp-puzzleIdeRightProp-disabled-input{
  min-height: 24px !important;
  border-radius: 0 !important;
}

.sisp-puzzleIdeRightProp-selectpicker .bs-select-all {
  display: none;
}

.sisp-puzzleIdeRightProp-selectpicker .bs-deselect-all {
  border-radius: 5px !important;
  width: 100% !important;
}

.sisp-puzzleIdeRightProp-selectpicker .btn-group-sm {
  width: 100%;
}
.sisp-puzzleIdeRightProp-selectpicker .filter-option {
  max-width: 160px !important;
}

.sisp-puzzleIde-right-prop-table td {
  vertical-align: middle;
}

.sisp-puzzle-ide-page-right-prop-title {
  padding: 0 4px;
  vertical-align: middle;
}

.sisp-min-h-100 {
  min-height: 100%;
}

.sisp-puzzle-ide-page-right-prop-input {
  border: none;
  padding: 0px 4px;
  min-height: 10px;
  vertical-align: middle;
}
/* .sisp-puzzleIdeRightProp-selectpicker .filter-option-inner-inner{
  font-size: 13px !important;
} */

/* .sisp-border-ani-blue button {
  height: 31px;
} */

.sisp-puzzleide-control-flex {
  display: flex;
}
.sisp-puzzleide-control-block {
  display: block;
}

/* when draped to middle, BEGIN */
.sisp-border-ani-red .sisp-dragable-control-left {
  display: none;
}
.sisp-border-ani-red .sisp-dragable-control-middle-contariner {
  display: contents;
}
/* .sisp-border-ani-red .sisp-dragable-control-middle-block {
  display: block;
} */
/* when draped to middle, END */

.sisp-dragable-control:hover {
  /* border-color: #b4ad4d; */
}
.ui-resizable-handle {
  right: -10px !important;
  bottom: -9px !important;
  color: red;
}

.grid-stack-item {
  /* border: 1px rgb(219, 214, 214);
  border-style: dashed;
  height: 33px; */
}

.grid-stack-item:hover {
  /* border: 1px rgb(255, 255, 255); */
  /* border-color: #ffffff; */
  /* cursor: move !important; */
}

/* outline - ani start */
.sisp-border-ani-blue {
  position: relative;
}

.sisp-border-ani-blue::before,
.sisp-border-ani-blue::after,
.sisp-border-ani-blue span:last-of-type::before,
.sisp-border-ani-blue span:last-of-type::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  transition: all 0.3s ease;
}

/* top and right */
.sisp-border-ani-blue::before {
  top: -1px;
  left: 0px;
  border-top: 1px dashed #3b82f6;
}

.sisp-border-ani-blue::after {
  top: 0;
  right: -1px;
  border-right: 1px dashed #3b82f6;
}

/* bottom and left */
.sisp-border-ani-blue span:last-of-type::before {
  bottom: -1px;
  right: 0;
  border-bottom: 1px dashed #3b82f6;
}

.sisp-border-ani-blue span:last-of-type::after {
  bottom: 0;
  left: -1px;
  border-left: 1px dashed #3b82f6;
}

/* mouse hover - display ouline */
.sisp-border-ani-blue:hover::before {
  width: 100%;
}

.sisp-border-ani-blue:hover::after {
  height: 100%;
  transition-delay: 0.15s;
}

.sisp-border-ani-blue:hover span:last-of-type::before {
  width: 100%;
  transition-delay: 0.3s;
}

.sisp-border-ani-blue:hover span:last-of-type::after {
  height: 100%;
  transition-delay: 0.45s;
}
/* outline - ani end */

/* outline - ani red outline start */
.sisp-border-ani-red {
  position: relative;
  border: 1px rgb(219, 214, 214);
  border-style: dashed;
  height: 33px;
}

.sisp-hover-move:hover {
  cursor: move !important;
}

.sisp-hover-pointer:hover {
  cursor: pointer !important;
}

.sisp-border-ani-red:hover {
  /* box-shadow: 0 .5rem 1rem rgba(5, 4, 4, 0.15)!important; */
}

.sisp-border-ani-red::before,
.sisp-border-ani-red::after,
.sisp-border-ani-red span:last-of-type::before,
.sisp-border-ani-red span:last-of-type::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  transition: all 0.3s ease;
}

/* top and right */
.sisp-border-ani-red::before {
  top: -1px;
  left: 0;
  border-top: 1px dashed #ff266e;
}

.sisp-border-ani-red::after {
  top: 0;
  right: -1px;
  border-right: 1px dashed #ff266e;
}

/* bottom and left */
.sisp-border-ani-red span:last-of-type::before {
  bottom: -1px;
  right: 0;
  border-bottom: 1px dashed #ff266e;
}

.sisp-border-ani-red span:last-of-type::after {
  bottom: 0;
  left: -1px;
  border-left: 1px dashed #ff266e;
}

/* mouse hover - display ouline */
.sisp-border-ani-red:hover::before {
  width: 100%;
}

.sisp-border-ani-red:hover::after {
  height: 100%;
  transition-delay: 0.15s;
}

.sisp-border-ani-red:hover span:last-of-type::before {
  width: 100%;
  transition-delay: 0.3s;
}

.sisp-border-ani-red:hover span:last-of-type::after {
  height: 100%;
  transition-delay: 0.45s;
}
/* outline - ani red outline end */

.sisp-puzzle-ide-middle-ctl-selected {
  border: 1px solid red;
  transition: all 0.5 ease;
}
