#new-subscriptions-modal {
  max-height: 90vh;
  overflow: auto;  
}

#subscriptions-modal .section #dashboard_subscriptions {
  height: 390px;
  overflow: auto;
}

#new-subscriptions-modal .sectionTitle {
  color: #6667AB;
  font-weight: bold;
  margin-bottom: 20px;
}

#new-subscriptions-modal .section .sectionTitle {
  color: black;
  margin-bottom: 5px;
}

#new-subscriptions-modal input + label {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  margin-right: 5px;
}

#new-subscriptions-modal input:checked + label {
  background-color: #eaebff;
  border: 1px solid #484ADF !important;
  color: #484ADF;
}

#multiSelectForDashboardSubscriptions {
  height: 25px;
}

#multiSelectForDashboardSubscriptions .uMultiSelect.trigger {
  border: thin solid #00000030;
}

#new-subscriptions-modal small {
  color: #aaa;
}


#subscription_send_every_sub_container {
  flex-flow: wrap;
}

.contact-groups-added {
    cursor: pointer;
    display: flex !important;
    justify-content: right;
    position: relative;
    width: 35%;
    padding: 0 4px 0 0 !important;
    align-items: center;
    font-size: 10px;
}

.contact-groups-added[data-contactgroups="0"] {
    display: none !important;
}

.contact-groups-added::before {
    content: attr(data-contactgroups);
    position: absolute;
    top: -7px;
    left: 4px;
    bottom: 0;
    height: 8px;
    width: 30%;
    border-radius: 50%;
    margin: auto;
    padding: 0 !important;
    align-items: center;
}

.htCheckboxRendererInput {
    margin-top: 15px !important;
}

#newSubscriptionsModal [data-page="conditionalTab"] .bi-bell {
  display: none;
}

#newSubscriptionsModal [data-page="conditionalTab"] .bi-bell-slash {
  display: block;
}

#newSubscriptionsModal [data-page="conditionalTab"].usingAlertMode .bi-bell {
  display: block;
}

#newSubscriptionsModal [data-page="conditionalTab"].usingAlertMode .bi-bell-slash {
  display: none;
}

.form {
  font-size: 12px;
}

.form > .section:has(+.section) {
  margin-bottom: 40px;
}

.form > .section > .sectionTitle {
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.form > .section > div:not(.sectionTitle):has(+div) {
  margin-bottom: 10px;
}

.form label {
  align-items: center;
  color: #444;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  margin-bottom: 4px;
}

.form input:disabled + label {
  background-color: #00000005;
}

.form input, .form select {
  border: thin solid #00000030;
  border-radius: 0;
  color: #333;
  height: 25px;
  padding: 2px 5px;
  width: 100%;
}

.form input[type="file"] {
  font-size: 10px;
}

.form textarea {
  border: thin solid #00000030;
  height: 75px;
  width: 100%;
}

.form select {
  padding: 2px 0;
}

.form button.save {
  align-items: center;
  background: #dee2e6;
  border: 0;
  color: black;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  font-size: 12px;
  margin-right: 9px;
  width: 100%;
}

.form-check.form-switch {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding:  0 !important;
  width: 100%;
}

.uTabsHeader div {
  border: none !important;
  padding: 0 !important;
}

.form-check-input:checked {
    background-color: rgb(72, 74, 223);
    border-color: rgb(72, 74, 223);
}

#dashboard_subscriptions .subscription {
    width: calc(100% - 4px);
    height: 140px;
    border: thin solid #00000010;
    margin-bottom: 8px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 0px 1px rgba(0, 0, 0, .1);
    margin-left: 2px;
    padding: 12px;
}

#dashboard_subscriptions .subscription .card {
    margin-inline: 4px;
    width: 100%;
    padding: 8px;
    background: #f3f4ff;
    color: #494adf;
}
