/*
  Customize Sass mixins from Twitter-Bootstrap/RailsAdmin theme or add new ones for your own use.
  Copy this file to your app/assets/rails_admin/custom/mixins.scss, leave this one untouched
  Don't require it in your application.rb

  Available mixins to use/override:

  https://github.com/twbs/bootstrap-sass/tree/master/assets/stylesheets/bootstrap/mixins
  https://github.com/railsadminteam/rails_admin/blob/master/src/rails_admin/styles/base/mixins.scss
  Plus the ones from your theme.
*/
/* line 3, app/assets/stylesheets/rails_admin/custom/theming.scss */
.extra_buttons button[name="_add_another"] {
  display: none !important;
}

/* line 7, app/assets/stylesheets/rails_admin/custom/theming.scss */
.extra_buttons button[name="_add_edit"] {
  display: none !important;
}

/* line 13, app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid header.border-bottom {
  display: none !important;
}

/* line 17, app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid nav[aria-label="breadcrumb"] {
  margin-top: 30px !important;
}

/* line 21, app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid .alert-warning, .container-fluid .alert-danger, .container-fluid .alert-success, .container-fluid .alert-info {
  z-index: 1000000000;
}

/* line 25, app/assets/stylesheets/rails_admin/custom/theming.scss */
.container-fluid .un-seen-messages {
  color: white;
  border-right: 6px solid red;
}

/* line 31, app/assets/stylesheets/rails_admin/custom/theming.scss */
#remove_filter {
  color: #fbfbfb;
  background-color: #db221c;
  border-color: #db221c;
}

/* line 37, app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-container, #notification-container {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 45, app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count, #notification-count {
  font-size: 25px;
  color: white;
  right: 5px;
  top: 5px;
  position: relative;
}

/* line 52, app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count span, #notification-count span {
  position: absolute;
  font-size: 15px;
  right: 0px !important;
}

/* line 58, app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count .active, #notification-count .active {
  color: red;
}

/* line 61, app/assets/stylesheets/rails_admin/custom/theming.scss */
#chat-message-count .passive, #notification-count .passive {
  display: none;
}

/* line 66, app/assets/stylesheets/rails_admin/custom/theming.scss */
.btn-toggle-nav {
  margin-top: 15px;
}

/* line 72, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-box {
  position: absolute;
  right: 20px;
  bottom: 0px;
  background: white;
  width: 300px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid gray;
  z-index: 10000;
  opacity: 0;
  height: 0px;
}

/* line 85, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-head {
  width: inherit;
  height: 45px;
  background: #2c3e50;
  border-radius: 5px 5px 0px 0px;
}

/* line 92, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-head h5 {
  color: white;
  padding: 8px;
  display: inline-block;
}

/* line 98, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-head i {
  cursor: pointer;
  float: right;
  margin: 15px;
  color: white;
}

/* line 105, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-body {
  height: 355px;
  width: inherit;
  overflow: auto;
  margin-bottom: 45px;
}

/* line 112, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-text {
  position: fixed;
  bottom: 0px;
  height: 45px;
  width: inherit;
}

/* line 119, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-text textarea {
  width: inherit;
  height: inherit;
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  padding: 10px;
  resize: none;
}

/* line 128, app/assets/stylesheets/rails_admin/custom/theming.scss */
.chat-text textarea:active,
.chat-text textarea:focus,
.chat-text textarea:hover {
  border-color: royalblue;
}

/* line 134, app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-send {
  background: #2ecc71;
}

/* line 138, app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-receive {
  background: #3498db;
}

/* line 142, app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-send,
.msg-receive {
  height: 35px;
  padding: 5px 5px 5px 10px;
  margin: 10px 30px;
  border-radius: 3px;
  line-height: 30px;
  position: relative;
  color: white;
}

/* line 153, app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-receive:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  border: 15px solid;
  border-color: transparent #3498db transparent transparent;
  left: -29px;
  top: 7px;
}

/* line 164, app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-send:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  border: 15px solid;
  border-color: transparent transparent transparent #2ecc71;
  right: -29px;
  top: 7px;
}

/* line 175, app/assets/stylesheets/rails_admin/custom/theming.scss */
.msg-receive:hover,
.msg-send:hover {
  opacity: .9;
}

/* line 182, app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications {
  display: none;
  width: 300px;
  height: 0px;
  opacity: 0;
  position: absolute;
  top: 63px;
  right: 62px;
  border-radius: 5px 0px 5px 5px;
  background-color: #d5cfd6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) h2;
  box-shadow-font-size: 14px;
  box-shadow-padding: 10px;
  box-shadow-border-bottom: 1px solid #571818;
  box-shadow-color: #747070;
}

/* line 199, app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications h2 span {
  color: #f00;
}

/* line 202, app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 6px 9px;
  margin-bottom: 0px;
  cursor: pointer;
}

/* line 209, app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item:hover {
  background-color: #eee;
}

/* line 212, app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  margin-top: 2px;
}

/* line 220, app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item .text h4 {
  color: #777;
  font-size: 16px;
  margin-top: 3px;
}

/* line 225, app/assets/stylesheets/rails_admin/custom/theming.scss */
.notifications .notifications-item .text p {
  color: #aaa;
  font-size: 12px;
}
/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

/* line 6, app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 19, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 26, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 32, app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 39, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 51, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 60, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 64, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
turbo-frame {
  display: block;
  border: 1px solid blue;
}
