.actionButton{
  cursor: pointer;
  padding: 9px;
  display: flex;
  align-items: center;
  color: white;
  height: 34px;
  font-size: 14px;
  margin-right: 15px;

  border-radius: 5px;
  background: linear-gradient(to right, #1f6eeda6 0, #1f6eeda6 40px,#1f6ded 40px)
}
.actionButton-yellow{
  background: linear-gradient(to right, #f5c04e99 0, #f5c04e99 40px,#F5C04E 40px)
}
.actionButton i {
  margin-left: 2px;
  margin-right: 20px;
  zoom: 1.3
}
.actionButton p {
  margin-right: 5px;
}

.my_tabs{
  display: flex;
  margin: -25px -25px 15px -25px;
  background: linear-gradient(to right, #f2f2f2 19%, #fff 100%);
}
.my_tabs .tab_item{
  cursor: pointer;
  width: 150px;
  text-align: center;
  line-height: 60px;
  font-size: 17px; 
  box-shadow: 2px 0px 4px 0px #6c717a24;

  font-weight: 800;
  color: #6C717A;
}
.my_tabs .tab_item-active{
  color: white;
  background: #1F6DED;
  border-radius: 5px 5px 0 0;
}
.collapseTitle-left{
  width: 4px;
  height: 22px;
  border-radius: 2px;
  background-color: #1F6DED;
}
.text-green{
  color: #34C2AF
}
.text-red{
  color: #E0574F
}
.text-yellow{
  color: #F5C04E
}
.text-blue{
  color: #1F6DED
}
.text-grey{
  color: #8C94A1
}

.processDenied {
  width: 40px;
  height: 40px;
  background: url("/assets/images/denied.png");
  background-size: 100% 100%;
}