/*
.toast-info {
  display: none !important;
}

.toast-success {
  display: none !important;
}
*/
.toast-warning {
  display: none !important;
}

.toast-info {
  background: #2579BA;
}

.toast-success {
  background: #2579BA;
}

.toast-top-center {
  top: calc(25%);
  right: 0;
  width: 100%;
}

.zen-condition-btn-plus {
    display:inline-block; 
    vertical-align: bottom;
    width:25px; 
    height:25px; 
    background:#ffffff; 
    border: 1px solid #e1e1e1; 
    border-radius: 4px; 
    focus-color: none;
    background-image:url('/images/btn_plus.svg');
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center center;
}

.zen-condition-btn-plus:hover {
    background-color: #f6f6f6;
}

.zen-condition-btn-plus:disabled {
    background-color: #fafafa;
}

.zen-condition-btn-minus {
    display:inline-block; 
    vertical-align: bottom;
    width:25px; 
    height:25px; 
    background:#ffffff; 
    border: 1px solid #e1e1e1; 
    border-radius: 4px; 
    focus-color: none;
    background-image:url('/images/btn_minus.svg');
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center center;
}

.zen-condition-btn-minus:hover {
    background-color: #f6f6f6;
}

.zen-condition-btn-minus:disabled {
    background-color: #fafafa;
}