/* line 5, app/assets/stylesheets/accounts.scss */
.edit-modal input[type="text"][name*="email"] {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/accounts.scss */
.primary {
  color: #44aa44 !important;
}

/* line 15, app/assets/stylesheets/accounts.scss */
.primary-modal-header {
  background: #44aa44 !important;
  color: #ffffff !important;
}

/* line 19, app/assets/stylesheets/accounts.scss */
.primary-modal-header h4 {
  color: #ffffff !important;
}

/* line 24, app/assets/stylesheets/accounts.scss */
.alert,
.alert-info {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #666;
}

/* line 31, app/assets/stylesheets/accounts.scss */
.alert-warning {
  background: #fff7d6;
  border-color: #f2ce2a;
  color: #cca63e;
}

/* line 37, app/assets/stylesheets/accounts.scss */
.alert-error,
.alert-danger {
  background: #fbe7e7;
  border-color: #eea09e;
  color: #e25856;
}

/* line 44, app/assets/stylesheets/accounts.scss */
.alert-success {
  background: #daf0da;
  border-color: #4a4;
  color: #358635;
}

/* line 50, app/assets/stylesheets/accounts.scss */
.stock_box .alert {
  margin: 10px;
}

/* line 54, app/assets/stylesheets/accounts.scss */
.container .alert {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  /* line 60, app/assets/stylesheets/accounts.scss */
  form.edit_account_information .actions .save_button {
    float: right !important;
  }
}

/* line 65, app/assets/stylesheets/accounts.scss */
.account_form__logo_form_group {
  margin-bottom: 50px;
}

/* line 69, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__container {
  position: relative;
  margin-bottom: 5px;
}

/* line 74, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_remove {
  position: absolute;
  right: -5px;
  top: -8px;
  cursor: pointer;
  background: #fff;
  color: #d9534f;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  height: 24px;
  width: 24px;
}

/* line 87, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_remove :hover {
  color: #c9302c;
}

/* line 92, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_input {
  display: block;
  padding-top: 8px;
}

/* line 96, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_input span {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 105, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_input input {
  display: none;
}

/* line 111, app/assets/stylesheets/accounts.scss */
.accountTable .btn-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 118, app/assets/stylesheets/accounts.scss */
.popover-item-button {
  font-weight: bold;
  color: #6a63ff;
}

/* line 123, app/assets/stylesheets/accounts.scss */
.tool-tip-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
}

/* line 130, app/assets/stylesheets/accounts.scss */
.profile-field {
  width: 50%;
  margin-bottom: 15px;
}

/* line 134, app/assets/stylesheets/accounts.scss */
.profile-field label {
  display: block;
  margin-bottom: 5px;
}

/* line 139, app/assets/stylesheets/accounts.scss */
.profile-field input.form-control,
.profile-field select.form-control {
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 991px) {
  /* line 130, app/assets/stylesheets/accounts.scss */
  .profile-field {
    width: 100%;
  }
}

/* line 150, app/assets/stylesheets/accounts.scss */
.profile-disabled-field {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

/* line 156, app/assets/stylesheets/accounts.scss */
.profile-disabled-field .profile-field {
  margin-bottom: 0;
}

/* line 160, app/assets/stylesheets/accounts.scss */
.profile-disabled-field input.form-control {
  cursor: not-allowed;
}

@media (max-width: 991px) {
  /* line 165, app/assets/stylesheets/accounts.scss */
  .profile-disabled-field .profile-field-action {
    margin-left: 0;
    margin-top: 6px;
  }
}

/* line 172, app/assets/stylesheets/accounts.scss */
.profile-field-action {
  white-space: nowrap;
  margin-left: 12px;
  margin-bottom: 8px;
}

/* line 178, app/assets/stylesheets/accounts.scss */
.profile-form-actions {
  text-align: right;
}

/* line 181, app/assets/stylesheets/accounts.scss */
.profile-form-actions .save_button {
  min-width: 100px;
}

/* line 186, app/assets/stylesheets/accounts.scss */
.account-settings-button {
  margin-left: 8px;
  padding: 2px 9px;
}

/* line 190, app/assets/stylesheets/accounts.scss */
.account-settings-button .cog-icon {
  margin-right: 8px;
}

/* line 195, app/assets/stylesheets/accounts.scss */
.entities-checkbox {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* line 200, app/assets/stylesheets/accounts.scss */
.export-container {
  display: flex;
}

/* line 204, app/assets/stylesheets/accounts.scss */
.export-box {
  flex: 1;
}

/* line 208, app/assets/stylesheets/accounts.scss */
.export-label {
  margin-left: 7px;
}

/* line 213, app/assets/stylesheets/accounts.scss */
.export-modal-actions > *:not(:last-child) {
  margin-right: 10px;
}

/* line 218, app/assets/stylesheets/accounts.scss */
.export-modal-container {
  max-height: 445px;
  margin-top: 5px;
  padding: 5px 5px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

/* line 229, app/assets/stylesheets/accounts.scss */
.add-payment-method-modal {
  font-size: 14px;
}

/* line 233, app/assets/stylesheets/accounts.scss */
.decimal_places_field {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
  margin-bottom: 10px;
}

/* line 242, app/assets/stylesheets/accounts.scss */
.account-settings-row .col-sm-6 {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  /* line 241, app/assets/stylesheets/accounts.scss */
  .account-settings-row {
    display: flex;
  }
  /* line 250, app/assets/stylesheets/accounts.scss */
  .account-settings-row > .col-sm-6 {
    flex: 0 0 50%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  /* line 257, app/assets/stylesheets/accounts.scss */
  .account-settings-row > .col-sm-6:last-child {
    padding-left: 40px;
    overflow: hidden;
  }
  /* line 261, app/assets/stylesheets/accounts.scss */
  .account-settings-row > .col-sm-6:last-child #tag-manager-app {
    flex: 1;
    overflow: auto;
    max-height: calc(100vh - 300px);
  }
}
