/* Section 6166 custom messages */
/* Based on TheXPro - RuhiPro */
/* To style Paragraphs types automatically */
/* V0.6 09/23/2022 */

/* V0.6 Content Type >Paragraph>Note */
.paragraph--type--note {
 background-color: #fff6cf;
 position: relative;
 margin: 1.6rem 0;
 /*padding: 15px 12px 10px 56px; */
 padding: 1.2rem 1.2rem 1.2rem 4rem; 
/* padding is here to leave room for ICON */
 border-radius: 5px;
 min-height: 64px;
 color: #e39c0c;
 box-shadow: 0 0 4px 1px #404040;
/* display: inline-block
 text-align: left;
 border: solid 2px #ffffff;
 border-radius: 0.1875rem;
 /*font-size: 1rem*/
 /*font-weight: 700; /*Make font more bold*/
 /*webkit-appearance: none
 appearance: none;*/
}
.paragraph--type--note::before {
  content: url(../../thexpro/images/icons/message/note.svg);
  background-color: #fff6cf;
  position: absolute;
  top: 0;
  left: 3px;
  width: 3rem;
  height: 100%; /*Ensure Icon is FULL SIZE*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

/* V0.5 Content Type >Paragraph>Warning */
.paragraph--type--warning {
 background-color: #fdf8ed;
 position: relative;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem; 
/* padding is here to leave room for ICON */
  color: #734c00;
/* display: inline-block*/
  text-align: left;
  border: solid 2px #ffffff;
  border-radius: 0.1875rem;
  /*font-size: 1rem*/
  /*font-weight: 700; /*Make font more bold*/
  /*webkit-appearance: none*/
  appearance: none;
}
.paragraph--type--warning::before {
  content: url(../../thexpro/images/icons/message/warning.svg);
  background-color: #e39c0c;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 100%; /*Ensure Icon is FULL SIZE*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
/* V0.4 Content Type >Paragraph>Success */
.paragraph--type--success {
 background-color: #89ad32;
 position: relative;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem; 
/* padding is here to leave room for ICON */
  color: #ffffff;
/* display: inline-block*/
  text-align: left;
  border: solid 2px #ffffff;
  border-radius: 0.1875rem;
  /*font-size: 1rem*/
  /*font-weight: 700; /*Make font more bold*/
  /*webkit-appearance: none*/
  appearance: none;
}
.paragraph--type--success::before {
  content: url(../../thexpro/images/icons/message/success.svg);
  background-color: #759625;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 100%; /*Ensure Icon is FULL SIZE*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

/* V0.3 Content Type >Paragraph>Announcement */
.paragraph--type--announcement {
 background-color: #46c280;
 position: relative;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem; 
/* padding is here to leave room for ICON */
  color: #ffffff;
/* display: inline-block*/
  text-align: left;
  border: solid 2px #ffffff;
  border-radius: 0.1875rem;
  /*font-size: 1rem*/
  /*font-weight: 700; /*Make font more bold*/
  /*webkit-appearance: none*/
  appearance: none;
}
.paragraph--type--announcement::before {
  content: url(../../thexpro/images/icons/message/announcement.svg);
  background-color: #34a268;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 100%; /*Ensure Icon is FULL SIZE*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
/* V0.2 Content Type >Paragraph>Notice */
.paragraph--type--notice {
 background-color: #afa82e;
 position: relative;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem; 
/* padding is here to leave room for ICON */
  color: #ffffff;
/* display: inline-block*/
  text-align: left;
  border: solid 2px #ffffff;
  border-radius: 0.1875rem;
  /*font-size: 1rem*/
  /*font-weight: 700; /*Make font more bold*/
  /*webkit-appearance: none*/
  appearance: none;
  webkit-font-smoothing: antialiased;
}
.paragraph--type--notice::before {
  content: url(../../thexpro/images/icons/message/notice.svg);
  background-color: #9b941b;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 100%; /*Ensure Icon is FULL SIZE*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
/* V0.2 Content Type >Paragraph>Info */

.paragraph--type--info {
 background-color: #5a82a1;
 position: relative;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem; 
/* padding is here to leave room for ICON */
  color: #ffffff;
/* display: inline-block*/
  text-align: left;
  border: solid 2px #ffffff;
  border-radius: 0.1875rem;
  /*font-size: 1rem*/
  /*font-weight: 700; /*Make font more bold*/
  /*webkit-appearance: none*/
  appearance: none;
}
.paragraph--type--info::before {
  content: url(../../thexpro/images/icons/message/info.svg);
  background-color: #3e6584;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 100%; /*Ensure Icon is FULL SIZE*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
/*
 * SECTION6166/THUNDER Version of BOOKS.css
 * from CORE>OLIVERO>CSS>COMPONENTS
 */
/**
 * @file
 * Book module styling.
 */

[dir="ltr"] .book-pager {
  margin-left: 0;
}

[dir="rtl"] .book-pager {
  margin-right: 0;
}

[dir="ltr"] .book-pager {
  margin-right: 0;
}

[dir="rtl"] .book-pager {
  margin-left: 0;
}

[dir="ltr"] .book-pager {
  padding-left: 0;
}

[dir="rtl"] .book-pager {
  padding-right: 0;
}

[dir="ltr"] .book-pager {
  padding-right: 0;
}

[dir="rtl"] .book-pager {
  padding-left: 0;
}

.book-pager {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 1.125rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  list-style: none;
  border-top: solid 1px #0d77b5;
  border-bottom: solid 1px #0d77b5;
  justify-content: space-around;
}

.book-pager__item {
  display: inline-block
}

@media (min-width: 31.25rem) {

.book-pager__item {
    flex: 0 0 33.33%
}
  }

@media (min-width: 31.25rem) {

.book-pager__item--center {
    text-align: center
}
  }

@media (min-width: 31.25rem) {

[dir="ltr"] .book-pager__item--next {
    margin-left: auto;
  }

[dir="rtl"] .book-pager__item--next {
    margin-right: auto;
  }

[dir="ltr"] .book-pager__item--next {
    text-align: right;
  }

[dir="rtl"] .book-pager__item--next {
    text-align: left;
  }
  }

.book-pager__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0d77b5;
  font-family: "Lora", "georgia", serif;
  font-size: 1.125rem;
  font-weight: 600;
}

[dir="ltr"] .book-pager__link--previous:before {
    margin-right: 0.25em;
}

[dir="rtl"] .book-pager__link--previous:before {
    margin-left: 0.25em;
}

[dir="ltr"] .book-pager__link--previous:before {
    border-left: solid 3px currentColor;
}

[dir="rtl"] .book-pager__link--previous:before {
    border-right: solid 3px currentColor;
}

.book-pager__link--previous:before {
    display: block;
    width: 0.5625rem;
    height: 0.5625rem;
    content: "";
    transform: rotate(-45deg);
    border-top: solid 3px currentColor;
  }

[dir="ltr"] .book-pager__link--next:after {
    margin-left: 0.25em;
}

[dir="rtl"] .book-pager__link--next:after {
    margin-right: 0.25em;
}

[dir="ltr"] .book-pager__link--next:after {
    border-left: solid 3px currentColor;
}

[dir="rtl"] .book-pager__link--next:after {
    border-right: solid 3px currentColor;
}

.book-pager__link--next:after {
    display: block;
    width: 0.5625rem;
    height: 0.5625rem;
    content: "";
    transform: rotate(135deg);
    border-top: solid 3px currentColor;
  }

[dir="ltr"] .book-navigation__menu {
  margin-left: 0;
}

[dir="rtl"] .book-navigation__menu {
  margin-right: 0;
}

[dir="ltr"] .book-navigation__menu {
  margin-right: 0;
}

[dir="rtl"] .book-navigation__menu {
  margin-left: 0;
}

[dir="ltr"] .book-navigation__menu {
  padding-left: 0;
}

[dir="rtl"] .book-navigation__menu {
  padding-right: 0;
}

[dir="ltr"] .book-navigation__menu {
  padding-right: 0;
}

[dir="rtl"] .book-navigation__menu {
  padding-left: 0;
}

.book-navigation__menu {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}
nav.book-navigation {
    background-color: #e5f2ff;
    font-size: 0.8rem;
    line-height: 1;
}

[dir="ltr"] .book-navigation__item {
  padding-left: 0;
}

[dir="rtl"] .book-navigation__item {
  padding-right: 0;
}

[dir="ltr"] .book-navigation__item {
  padding-right: 0;
}

[dir="rtl"] .book-navigation__item {
  padding-left: 0;
}

.book-navigation__item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}

[dir="rtl"] .book-pager__link--previous:before {
    transform: rotate(45deg);
  }

[dir="rtl"] .book-pager__link--next:after {
    transform: rotate(-135deg);
  }
