.text-normal {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-sm {
  font-size: 8px;
  font-size: 0.8rem;
}

.text-md {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .text-md {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.text-lg {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .text-lg {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text-2x {
  font-size: 28px;
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  .text-2x {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.text-3x {
  font-size: 38px;
  font-size: 3.8rem;
}

@media (min-width: 768px) {
  .text-3x {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.text-4x {
  font-size: 49px;
  font-size: 4.9rem;
}

@media (min-width: 768px) {
  .text-4x {
    font-size: 53px;
    font-size: 5.3rem;
  }
}

.text-5x {
  font-size: 60px;
  font-size: 6rem;
}

@media (min-width: 768px) {
  .text-5x {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

.text-6x {
  font-size: 72px;
  font-size: 7.2rem;
}

@media (min-width: 768px) {
  .text-6x {
    font-size: 76px;
    font-size: 7.6rem;
  }
}

.text-center .img-responsive {
  display: inline-block;
}

.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }

  table.visible-xxs {
    display: table;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }

  .visible-xxs-block {
    display: block !important;
  }

  .visible-xxs-inline {
    display: inline !important;
  }

  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .block-xxs {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .block-xs {
    display: block;
  }
}

.row-no-gap {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gap>[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-gap-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-gap-5>[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gap-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-gap-10>[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .col-xxs-1 {
    width: 8.33333333%;
  }

  .col-xxs-2 {
    width: 16.66666667%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.33333333%;
  }

  .col-xxs-5 {
    width: 41.66666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.33333333%;
  }

  .col-xxs-8 {
    width: 66.66666667%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.33333333%;
  }

  .col-xxs-12 {
    width: 100%;
    float: none;
  }
}

.container,
.container-fluid {
  -webkit-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}

a,
.btn {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a:focus,
a:active:focus,
a.active:focus,
a.focus,
a:active.focus,
a.active.focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  nav#global .navbar-right {
    margin-right: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #home-hero {
    background-position: 0 -180px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #home-hero {
    background-position: 0 -280px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1400px) {
  #home-hero {
    background-position: 0 -340px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  #home-hero {
    background-position: 0 -390px;
  }
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.btn-default,
.navbar-toggle {
  color: white;
  background-color: #373A3C;
  border-color: #303234;
}

.btn-default:focus,
.navbar-toggle:focus,
.btn-default.focus,
.focus.navbar-toggle {
  color: white;
  background-color: #303234;
}

.btn-default:hover,
.navbar-toggle:hover {
  color: white;
  background-color: #262829;
}

.btn-default:active,
.navbar-toggle:active,
.btn-default.active,
.active.navbar-toggle {
  background-color: #2b2d2f;
}

.btn-default:active:focus,
.navbar-toggle:active:focus,
.btn-default:active.focus,
.navbar-toggle:active.focus,
.btn-default.active:focus,
.active.navbar-toggle:focus,
.btn-default.active.focus,
.active.focus.navbar-toggle {
  background-color: #2b2d2f;
}

.btn-default.disabled:hover,
.disabled.navbar-toggle:hover,
.btn-default.disabled:focus,
.disabled.navbar-toggle:focus,
.btn-default[disabled]:hover,
.navbar-toggle[disabled]:hover,
.btn-default[disabled]:focus,
.navbar-toggle[disabled]:focus {
  background-color: #d1d3d4;
  border-color: #d1d3d4;
}

.btn-default .badge,
.navbar-toggle .badge {
  color: white;
  background-color: #373A3C;
}

.btn-primary {
  color: white;
  background-color: #007850;
  border-color: #006946;
}

.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #006946;
}

.btn-primary:hover {
  color: white;
  background-color: #005438;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #005f3f;
}

.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:focus,
.btn-primary.active.focus {
  background-color: #005f3f;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus {
  background-color: #57a58b;
  border-color: #abffe3;
}

.btn-primary .badge {
  color: white;
  background-color: #007850;
}

.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #005f3f;
}

.btn-success {
  color: white;
  background-color: #0C6b23;
  border-color: #0a5d1f;
}

.btn-success:focus,
.btn-success.focus {
  color: white;
  background-color: #0a5d1f;
}

.btn-success:hover {
  color: white;
  background-color: #084b19;
}

.btn-success:active,
.btn-success.active {
  background-color: #09541c;
}

.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:focus,
.btn-success.active.focus {
  background-color: #09541c;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus {
  background-color: #b3f6c3;
  border-color: #85f19f;
}

.btn-success .badge {
  color: white;
  background-color: #0C6b23;
}

.btn-info {
  color: white;
  background-color: #007850;
  border-color: #006946;
}

.btn-info:focus,
.btn-info.focus {
  color: white;
  background-color: #006946;
}

.btn-info:hover {
  color: white;
  background-color: #005438;
}

.btn-info:active,
.btn-info.active {
  background-color: #005f3f;
}

.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:focus,
.btn-info.active.focus {
  background-color: #005f3f;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus {
  background-color: #c0ebff;
  border-color: #8ddbff;
}

.btn-info .badge {
  color: white;
  background-color: #00608d;
}

.btn-warning {
  color: white;
  background-color: #dda900;
  border-color: #ce9d00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: white;
  background-color: #ce9d00;
}

.btn-warning:hover {
  color: white;
  background-color: #b98e00;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c49600;
}

.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:focus,
.btn-warning.active.focus {
  background-color: #c49600;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus {
  background-color: white;
  border-color: #fff7dd;
}

.btn-warning .badge {
  color: white;
  background-color: #dda900;
}

.btn-danger {
  color: white;
  background-color: #921A1D;
  border-color: #85181a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: white;
  background-color: #85181a;
}

.btn-danger:hover {
  color: white;
  background-color: #741517;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #7c1619;
}

.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:focus,
.btn-danger.active.focus {
  background-color: #7c1619;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus {
  background-color: #fae4e4;
  border-color: #f2b9ba;
}

.btn-danger .badge {
  color: white;
  background-color: #921A1D;
}

.btn-link {
  color: #007850;
}

.btn-link:hover {
  color: #005438;
}

.table thead tr>th.success,
.table thead tr>td.success,
.table thead tr.success>td,
.table thead tr.success>th,
.table tbody tr>th.success,
.table tbody tr>td.success,
.table tbody tr.success>td,
.table tbody tr.success>th,
.table tfoot tr>th.success,
.table tfoot tr>td.success,
.table tfoot tr.success>td,
.table tfoot tr.success>th {
  background-color: rgba(12, 107, 35, 0.3);
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: rgba(12, 107, 35, 0.5);
}

.table thead tr>th.info,
.table thead tr>td.info,
.table thead tr.info>td,
.table thead tr.info>th,
.table tbody tr>th.info,
.table tbody tr>td.info,
.table tbody tr.info>td,
.table tbody tr.info>th,
.table tfoot tr>th.info,
.table tfoot tr>td.info,
.table tfoot tr.info>td,
.table tfoot tr.info>th {
  background-color: rgba(0, 96, 141, 0.3);
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: rgba(0, 96, 141, 0.5);
}

.table thead tr>th.danger,
.table thead tr>td.danger,
.table thead tr.danger>td,
.table thead tr.danger>th,
.table tbody tr>th.danger,
.table tbody tr>td.danger,
.table tbody tr.danger>td,
.table tbody tr.danger>th,
.table tfoot tr>th.danger,
.table tfoot tr>td.danger,
.table tfoot tr.danger>td,
.table tfoot tr.danger>th {
  background-color: rgba(146, 26, 29, 0.3);
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: rgba(146, 26, 29, 0.5);
}

.table thead tr>th.warning,
.table thead tr>td.warning,
.table thead tr.warning>td,
.table thead tr.warning>th,
.table tbody tr>th.warning,
.table tbody tr>td.warning,
.table tbody tr.warning>td,
.table tbody tr.warning>th,
.table tfoot tr>th.warning,
.table tfoot tr>td.warning,
.table tfoot tr.warning>td,
.table tfoot tr.warning>th {
  background-color: rgba(221, 169, 0, 0.3);
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: rgba(221, 169, 0, 0.5);
}

.table thead tr>th.active,
.table thead tr>td.active,
.table thead tr.active>td,
.table thead tr.info>th,
.table tbody tr>th.active,
.table tbody tr>td.active,
.table tbody tr.active>td,
.table tbody tr.info>th,
.table tfoot tr>th.active,
.table tfoot tr>td.active,
.table tfoot tr.active>td,
.table tfoot tr.info>th {
  background-color: #EBEBEB;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #DDDDDD;
}

.nav-tabs {
  border-bottom: 1px solid #ecf0f1;
}

.nav-tabs>li>a:hover {
  border-color: #ecf0f1 #ecf0f1 #ecf0f1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #2c3e50;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-bottom-color: transparent;
  border-top: 2px solid #007850;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  border-color: #DDDDDD;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #A39161;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #777;
}

.alert-warning {
  color: #777;
  background-color: rgba(221, 169, 0, 0.3);
  border-color: #dda900;
}

.alert-warning hr {
  border-top-color: #dda900;
}

.alert-danger {
  color: #921A1D;
  background-color: rgba(146, 26, 29, 0.3);
  border-color: #921A1D;
}

.alert-danger hr {
  border-top-color: #921A1D;
}

.alert-success {
  color: #0C6b23;
  background-color: rgba(12, 107, 35, 0.3);
  border-color: #0C6b23;
}

.alert-success hr {
  border-top-color: #0C6b23;
}

.alert-info {
  color: #00608d;
  background-color: rgba(0, 96, 141, 0.3);
  border-color: #00608d;
}

.alert-info hr {
  border-top-color: #00608d;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #D6CFBC;
  border-color: #D6CFBC;
  color: #373A3C;
}

.panel-primary {
  border-color: #A39161;
}

.panel-primary .panel-heading {
  border-color: #A39161;
  background-color: #D6CFBC;
}

.panel-primary .panel-heading+.panel-collapse>.panel-body {
  border-top-color: #A39161;
}

.panel-primary .panel-heading .badge {
  color: #777;
}

.panel-primary .panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #A39161;
}

.panel-success {
  border-color: #0C6b23;
}

.panel-success .panel-heading {
  color: white;
  border-color: #0C6b23;
  background-color: #0C6b23;
}

.panel-success .panel-heading+.panel-collapse>.panel-body {
  border-top-color: #0C6b23;
}

.panel-success .panel-heading .badge {
  color: #777;
}

.panel-success .panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #0C6b23;
}

.panel-warning {
  border-color: #dda900;
}

.panel-warning .panel-heading {
  color: white;
  border-color: #dda900;
  background-color: #dda900;
}

.panel-warning .panel-heading+.panel-collapse>.panel-body {
  border-top-color: #dda900;
}

.panel-warning .panel-heading .badge {
  color: #777;
}

.panel-warning .panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #dda900;
}

.panel-danger {
  border-color: #921A1D;
}

.panel-danger .panel-heading {
  color: white;
  border-color: #921A1D;
  background-color: #921A1D;
}

.panel-danger .panel-heading+.panel-collapse>.panel-body {
  border-top-color: #921A1D;
}

.panel-danger .panel-heading .badge {
  color: #777;
}

.panel-danger .panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #921A1D;
}

.panel-info {
  border-color: #00608d;
}

.panel-info .panel-heading {
  color: white;
  border-color: #00608d;
  background-color: #00608d;
}

.panel-info .panel-heading+.panel-collapse>.panel-body {
  border-top-color: #00608d;
}

.panel-info .panel-heading .badge {
  color: #777;
}

.panel-info .panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #00608d;
}

@media print {
  .container {
    width: auto;
  }
}

@-ms-viewport {
  width: auto !important;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background-color: #F8F8F8;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: default;
  color: #4B4F58;
}

a,
button#cancel {
  color: #007850;
}

a:focus,
a:hover,
button#cancel:focus,
button#cancel:hover {
  color: #373A3C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Garamond", "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #3a3a3a;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 15px;
}

@media (min-width:320px)  { 
  /* smartphones, iPhone, portrait 480x320 phones */ 
  h1 {
      font-size: 32px;
  }
  
  h2 {
      font-size: 28px;
  }
  
  h3 {
      font-size: 22px;
  }
  
  h4 {
      font-size: 20px;
  }
  
  h5 {
      font-size: 15px;
  }
}
@media (min-width:641px)  { 
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
  h1 {
      font-size: 32px;
  }
  
  h2 {
      font-size: 45px;
  }
  
  h3 {
      font-size: 26px;
  }
  
  h4 {
      font-size: 22px;
  }
  
  h5 {
      font-size: 15px;
  }
}

nav#global {
  margin-bottom: 0;
}

nav#global .container-fluid {
  padding: 0;
}

nav#global #navbar.navbar-collapse {
  padding: 0;
}

nav#global #navbar ul .dropdown-search form.form-search .input-group {
  padding-left: 10px;
  padding-right: 10px;
}

nav#global #navbar ul .dropdown-search form.form-search .input-group ul {
  padding: 0px;
}

nav#global #navbar ul .dropdown-search form.form-search input {
  width: 250px;
}

.nav .open>a:hover {
  background-color: rgba(163, 145, 97, 0.5);
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus {
  background-color: rgba(163, 145, 97, 0.3);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #373A3C;
  background-color: #D6CFBC;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #D6CFBC;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.masthead {
  color: white;
  background-color: #007850;
}

.masthead a {
  color: white;
}

.breadcrumb {
  background-color: transparent;
}

.header {
  background-color: white;
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.6);
  padding: 15px 0 10px;
}

.header #logo-title {
  display: flex;
  align-items: center;
}

.header #logo-title img {
  width: 220px;
  margin-right: 20px;
}

.header #logo-title h1 {
  /* float: left; */
}

.header #members-summary ul li {
  list-style-type: none;
  text-align: right;
}

.course .panel-heading {
  padding: 0;
}

.course .panel-heading img {
  width: 100%;
}

.course .panel-body h4 {
  font-family: Arial, Helvetica, sans-serif;
}

.course .panel-body ul {
  margin: 0;
  padding: 0;
}

.course .panel-body ul li {
  list-style-type: none;
}

#dashboard #secondary .btn {
  width: 100%;
  margin: 10px 0;
}

#dashboard #secondary img {
  width: 100%;
  margin-top: 30px;
}

.widget .more {
  right: 0;
  top: 0;
}

footer {
  background-color: #373A3C;
  color: #DDDDDD;
  padding: 0 0 2rem;
  margin-top: 4rem;
}

footer a {
  color: white;
}

footer a:hover {
  color: #00ab72;
}

footer .footer-top {
  background-color: #434749;
  margin-bottom: 2rem;
}

footer .footer-top ul {
  margin: 0;
  padding: 1rem 0;
}

footer .footer-top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}

footer .footer-bottom {
  padding: 0;
}

#home-hero {
  background-image: url("https://basc.org.uk/wp-content/uploads/2019/06/join-basc-background.jpg");
  background-size: cover;
  height: 280px;
}

#home-hero .container {
  position: relative;
}

#home-hero .container h2,
#home-hero .container h3,
#home-hero .container h4 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  color: white;
}

#home-hero .container>h2 {
  position: absolute;
  width: 260px;
}

#home-hero .container>h3 {
  position: absolute;
  width: 200px;
  left: 45%;
  top: 140px;
}

#home-hero .container .well {
  position: absolute;
  top: 40px;
  right: 0px;
  border: none;
  width: 320px;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: inherit;
  overflow: hidden;
}

#home-hero .container .well h3 {
  margin-top: 0;
}

#home-hero .container .well:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  margin: -20px;
}

.page-content {
  margin-top: 0 !important;
  padding: 20px;
  background-color: white;
}


/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

/* Power Virtual Agent styles ends */

/* === AZURE B2C FORM STYLE OVERRIDES === */

/* Sign up form page style overrides */

#api.signupSection {
  border: none;
}

#api.signupSection .intro {
  display: block;
  margin-bottom: 20px;
}

#api.signupSection #attributeVerification #attributeList ul {
  padding-left: 0;
}

#api.signupSection #attributeVerification #attributeList .attrEntry {
  margin-bottom: 10px;
}

#api.signupSection #attributeVerification #attributeList .attrEntry input {
  border: 2px solid #8f8f9d;
  padding: 0 0.5em;
  height: 40px;
}

#api.signupSection #attributeVerification #attributeList .attrEntry #extension_RegisteredBASCMember_label {
  display: none;
}

#api.signupSection #attributeVerification #attributeList .extension_RegisteredBASCMember_li .attrEntry {
  display: flex;
}

#api.signupSection #attributeVerification #attributeList .extension_RegisteredBASCMember_li .attrEntry label {
  padding-top: 8px;
}

#api.signupSection #attributeVerification .buttons #continue {
  background-color: #007850;
  border: 1px solid #007850;
  height: unset;
  padding: 10px 2px;
}

#api.signupSection #attributeVerification .buttons #continue:hover {
  background-color: #005438;
  border-color: #1040d1;
}

#api.signupSection #attributeVerification .error.pageLevel {
  padding: 0.2em 0.4em;
  margin-bottom: 3px;
  color: black;
  background-color: #da616588;
  border: 1px solid #d36164;
  width: 90%;
}

#api.signupSection #attributeVerification .error.pageLevel p {
  margin: 0;
  text-align: left;
  font-size: 15px;
}

#api.signupSection #attributeVerification .error.itemLevel {
  padding: 0.2em 0.4em;
  margin-bottom: 3px;
  color: black;
  background-color: #da616588;
  border: 1px solid #d36164;
}

/* Sign up form style overrides ends */


/* Sign in form style overrides */

#api.signinSection {
  border: none;
}

#api.signinSection #localAccountForm .intro {
  display: none;
}

#api.signinSection #localAccountForm .error.pageLevel {
  padding: 0.2em 0.4em;
  margin-bottom: 3px;
  color: black;
  background-color: #da616588;
  border: 1px solid #d36164;
  width: 90%;
}

#api.signinSection #localAccountForm .error.pageLevel p {
  margin: 0;
  text-align: left;
  font-size: 15px;
}

#api.signinSection #localAccountForm .entry .entry-item {
  margin-bottom: 10px;
}

#api.signinSection #localAccountForm .entry .entry-item .error.itemLevel {
  padding: 0.2em 0.4em;
  margin-bottom: 3px;
  color: black;
  background-color: #da616588;
  border: 1px solid #d36164;
}

#api.signinSection #localAccountForm .entry .entry-item .password-label+.error.itemLevel {
  width: 50%;
}

#api.signinSection #localAccountForm .entry .entry-item .error.itemLevel p {
  margin-bottom: 0;
}

#api.signinSection #localAccountForm .entry .entry-item input {
  border: 2px solid #8f8f9d;
  border-radius: 0 !important;
  /*override existing important rule */
  padding: 0 0.5em;
}


#api.signinSection #localAccountForm .entry .entry-item input#password {
  width: 50% !important;
  /*override existing important rule */
}

#api.signinSection #localAccountForm .entry .entry-item #forgotPassword {
  /* this is above the box in the DOM and uses absolute positioning to move under */
  top: 40%;
  left: 65%;
}

#api.signinSection #localAccountForm .buttons #next {
  background-color: #007850;
  border: 1px solid #007850;
  margin-right: 0;
}

#api.signinSection #localAccountForm .buttons #next:hover {
  background-color: #005438;
  border-color: #1040d1;
}

@media screen and (max-width: 520px) {
  #api.signinSection #localAccountForm .entry .entry-item input#password {
    width: 100% !important;
    /*override existing important rule */
  }

  #api.signinSection #localAccountForm .entry .entry-item #forgotPassword {
    top: 100%;
    left: 60px;
  }

  #api.signinSection #localAccountForm .buttons {
    padding-top: 10px;
  }
}


/* Sign in form style overrides ends */


/* Reset password form style overrides */
/* TODO: selectors need to be changed to #api.resetPasswordSelection */

#api {
  border: none !important;
}

#api #attributeVerification ul {
  padding-left: 0;
}

#api #attributeVerification .attrEntry #emailVerificationControl {
  margin-left: 0;
}

#api #attributeVerification .attrEntry .attrEntry {
  margin-bottom: 10px;
}

#api #attributeVerification .attrEntry .error.itemLevel {
  padding: 0.2em 0.4em;
  margin-bottom: 3px;
  color: black;
  background-color: #da616588;
  border: 1px solid #d36164;
}

#api #attributeVerification .attrEntry input {
  border: 2px solid #8f8f9d;
  border-radius: 0 !important;
  /* override existing important rule */
  padding: 0 0.5em;
  height: 40px;
  width: 100%;
}

#api #attributeVerification .buttons button {
  margin-left: 0;
  margin-right: 40px;
  min-width: 150px;
}


#api #attributeVerification .buttons button:not(#cancel) {
  background-color: #007850;
  border: 1px solid #007850;
  height: unset;
  padding: 10px 2px;
  margin-left: 0;
  margin-right: 40px;
}

#api #attributeVerification .buttons button:not(#cancel):not([aria-disabled="true"]):hover {
  background-color: #005438;
  border-color: #1040d1;
}

#api #attributeVerification .buttons button[aria-disabled="true"] {
  opacity: 0.4;
  filter: grayscale(0.5);
  cursor: default;
}

/* Reset password form style overrides ends */

/* Create new password form style overrides */
/* TODO: selectors need to be changed to #api.createPasswordSection */

#api {
  border: none !important;
}

#api #attributeVerification #attributeList ul {
  padding-left: 0;
}

#api #attributeVerification #attributeList .attrEntry {
  margin-bottom: 10px;
}

#api #attributeVerification .attrEntry input {
  border: 2px solid #8f8f9d;
  border-radius: 0 !important;
  /* override existing important rule */
  padding: 0 0.5em;
  height: 40px;
  width: 100%;
}

#api #attributeVerification .buttons #emailVerificationControl_but_change_claims {
  visibility: hidden;
  position: relative;
}

#api #attributeVerification .buttons #emailVerificationControl_but_change_claims::after {
  content: 'Use a different email';
  color: white;
  visibility: visible;
  background-color: #007850;
  border: 1px solid #007850;
  height: unset;
  padding: 10px 2px;
  position: absolute;
  inset: 0;
  transition: background 1s ease 0s;
}

#api #attributeVerification .buttons #emailVerificationControl_but_change_claims:hover::after {
  background-color: #005438;
  border-color: #1040d1;
}

#api #attributeVerification .buttons #continue {
  background-color: #007850;
  border: 1px solid #007850;
  height: unset;
  padding: 10px 2px;
  margin-left: 0;
}

#api #attributeVerification .buttons #continue:hover {
  background-color: #005438;
  border-color: #1040d1;
}

#api #attributeVerification .error.pageLevel {
  padding: 0.2em 0.4em;
  margin-bottom: 3px;
  color: black;
  background-color: #da616588;
  border: 1px solid #d36164;
  width: 100%;
}

#api #attributeVerification .error.pageLevel p {
  margin: 0;
  text-align: left;
  font-size: 15px;
}

#api #attributeVerification .attrEntry .error.itemLevel {
  padding: 0.2em 0.4em;
  margin-bottom: 3px;
  color: black;
  background-color: #da616588;
  border: 1px solid #d36164;
}

/* Create new password form style overrides end */

/* MFA form style overrides */
/* NOTE: This extends the login form styles */

#api.signinSection #attributeVerification #attributeList ul {
  list-style-type: none;
}

#api.signinSection #attributeVerification #attributeList #ReadOnlyEmail_label {
  margin-top: 20px;
}

#api.signinSection #attributeVerification #attributeList .helpLink.tiny {
  display: none;
}

#api.signinSection #attributeVerification #attributeList .buttons.verify input {
  margin-bottom: 20px;
}

#api.signinSection #attributeVerification .buttons #cancel {
  background-color: #0000;
  border: none;
  transition: none;
}

/* MFA form style overrides end */

/* === AZURE B2C FORM STYLE OVERRIDES END === */