
.cxl-required {
  color:red;
};

.info-button{
  margin-left: 5px;
  color: #0910d0;
  width: 10px;
  height: 12px;
}

.bg-success {
  border: none !important;
  background-color: #198754 !important;
}
.bg-danger {
  /* --phoenix-bg-opacity: 1; */
  border: none !important;
  background-color: #dc3545 !important;
}
.bg-warning {
  background-color: #f89406 !important;
}
.text-dark {
  color: #343a40 !important;
}

/* .toast {
  --phoenix-toast-padding-y : 0rem !important;

}
.toast-header{
  border-bottom: none !important;
}

.toast .toast-body {
  padding: 0rem 0;
} */

#liveToast1  > .toast-header {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  border-bottom: none !important;
}

#liveToast1 > .toast-body {
  padding: 0px !important;
}

.text-disabled{
  color:#979494;
  background-color:#80808038;
  pointer-events: none;
}
.table-image {
  width: 150%;  
  height: 100px;
  padding: 10%;
  margin-left: 30%;
}
.div-image{
  width: 50%;
}
.td-image{
  width: 18%;
}
.td-input{
  padding-top: 5%;
}
.removeimg{
  position: absolute; 
  right: 35%;
  top:50%
}

button.remove{
  border: none;
  background: #E3503A;
  border-radius: 4px;
  color: white;
  width: 90%;
  padding-right: 15px;
  padding-left: 12px;
  margin-right: 0px;
}

button.add{
  border: none;
  background: #1e91cf;
  border-radius: 4px;
  color: white;
  width: 90%;
  padding-right: 15px;
  padding-left: 12px;
  margin-right: 0px;
}

/* .table>thead>tr>th:last-child {
  padding-right: 0;
  width: 5%;
} */

.border-primary {
  --phoenix-border-opacity: 1;
  border-color: #cbd0dd !important;
}

.no-click {
  pointer-events: none;
  cursor: default;
}