.process_map_item{
  font-size: 16px;
  color:#404040;
}
.process_map_item strong{
  font-weight: 600;
}
.process_submit_row{
  width:100%;
}
.del-waring{
 font-size: 14px;
 font-weight: 600;
 color:#404040;
 width: 280px;
}
.campaign-hd .badge-dark{
  font-size:12px;
}
.campaign-hd h3{
  font-size: 16px;
}
.combination.db-config{
  margin-bottom: 0px;
}
.combination.db-config h3{
  margin-bottom: 0px;
}
.combination_toggle_btn .slide_arrow{
    right: 15px; 
    top: 12px;
}
.combination_toggle_btn.collapsed .slide_arrow{
    
    transform: rotate(180deg);
}

.combination_toggle_btn{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    border-bottom-right-radius:unset;
    border-bottom-left-radius:unset;
}
.combination_toggle{
    width: 100%;
    
}
.combination_toggle >.card {
    background: #e8f4fe;
    border-top-right-radius:unset;
    border-top-left-radius:unset;
}
.combination_toggle_btn:focus,.combination_toggle_btn:active{
    outline: none;
    box-shadow: none;
}
.estdo_select {
  width: calc(100% - 93px);
}
.modal-general > .modal-dialog{
    width: 330px;
}
.modal-general .modal-footer .btn{
    width:120px;
    
    font-weight: 600;
}
.modal-general .modal-footer .btn-danger{
  background: #ff494e;
}