.admin-dashboard-wrapper,
.host-dashboard-wrapper,
.subscriber-dashboard-wrapper {
  font-family: Roboto, Lato;
}
.admin-dashboard-wrapper .dashboard-title,
.host-dashboard-wrapper .dashboard-title,
.subscriber-dashboard-wrapper .dashboard-title {
  font-family: Roboto, Lato;
  padding: 5px 10px;
  text-transform: uppercase;
  border-left: 10px solid #0582a0;
  margin: 0 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.admin-dashboard-wrapper .block-title,
.host-dashboard-wrapper .block-title,
.subscriber-dashboard-wrapper .block-title {
  margin: 0 10px;
  margin-bottom: 10px;
}
.admin-dashboard-wrapper .row,
.host-dashboard-wrapper .row,
.subscriber-dashboard-wrapper .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  font-family: Roboto, Lato;
  margin-left: 0;
  margin-right: 0;
}
.admin-dashboard-wrapper .row .bbsradio-dashboard-block,
.host-dashboard-wrapper .row .bbsradio-dashboard-block,
.subscriber-dashboard-wrapper .row .bbsradio-dashboard-block {
  font-family: Roboto, Lato;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 10px 10px;
}

.admin-dashboard-wrapper
  .row
  .bbsradio-dashboard-block
  .bbsradio-dashboard-block-content,
.host-dashboard-wrapper
  .row
  .bbsradio-dashboard-block
  .bbsradio-dashboard-block-content,
.subscriber-dashboard-wrapper
  .row
  .bbsradio-dashboard-block
  .bbsradio-dashboard-block-content {
  font-family: Roboto, Lato;
  padding: 10px 10px;
  color: #fff;
}

.admin-dashboard-wrapper .bbsradio-dashboard-block-title,
.host-dashboard-wrapper .bbsradio-dashboard-block-title,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-date,
.host-dashboard-wrapper .bbsradio-dashboard-block-date,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-date {
  text-align: left;
  font-size: 11px;
  font-style: italic;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-count,
.host-dashboard-wrapper .bbsradio-dashboard-block-count,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-count {
  font-size: 45px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-cc,
.host-dashboard-wrapper .bbsradio-dashboard-block-cc,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-cc {
  font-size: 45px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-amount,
.host-dashboard-wrapper .bbsradio-dashboard-block-amount,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-amount {
  font-size: 45px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-description,
.host-dashboard-wrapper .bbsradio-dashboard-block-description,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-description {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-separator,
.host-dashboard-wrapper .bbsradio-dashboard-block-separator,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-separator {
  border-top: 1px solid #fff;
  margin-top: 30px;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-links,
.host-dashboard-wrapper .bbsradio-dashboard-block-links,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-links {
  text-align: center;
}
.admin-dashboard-wrapper .bbsradio-dashboard-block-links a,
.host-dashboard-wrapper .bbsradio-dashboard-block-links a,
.subscriber-dashboard-wrapper .bbsradio-dashboard-block-links a {
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  color: #0091b2;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}
.admin-dashboard-wrapper .list-table,
.host-dashboard-wrapper .list-table,
.subscriber-dashboard-wrapper .list-table {
  width: 100%;
  border: 1px solid #ccc;
}
.admin-dashboard-wrapper .list-table tr.odd,
.admin-dashboard-wrapper .list-table tr.even,
.host-dashboard-wrapper .list-table tr.odd,
.host-dashboard-wrapper .list-table tr.even,
.subscriber-dashboard-wrapper .list-table tr.odd,
.subscriber-dashboard-wrapper .list-table tr.even {
  background: none;
}
.admin-dashboard-wrapper .list-table th,
.host-dashboard-wrapper .list-table th,
.subscriber-dashboard-wrapper .list-table th {
  padding: 5px 5px;
  background: #fafafa;
  color: #0091b2 !important;
  border: 1px solid #ccc;
}
.admin-dashboard-wrapper .list-table td,
.host-dashboard-wrapper .list-table td,
.subscriber-dashboard-wrapper .list-table td {
  padding: 5px 5px;
  color: #fff;
  border: 1px solid #ccc;
}
.admin-dashboard-wrapper .list-table td a,
.host-dashboard-wrapper .list-table td a,
.subscriber-dashboard-wrapper .list-table td a {
  color: #fff;
  text-decoration: none;
}
.admin-dashboard-wrapper tr {
  background: none !important;
}
.dashboard-block-table tr:nth-child(even),
.dashboard-block-table tr:nth-child(odd) {
  background: unset;
}

@media (max-width: 640px) {
  .admin-dashboard-wrapper .list-table,
  .host-dashboard-wrapper .list-table,
  .subscriber-dashboard-wrapper .list-table {
    display: table;
    border: 1px solid #ccc;
    white-space: unset;
  }
  .admin-dashboard-wrapper .row .bbsradio-dashboard-block,
  .host-dashboard-wrapper .row .bbsradio-dashboard-block,
  .subscriber-dashboard-wrapper .row .bbsradio-dashboard-block {
    flex-basis: 100%;
  }
}

.admin-dashboard-wrapper .total-subscriptions {
  background: #01c1ea;
}
.admin-dashboard-wrapper .total-plans {
  background: #efad4d;
}
.admin-dashboard-wrapper .total-talkshows {
  background: #00a663;
}
.admin-dashboard-wrapper .last-balances {
  background: #2e7aa2;
}
.admin-dashboard-wrapper .last-transactions {
  background: #418bca;
}
.admin-dashboard-wrapper .last-webhooks {
  background: #d95350;
}

.host-dashboard-wrapper .total-balance-amount {
  background: #01c1ea;
}
.host-dashboard-wrapper .last-transaction {
  background: #2d89ef;
}
.host-dashboard-wrapper .total-subscribers {
  background: #5db85b;
}
.host-dashboard-wrapper .total-talkshows {
  background: #f39b3a;
}

.subscriber-dashboard-wrapper .total-subscription {
  background: #f5685a;
}
.subscriber-dashboard-wrapper .total-orders {
  background: #efad4d;
}
.subscriber-dashboard-wrapper .update-credit-card {
  background: #418bca;
}
.subscriber-dashboard-wrapper .top-subscriptions {
  background: #2e7aa2;
}

.sidebar #block-dashboardhome ul li a,
.sidebar #block-dashboardadminmenu ul li a,
.sidebar #block-dashboardhostmenu ul li a,
.sidebar #block-dashboardusermenu ul li a {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #26b2ec;
  display: block;
  text-decoration: none;
  color: #000;
}
.sidebar #block-dashboardhome ul li a::before,
.sidebar #block-dashboardadminmenu ul li a::before,
.sidebar #block-dashboardhostmenu ul li a::before,
.sidebar #block-dashboardusermenu ul li a::before {
  display: none;
}
.sidebar #block-dashboardhome ul li:hover a,
.sidebar #block-dashboardadminmenu ul li:hover a,
.sidebar #block-dashboardhostmenu ul li:hover a,
.sidebar #block-dashboardusermenu ul li:hover a {
  color: #0091b2;
}
#block-dashboardadminmenu-menu,
#block-dashboardhostmenu-menu,
#block-dashboardusermenu-menu {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  border-bottom: 1px solid #26b2ec;
  padding: 5px 0;
  margin-bottom: 10px;
}

#block-dashboardhostmenu-menu,
#block-dashboardusermenu-menu {
  margin-top: 25px;
}

.sidebar #block-dashboardadminmenu ul li,
.sidebar #block-dashboardhostmenu ul li,
.sidebar #block-dashboardusermenu ul li {
  margin-bottom: 0 !important;
}

.transaction-filter fieldset:nth-last-of-type(1) {
  border: 0;
}

.transaction-filter .form-item-start-date,
.transaction-filter .form-item-end-date,
.transaction-filter .form-item-keywords {
  display: flex;
  flex-direction: column;
  margin-right: 0.5em;
  margin-bottom: 0;
}

.transaction-filter .form-item-start-date label,
.transaction-filter .form-item-start-date input,
.transaction-filter .form-item-end-date label,
.transaction-filter .form-item-end-date input,
.transaction-filter .form-item-keywords label,
.transaction-filter .form-item-keywords input {
  flex: 1 0 auto;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 0px;
}
.transaction-filter .form-item-keywords label,
.transaction-filter .form-item-keywords input {
  flex: none;
}
/* Admin menu drupal 9 theming */

.toolbar-horizontal .toolbar-tray {
  border: 0;
  box-shadow: none;
}

#toolbar-item-administration-tray * {
  border: 0;
  background: none;
  text-decoration: none;
  box-sizing: border-box;
}

#toolbar-item-administration-tray .toolbar-lining {
  background: linear-gradient(
    rgba(32, 32, 32, 1) 0%,
    rgba(50, 50, 50, 0.88) 100%
  ) !important;
}

body.adminimal
  #toolbar-administration
  .toolbar-menu-administration
  .menu-item
  a,
body #toolbar-administration .toolbar-menu-administration .menu-item a {
  padding: 7px 14px;
  font-size: 0.7em;
  color: #ffffff;
  border-left: 1px solid #323232;
  border-bottom: 1px solid #323232;
}

body.adminimal
  #toolbar-administration
  .toolbar-menu-administration
  .menu-item
  a::before,
#toolbar-administration .toolbar-menu-administration .menu-item a::before {
  width: 16px;
  height: 16px;
  left: 0;
  top: 5%;
  background-size: contain;
}

.toolbar-menu-administration
  a:not(.toolbar-icon-admin-toolbar-tools-help)::before,
.toolbar-toggle-orientation {
  display: none !important;
}

.menu-item .toolbar-menu {
  background: rgba(32, 32, 32, 0.88) !important;
}

#toolbar-item-administration-tray.toolbar-tray-horizontal
  ul
  li.menu-item--expanded
  ul
  li.menu-item--expanded {
  background-position: center right;
  background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-right.svg);
  background-repeat: no-repeat;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
  display: block;
  margin: -24px 0 0 200px;
}

/* music icon */
.node--type-submit-indie-music
  .field--name-field-by-hosts-upload-audio-clip
  .file--audio {
  display: inline-flex;
}

.node--type-submit-indie-music
  .field--name-field-by-hosts-upload-audio-clip
  .file--audio
  + span {
  vertical-align: top;
}

.node--type-submit-indie-music
  .field--name-field-by-hosts-upload-audio-clip
  .file--audio::before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: #fff url(/themes/gavias_remito/images/audio-x-generic.png)
    no-repeat center;
}

/* Section Tabs Design */

.tabs.drupal-tabs li {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.tabs.drupal-tabs li a {
  padding: 10px 16px;
  display: block;
}

.tabs.drupal-tabs li.is-active {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* Section Tabs Design Ends */

.node--type-article p {
  margin-bottom: 10px !important;
}

.node--type-become-a-talk-radio-guest .field--name-field-guest-name {
  font-size: 17px;
  font-weight: bold;
}

.node--type-archive-descriptions
  .field--name-field-past-guest-biography
  .field__label,
.node--type-archive-descriptions .field--name-field-guest-pitch .field__label,
.node--type-archive-descriptions
  .field--name-field-topic-categories
  .field__label,
.node--type-archive-descriptions
  .field--name-field-guest-biography
  .field__label,
.node--type-become-a-talk-radio-guest .field--type-text-long .field__label,
.node--type-become-a-talk-radio-guest
  .field--name-field-guest-biography
  .field__label,
.node--type-become-a-talk-radio-guest
  .field--name-field-topic-categories
  .field__label,
.node--type-article .field--name-field-summary .field__label,
.node--type-archive-descriptions
  .field--name-field-archive-show-headline
  .field__label,
.node--type-archive-descriptions
  .field--name-field-archive-show-sub-headline
  .field__label,
.node--type-archive-descriptions .field--name-field-archive-tags .field__label,
.node--type-archive-descriptions
  .field--name-field-archive-category
  .field__label,
.node--type-highlight-upcoming-guest
  .field--name-field-past-guest-biography
  .field__label,
.node--type-music-playing-on-bbs-raadio
  .field--name-field-24-website
  .field__label,
.node--type-show-feedback .field--name-field-show-feedback .field__label,
.node--type-show-guest-headliners
  .field--name-field-past-guest-biography
  .field__label,
.node--type-submit-indie-music .field--name-field-24-website .field__label,
.node--type-webbbs-feeds .field--name-field-feed-post-image .field__label {
  float: none;
}

.node--type-become-a-talk-radio-host .field--type-email {
  display: none;
}

.node--type-article .field--name-field-your-show-link,
.node--type-article .field--name-field-headline,
.node--type-become-a-talk-radio-guest .field--name-field-guest-name,
.node--type-become-a-talk-radio-guest .field--name-field-guest-email,
.node--type-blog .field--name-field-your-show-link,
.node--type-blog .field--name-field-headline,
.node--type-music-playing-on-bbs-raadio
  .field--name-field-24-current-past-talk {
  text-align: center;
}

.node--type-blog .field--name-field-summary .field__label {
  float: none;
  font-size: 14pt;
}

.node--type-blog .field--name-field-summary .field__item {
  font-size: 18px !important;
  font-family: "Calibri";
}

.node--type-blog .field--name-body p:nth-child(odd) {
  margin-bottom: 30px !important;
}

.node--type-email-all-old-hosts
  form.comment-form[data-drupal-selector="comment-form"]
  .field--name-subject
  input[type*="text"],
.node--type-email-all-old-hosts .field--widget-text-textarea label + div,
.node--type-email-all-old-hosts .field--widget-text-textarea label + select,
.node--type-linkedin-post-test-ameex
  form.comment-form[data-drupal-selector="comment-form"]
  .field--name-subject
  input[type*="text"],
.node--type-linkedin-post-test-ameex .field--widget-text-textarea label + div,
.node--type-linkedin-post-test-ameex
  .field--widget-text-textarea
  label
  + select,
.node--type-webbbs-feeds
  form.comment-form[data-drupal-selector="comment-form"]
  .field--name-subject
  input[type*="text"],
.node--type-webbbs-feeds .field--widget-text-textarea label + div,
.node--type-webbbs-feeds .field--widget-text-textarea label + select,
.node--type-webbbs-archives
  form.comment-form[data-drupal-selector="comment-form"]
  .field--name-subject
  input[type*="text"],
.node--type-webbbs-archives .field--widget-text-textarea label + div,
.node--type-webbbs-archives .field--widget-text-textarea label + select {
  width: 75% !important;
}

.node--type-music-playing-on-bbs-raadio .field--name-field-24-website,
.node--type-submit-indie-music .field--name-field-24-website {
  display: flex;
}

.node--type-webbbs-feeds .comment-comment-node-webbbs-feeds-form,
.node--type-webbbs-archives .comment-comment-node-webbbs-feeds-form {
  margin-top: 8px;
}

/* .node--type-webbbs-feeds .comment-comment-node-webbbs-feeds-form .form-file,
.node--type-webbbs-archives .comment-comment-node-webbbs-feeds-form .form-file {
  margin-left: 24%;
  padding-top: 10px;
}
 */
.already-subscribed {
  background: #004453;
  padding: 6px 60px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  display: inline-block;
}
#drupal-off-canvas textarea {
  height: 100% !important;
}
div.field.field--name-field-user-radio-show-name.field--type-entity-reference.field--label-hidden.field__items header h2.node__title {
  display:none;
}
