.sidebar{
    z-index: 9;
}
.navbar{
    z-index: 10;
}


.modal-sisja{
    background: #22272b url('/assets/images/modal2.png') center right no-repeat;
}

.modal-sisja-right{
    background: #22272b url('/assets/images/modal-sisja-right.svg');
    background-size: 100% auto; 
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex;
    flex: 1; */
    justify-content: center;
    max-height:700px;
    overflow:scroll;
}
.modal-content-sisja{
    background-color: #22272b;
}

.modal{
    height:700px;
}

.lightTheme {
    
    overflow: scroll;
    top: 10px;
    margin-bottom: 10%;
}

.dark .form-group .form-line .form-control{
    color:#B6C2CF;
}
.dark{
    color:#B6C2CF;
}

.btn-continue{
    width:100%;
    padding:10px;
}

.next-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background-color: #22272b;

    color: #ffc100;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}
  
.next-button:hover {
    background-color: #000000;
}

.back-button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background-color: #22272b;

  color: #ffc100;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}

.back-button:hover {
  background-color: #000000;

}

.close-modal-sisja{
 
 
  position: absolute;
  top:30px;
  right:30px;
  z-index:13;
  color: #22272b;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s; 
}

.close-modal-sisja i{
  font-size: 40px;
  font-weight: 500;
}

.back-button-sisja{
  position: absolute;
  top:15px;
  left:10px;
  z-index:13;
  color: #FF9800;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s; 
}

.back-button-sisja i{
  font-size: 40px;
  font-weight: 500;
}

.inbox-inner{
    border-bottom:1px solid white !important;
}

.inbox-message{
    color:#404040 !important;
}

.all-employees .inbox-inner .inbox-item-info .inbox-message{
    color: #B6C2CF !important;

}
.all-employees .inbox-inner .inbox-item-info .author{
    color: #e6eaef !important;

}

.sisja-finish{
    width:100%;
    padding:10px;
}

.sisja-later {
    margin-top:10px;
    background-color: transparent !important;
    width:100%;
    box-shadow: none !important;
    color:#e6eaef !important;
    text-decoration: underline;
    cursor: pointer

}

.sisja-later:hover {
    text-decoration: none; /* Menambahkan garis bawah saat mouse mengarah ke tautan */
    color: white; /* Mengubah warna teks saat mouse hover */
}

.add-task {
  margin-top:10px;
  background-color: transparent !important;
  width:100%;
  box-shadow: none !important;
  color:#404040 !important;
  text-decoration: underline;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px !important;
  padding:5px;

}

.add-task:hover {
  text-decoration: none; /* Menambahkan garis bawah saat mouse mengarah ke tautan */
  color: #FF9600 !important; /* Mengubah warna teks saat mouse hover */
  border-radius: 10px !important;
  background-color: #22272bd0 !important;
}
  


  .popover {
    position: fixed;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .mention-popover {
    position: absolute;
    background-color: #1c1c1c;
    border: 1px solid #ccc;
    padding: 10px;
    padding-top:0px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 11;
    width: 80%;
  }
  
  .mention-popover ul {
    list-style-type: none;
    padding: 0;
  }
  
  .mention-popover li {
    cursor: pointer;
  }
  
  .mention-badge {
    display: inline-block;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
  }

  .mention-badge .zmdi{
    font-size: 12px;
  }

  .kanban-column {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    margin: 10px;
    width: 200px;
    transition: background-color 0.3s;
    max-width:300px;
  }
  
  .kanban-column.drag-over {
    background-color: #f0f0f0;
  }
  
  .kanban-item {
    background-color: #efefef;
    /* border: 1px solid #ccc; */
    border-radius: 12px;
    padding: 5px;
    margin: 5px 0;
    position: relative;
    padding:10px;
    min-height: 48px;
    display: flex; justify-content: space-between;
  }
  .kanbannull{
    /* height: 100px; */
    width:100%;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    position: relative;
  }
  .shadow {
    border:3px dashed #ccc !important;
    /* min-height: 100px; */
  }
  
  .kanban-item:hover {
    background-color: #e0e0e0;
    cursor: grab;
  }

  .kanban-item:hover .group-edit{
    display: block !important;
  }
  .group-edit {
    display: none !important;
  }
  
  .drop-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 5px;
    pointer-events: none;
  }

  .kanban-container{
    min-height: calc(100vh - 140px);
    overflow-x: auto;
    max-width: 100%;
  }

  .scrollable-kanban{
    /* width:12000px; */
    /* min-width: 100%; */
    padding:10px;
  }

  .kanban-container::-webkit-scrollbar {
    width: 10px;
    height: 15px;
    display: block;
    /* background: #ffffff; */
    border-radius: 12px;
    position: fixed;
    top: 100px;
    right: 10px;

  }

  .kanban-container::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 12px;
    width: 20px;
    height: 20px;
  }
  
  .submenu-holder{
    background-color:#d8d8d8;
    padding:12px;
    margin-bottom:15px;
  }

  .filename{
    color : #B6C2CF;
    text-decoration:none;
  }

  /* @import url(https://fonts.googleapis.com/css?family=Montserrat);
  body {
    position: relative;
    width: 100%;
    height: 100vh;
    font-family: Montserrat;
  } */

  .wrap-bounce{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .text-bounce {
    color: #fbae17;
    display: inline-block;
    margin-left: 5px;
  }

  .bounceball-bounce {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
  }
  .bounceball-bounce:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fbae17;
    transform-origin: 50%;
    -webkit-animation: bounce 500ms alternate infinite ease;
            animation: bounce 500ms alternate infinite ease;
  }

  @-webkit-keyframes bounce {
    0% {
      top: 30px;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
    }
    35% {
      height: 15px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0;
    }
  }

  @keyframes bounce {
    0% {
      top: 30px;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
    }
    35% {
      height: 15px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0;
    }
  }

  .add-task-input::selection{
    background-color: black;
  }

  .small-save {
    margin-top:10px;
    background-color: transparent !important;
    box-shadow: none !important;
    color:white !important;
    text-decoration: underline;
    cursor: pointer;
    text-decoration: none;
    border-radius: 8px !important;
    padding:3px 20px;
    text-transform: none;
    background-color:#ff9600 !important;
  
  }

  .small-close{
    margin-top:10px;
    background-color: transparent !important;
    box-shadow: none !important;
    color:#878787 !important;
    text-decoration: underline;
    cursor: pointer;
    text-decoration: none;
    border-radius: 8px !important;
    padding:2px 10px;
    text-transform: none;
    background-color:transparent !important;
  }
  .small-close:hover{
    color:#e0e0e0 !important;
    background-color: #22272bd0 !important;
  }

  .small-edit {
    margin:0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color:#22272bd0 !important;
    text-decoration: underline;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50% !important;
    padding:0px;
    text-transform: none;
    /* background-color:#ff9600 !important; */
    font-size:8px !important;
    width:25px;
    height:25px;
  }

  .small-edit:hover {
    color:white !important;
    background-color: #22272bd0 !important;
    width:25px;
    height:25px;
    border-radius: 50% !important;
  }
  
  .small-close i{
    font-size: 40px;
    font-weight: 500;
  }
  .btn-group-edit {
      /* left: 50px; */
      top:0px;
      display: block !important;
  }

  .popover {
    display: block !important;
  }

  /* progrees bar */
  .progress-bg {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	border-radius: 10px;
  text-align: center;
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:         inset 0 0 10px #ccc;
}

.progress-bar {
	height: 40px;
	border-radius: 10px;
  width: var(--progress);
	float: left;
	/* width: 50%; */
	/* fallback */ 
	background-color: #4C9AFF; 
	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C9AFF), to(#0052CC)); 
	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #4C9AFF, #0052CC); 
	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #4C9AFF, #0052CC); 
	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #4C9AFF, #0052CC); 
	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #4C9AFF, #0052CC);	
}

.progress-bg h3.goal, .progress-bg h3.raised {
	font-family: Arial,sans-serif;
  font-size: 1.3em;
  font-weight: 600;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
}


.progress-bg h3.raised {
	color: #fff;
	margin: 14px 25px 0 50px;
	padding: 0 25px 0 0;
}

.progress-bg h3.goal {
	color: #b2b2b2;
  text-align: center;
}

body .progress-bg h3.raised {
    -webkit-animation: fadein 4s; /* Safari and Chrome */
       -moz-animation: fadein 4s; /* Firefox */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

.progress-bg h3.goal {
	float: right;
	display: inline;
	padding: 0 25px 0 0;
  text-align: center;
}

body .progress-bg div {
	-webkit-animation: progress-bar 2s ease forwards;
	-moz-animation: progress-bar 2s ease forwards;
	-o-animation: progress-bar 2s ease forwards;
	animation: progress-bar 2s ease forwards;
}

@keyframes progress-bar {
  from {
    width: 0%;
  }
  to {
    width: var(--progress, 0%);
  }
}

/* Vendor prefixes (opsional untuk browser lama) */
@-webkit-keyframes progress-bar {
  from { width: 0%; }
  to { width: var(--progress, 0%); }
}
@-moz-keyframes progress-bar {
  from { width: 0%; }
  to { width: var(--progress, 0%); }
}
@-o-keyframes progress-bar {
  from { width: 0%; }
  to { width: var(--progress, 0%); }
}


/* @-webkit-keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
}

@-moz-keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
}

@-o-keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
}

@keyframes progress-bar {
    from { width: 0%; }
    to { width: 50%; }
} */
