.b-navbar,
#sunrise-settings .b-navbar {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px -12px rgba(0,0,0,0.42), 0 3px 20px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
  box-shadow: 0 10px 20px -12px rgba(0,0,0,0.42), 0 3px 20px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
  padding: 10px;
  z-index: 1001;
}
.b-navbar--main,
#sunrise-settings .b-navbar--main {
  background-color: #fbc02d;
  color: #000;
  margin-bottom: 0;
}
.b-navbar--main .b-tabs,
#sunrise-settings .b-navbar--main .b-tabs {
  display: inline-block;
}
.b-navbar--main .b-tabs__label,
#sunrise-settings .b-navbar--main .b-tabs__label {
  color: #222 !important;
}
.b-navbar--main .b-tabs__label.nav-tab-active,
#sunrise-settings .b-navbar--main .b-tabs__label.nav-tab-active {
  background-color: rgba(255,255,255,0.4);
  -webkit-transition: background-color 0.1s 0.2s;
  -o-transition: background-color 0.1s 0.2s;
  transition: background-color 0.1s 0.2s;
  margin-bottom: 0;
}
.b-tabs {
  border: 0 !important;
  border-radius: 3px;
  padding: 0 15px !important;
}
.b-tabs__label {
  background-color: transparent;
  border: 0 !important;
  color: #666;
  font-weight: 500;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  cursor: pointer;
}
.b-tabs--woo .b-tabs__label {
  display: inline-block;
}
.b-tabs__label:hover {
  background-color: transparent;
}
.b-tabs__label.is-active {
  color: #25b1e5;
  background-color: rgba(37,177,229,0.2);
  -webkit-transition: background-color 0.1s 0.2s;
  -o-transition: background-color 0.1s 0.2s;
  transition: background-color 0.1s 0.2s;
  margin-bottom: 0;
}
.b-tabs__pane {
  display: none;
  padding: 30px 0 0 0;
}
.b-tabs__pane.is-active {
  display: block;
}
.b-card {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 3px;
  color: rgba(0,0,0,0.87);
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.b-card--main {
  width: auto;
  overflow: hidden;
}
.b-card__content {
  padding: 30px;
}
.b-input {
  display: block;
  height: 36px;
  max-width: 100%;
  width: 440px;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  border: 0 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#25b1e5), to(#25b1e5)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#25b1e5, #25b1e5), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: -o-linear-gradient(#25b1e5, #25b1e5), -o-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#25b1e5, #25b1e5), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 100% 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent !important;
  -webkit-transition: background 0.3s ease-out !important;
  -o-transition: background 0.3s ease-out !important;
  transition: background 0.3s ease-out !important;
  float: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  font-weight: 400;
  margin-bottom: 7px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-tabs__pane .b-input {
  width: 473px;
}
.b-input--textarea {
  resize: none;
  overflow: hidden;
  min-height: 34px;
  max-height: 174px;
}
.is-focused .b-input {
  background-size: 100% 2px, 0 2px !important;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-empty .b-input {
  background-size: 0 2px, 100% 1px;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.b-input:hover,
.b-input:active,
.b-input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.b-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.b-input__wrap {
  position: relative;
  padding-bottom: 11px;
  margin: 17px 0 0 0;
}
.b-input__wrap--media {
  width: 800px;
}
.b-input__wrap--media .b-input {
  display: inline-block;
}
.b-input__wrap--media .b-button {
  top: 0;
  margin: 0 !important;
}
.b-input__wrap--checkbox {
  width: 440px;
}
.b-input__label {
  position: absolute;
  top: -28px;
  left: 0;
  font-size: 11px;
  line-height: 1.07143;
  margin: 16px 0 0 0;
  font-weight: 400;
  color: #25b1e5;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.is-focused .b-input__label {
  top: -28px !important;
  font-size: 11px !important;
  line-height: 1.07143 !important;
}
.is-empty .b-input__label {
  top: -7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #aaa;
}
.b-input__description {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  line-height: 1.5em;
  font-style: italic;
  color: #666;
  margin: 0;
}
.b-checkbox__label {
  display: inline-block;
  font-size: 14px;
  line-height: 2.5em;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
}
.b-checkbox__input {
  display: none !important;
}
.b-checkbox__input:checked + .b-checkbox__label .b-checkbox__box {
  background-color: #fff;
  border-color: #fff;
  position: relative;
}
.b-checkbox__input:checked + .b-checkbox__label .b-checkbox__box::after {
  content: '';
  position: absolute;
  z-index: 999;
  top: -2px;
  left: -2px;
  width: 18px;
  height: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAPZJREFUOBGllLERwjAMRb9zsAMFrEDFEhwDsAGMQViDDajSAFMwAD0U7EBh9I1F7OQSB+M7W7YsveRLdzb2giUsDjKnyBkGdxhsjT3LJheiHxZY8TeEMItZodAMewtzckEVJphLbfYKywERsjYLvBRC+yvoC5EmlVKbncKaoEi3BnnbCeF9DaJe6gYqnxiaXggDa5AcnG7RL9sQloQQZOxJlOqQvzIrlPaKMZ44OrcvbLMmmqI2BtEbwniU7qQgTBtxiYZ0QhIJKOkfAmFcG+SyPzBuwxa7c8fSltYRmHJHXUsF990XUtxHX8CgO/eMGGz+gvmH7Q1S/Fjpt9fTogAAAABJRU5ErkJggg==") center center no-repeat;
}
.b-checkbox__box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 14px;
  margin-top: -4px;
}
.b-radio__wrap {
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
}
.b-radio__label {
  margin-right: 20px;
}
.b-radio__input {
  display: none !important;
}
.b-radio__input:checked + .b-radio__label > .b-radio__box {
  border-color: #fdd95b;
  position: relative;
}
.b-radio__input:checked + .b-radio__label > .b-radio__box:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fdd95b;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b-radio__box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #9e9e9e;
  border-radius: 100%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -4px;
}
.b-button,
.wp-core-ui .b-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #ccc;
  color: #666;
  text-decoration: none !important;
  outline: none !important;
  white-space: nowrap;
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 12px 30px;
  margin: 10px 1px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(153,153,153,0.14), 0 3px 1px -2px rgba(153,153,153,0.2), 0 1px 5px 0 rgba(153,153,153,0.12);
  box-shadow: 0 2px 2px 0 rgba(153,153,153,0.14), 0 3px 1px -2px rgba(153,153,153,0.2), 0 1px 5px 0 rgba(153,153,153,0.12);
}
.b-button:hover,
.wp-core-ui .b-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(153,153,153,0.42), 0 4px 23px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(153,153,153,0.2);
  box-shadow: 0 14px 26px -12px rgba(153,153,153,0.42), 0 4px 23px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(153,153,153,0.2);
  text-decoration: none !important;
}
.b-button--blue,
.wp-core-ui .b-button--blue {
  color: #fff;
  background-color: #25b1e5;
  -webkit-box-shadow: 0 2px 2px 0 rgba(3,169,244,0.14), 0 3px 1px -2px rgba(3,169,244,0.2), 0 1px 5px 0 rgba(3,169,244,0.12);
  box-shadow: 0 2px 2px 0 rgba(3,169,244,0.14), 0 3px 1px -2px rgba(3,169,244,0.2), 0 1px 5px 0 rgba(3,169,244,0.12);
}
.b-button--blue:hover,
.wp-core-ui .b-button--blue:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(3,169,244,0.42), 0 4px 23px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(3,169,244,0.2);
  box-shadow: 0 14px 26px -12px rgba(3,169,244,0.42), 0 4px 23px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(3,169,244,0.2);
}
.b-button--blue:active,
.wp-core-ui .b-button--blue:active {
  background-color: #3d9be3;
}
.b-button--small,
.wp-core-ui .b-button--small {
  padding: 5px 20px;
  font-size: 11px;
}
.b-button--disabled,
.wp-core-ui .b-button--disabled {
  opacity: 0.4;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default !important;
}
.b-content__row {
  margin-bottom: 15px;
}
.b-content__row.pw-enable-woocommerce {
  margin-top: -25px;
  margin-bottom: 25px;
}
.b-content__col {
  display: inline-block;
}
.b-content__inline {
  display: block;
  width: 500px;
}
.b-content__inline:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.b-content__inline .b-content__row {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.b-content__inline .b-content__col {
  width: 100%;
}
.b-content__inline .b-input {
  max-width: 100%;
}
.b-content__inline .b-input__wrap {
  width: 100%;
}
.b-notification,
#sunrise-settings .b-notification {
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  margin-top: 20px;
}
.b-notification.updated,
#sunrise-settings .b-notification.updated {
  background-color: #55b559;
  color: #fff;
}
.b-notification--error,
#sunrise-settings .b-notification--error {
  background-color: #f55145;
  color: #fff;
}
.b-logo {
  width: 120px;
  height: auto;
  padding: 8px 0 12px 10px;
}
