/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#belo_hide_admin_notifications_admin_data {
  height: 90px !important;
  opacity: 0 !important;
}
.belo-hide-notifications-settings-page.wrapper input[type="submit"]:hover {
  background-color: #0f031af5 !important;
}
.select2-dropdown {
  width: 600px !important;
}
#wpcontent {
  padding-left: 0px !important;
}
.action-panel.belo-hide-notifications-settings-page
  .panel-header-wrap.has-summary-no-child {
  display: grid;
  grid-template-columns: 195px 1px 4fr;
  padding: 8px 1.25rem;
  min-height: 40px;
}
.belo-hide-notifications-settings-page.wrapper input[type="submit"] {
  background-color: #5678be !important;
  color: #fff;
  border-radius: 4px !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700;
  padding: 10px 80px !important;
  border: 1px solid #5678be !important;
  letter-spacing: 0.05rem;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple {
  width: 600px !important;
  border-radius: 8px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #ffffff;
  background-color: #5678be !important;
  border-radius: 12px !important;
  padding: 3px 30px 3px 11px !important;
  border: 1px solid #5678be !important;
  position: relative !important;
}
.select2-container--default .select2-selection--multiple {
  padding: 4px 6px !important;
}
.select2-container .select2-selection--multiple {
  min-height: 80px !important;
  margin-top: 10px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fb8484 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  position: absolute !important;
  right: 2px !important;
  padding: 0 7px;
  margin-top: -1px !important;
}

.bhan-wrapper {
  min-width: 920px;
  max-width: 1280px;
  margin-left: 30px;
  display: grid;
}
.belo-logo {
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  width: 122px;
  height: auto;
  border-radius: 50px;
  margin-left: -6px;
  padding: 20px;
}
.toplevel_page_belo_main form,
.toplevel_page_belo_main .header {
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  padding-right: 30px;
  padding-left: 30px;
}
.toplevel_page_belo_main form > .belo-hide-notifications-settings-page {
  width: 57%;
  margin-right: 40px;
  position: relative;
}
@media (min-width: 1440px) {
  .toplevel_page_belo_main form {
    padding-left: 58px;
  }
}
@media (max-width: 1440px) {
  .toplevel_page_belo_main form {
    padding-left: 46px;
  }
}
.toplevel_page_belo_main .select2-container {
  width: 100% !important;
}
.toplevel_page_belo_main
  .select2-container--default
  .select2-selection--multiple {
  width: 100% !important;
  border-radius: 8px !important;
}
.toplevel_page_belo_main #wpfooter {
  position: fixed;
}
.belo-main-wrapper {
  max-width: 100%;
  margin-bottom: 50px;
  height: 68px;
  background: #5678be;
  position: sticky;
  top: 30px;
  z-index: 999;
}
.wrapper.belo-hide-notifications-settings-page.header {
  max-width: 1240px;
  margin-bottom: 50px;
  height: 68px;
  align-content: center;
  display: flex;
  justify-content: space-between;
}
.wrapper.belo-hide-notifications-settings-page.header h1 {
  color: white;
  font-size: 15px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  padding: 12px;
  padding-right: 72px;
  padding-bottom: 18px;
}
.card.belo-first {
  width: 100%;
  max-width: 100%;
}
.toplevel_page_belo_main a:focus {
  box-shadow: none !important;
  outline: none !important;
}
.srv-wrap-main {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  padding: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: solid 1px #00000017;
}
.srv-wrap {
  display: block;
  text-align: left;
  width: 50%;
  margin-right: 17px;
}
.srv-card {
  font-size: 16px;
  font-weight: bold;
  color: #304e6c;
}
